Quick Start Guide
Ship your first Bootspring-driven flow in minutes.
Prerequisites
- Node.js 18+
- A project directory
- Bootspring installed globally
First-Time Setup
Install and initialize offline-first — no account required for local MCP, hooks, and project files:
Loading code block...
init detects your stack, writes project config, and can register MCP for your assistant (--for claude, --for cursor, --for codex, etc.). Authenticate later only when you need hosted API features:
Loading code block...
One-Command Setup
The fastest way to go from zero to building:
Loading code block...
This single command runs the entire workflow:
- Detect -- scans your
package.jsonfor stack and features - Seed -- creates context document templates in
.bootspring/context/ - Merge -- combines documents into
SEED.md - Generate -- creates AI context files (
CLAUDE.md,AGENTS.md,CODEX.md,GEMINI.md) andplanning/ - Build init -- initializes the build state from
planning/TODO.md
After go completes, edit planning/TODO.md with your real tasks and start building:
Loading code block...
Path A: New Project (step-by-step)
If you prefer more control over each step:
Loading code block...
Or fully manual:
Loading code block...
Path B: Existing Codebase
Loading code block...
Build Loop
The daily workflow once setup is done:
Loading code block...
Recovery and Queue Sync
If build artifacts or runtime queue drift:
Loading code block...
Help
Loading code block...