Skip to content
DE

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 coding assistant (Claude Code, Cursor, Gemini CLI, or Windsurf):

Terminal window
npx https://api.app.dev-flow.tech/api/downloads/devflow-mcp-latest.tgz setup

This registers the MCP server and connects it to your DevFlow instance. See MCP Setup for detailed instructions per client.

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.