Skip to content

Quickstart

This guide gets you from zero to your first completed Flow in 5 minutes.

Go to your DevFlow instance and create an account with your email. Verify via the magic link sent to your inbox.

Click “New Project”, give it a name, and optionally configure Git settings.

In your project, click “New Flow”. Give it a clear summary like “Add user login page”. Add acceptance criteria if you know them.

Install the DevFlow MCP server to connect your AI agent:

Terminal window
npx @devflow/mcp-server

Configure it in your AI assistant’s MCP settings. See MCP Setup for detailed instructions.

Move the Flow to planning. Your AI agent will:

  • Analyze the task
  • Research the codebase
  • Create an implementation plan

Review the plan in the approval state. If it looks good, approve it. If not, send feedback.

The agent implements the plan. Track progress through tasks and commits.

Test the changes using the provided testing instructions. Approve when satisfied.

Your first Flow is complete. The code is merged, everything is tracked.