Run the tool. Annotate your UI. Point your AI agent at the task list. That's the entire workflow.
node --version to verify.NODE_ENV=development (the default for next dev). Dev mode exposes component names, source files, and line numbers — giving your agent precise context for every annotation.localhost:3700 with the overlay ready.</body> in your HTML while the CLI server runs:
localhost:3700 in your browser. Click any element, write a note, set priority. Tasks go straight to .vibeflow/ — versioned in git, live in the Kanban board.
Drop this into Copilot, Claude, or Cursor. Your agent discovers all open tasks, implements them, and reports back.
Everything you need. Nothing you don't.
| Command | Description |
|---|---|
| Serving | |
npx vibeflow serve [target] |
Serve an HTML folder or proxy a running URL with the annotation overlay injected. |
npx vibeflow kanban |
Start the server and open the Kanban board in your browser. |
| Tasks | |
npx vibeflow tasks |
List all tasks. Filter with --status todo, --type Bug, --user email. |
npx vibeflow tasks --get <id> |
Full task detail: comments, file attachments, and linked commits. |
npx vibeflow tasks --add |
Create a task from the CLI with --title and --description. |
npx vibeflow tasks --edit <id> |
Edit a task: set status ( --set-status review), add a comment (--comment), link a commit (--commit-message). |
| Auth & SaaS | |
npx vibeflow login |
Authenticate the CLI against the SaaS backend. Device-flow — no password needed. |
npx vibeflow push |
Push all local tasks to the SaaS Kanban board. |
npx vibeflow status |
Show login status, connected workspace, and task statistics. |