A local fullstack webapp control panel for orchestrating containers (Claude Code coding agents images) in your local development cycle. Served via React App
Launch missions, monitor agent progress in real-time, and approve outputs at human gates—all from a browser UI. Agent steps run in isolated Docker containers.
- Dashboard view of all missions and their status
- Mobile access via Tailscale while AFK
- Remote deployment on a VPS
- Team visibility for shared mission observation
- Node.js >= 18.0.0
- pnpm >= 10.x
- Docker
pnpm install
pnpm --filter @haflow/shared build
pnpm --filter @haflow/backend dev # port 4000
pnpm --filter frontend dev # port 5173pnpm --filter @haflow/cli build
pnpm add -g /home/s-linux/projects/haflow/packages/cli
haflow init
haflow link /path/to/project
haflow start
haflow status