Quickstart
Get up and running with Edsger in minutes.
Quickstart Guide
Welcome to Edsger! This guide will help you get started with the platform in just a few minutes.
Prerequisites
Before you begin, make sure you have:
- A GitHub account
- Node.js >= 18.0.0 (for the CLI)
Step 1: Sign In with GitHub
- Navigate to the Edsger sign-in page
- Click "Sign in with GitHub"
- Authorize Edsger to access your GitHub account
Step 2: Create Your First Product
Once signed in, you can create your first product:
- Click "New Product" from the dashboard
- Enter a name and description for your product
- Optionally connect a GitHub repository
Step 3: Add Features
Break down your product into features:
- Navigate to your product
- Click "Add Feature"
- Define the feature with a title, description, and acceptance criteria
- Set the feature status to "Ready for AI" when you want AI to start working on it
Step 4: Set Up the CLI
Install the Edsger CLI to run AI workflows:
npm install -g edsgerAuthenticate with the platform:
edsger loginInitialize your project (generates AI-friendly documentation):
edsger --initStep 5: Set Up MCP Integration
To connect AI agents to your Edsger data:
- Navigate to MCP settings in the sidebar
- Create a new token
- Configure permissions and rate limits
- Set environment variables for the CLI:
export EDSGER_MCP_SERVER_URL=https://your-project.supabase.co/functions/v1/mcp
export EDSGER_MCP_TOKEN=your-tokenStep 6: Run the AI Workflow
Start the AI workflow to process features automatically:
edsgerThe CLI will discover features in "Ready for AI" status and process them through analysis, design, implementation, testing, and review — pausing at verification gates for your team's approval.
Next Steps
- Learn about Core Concepts — phases, verification gates, approvals, and feedback
- Explore Features — full lifecycle with 14+ development phases
- CLI Commands — code review, growth analysis, app store publishing, and more
- MCP API Reference — full API for AI agent integration