Works with the builders you already use
- Lovable
- Cursor
- Bolt
- Codex
- Claude Code
- Manual
Your whole pipeline, in one place
Every sprint, dependency-ordered, with its assigned builder and live status. Build State is the center — not the prompt, not the model.
Built for disciplined delivery
AI builders are powerful executors with no architectural memory. BlueSprint is the intelligence layer above them — everything below ships today.
Build State at the center
A live view of every sprint and registered component as your builders work. Build State is the source of truth — not the prompt, not the model.
Compiled prompts, full provenance
Every prompt shows what it was generated from, when, and which version. No freeform prompting — each one is compiled from your reviewed intent.
Builder-agnostic by design
Assign each sprint to the builder that fits — Lovable, Cursor, Bolt, Codex, Claude Code, or manual. The compiled prompt carries the architecture context with it.
Verifiable builds
The Build State Monitor breaks every registered component down by type and status, so you can see what actually shipped against what was planned.
Dependency-ordered sprints
Sprints are dependency-ordered with explicit acceptance criteria and scope boundaries. The builder receives a contract, not a wish.
Approval gates that hold
Intent, stack, sprint plan, and prompt each pass a real review gate. Human judgment stays in the loop at every consequential decision point.
Review every prompt before it ships
Each compiled prompt arrives with its provenance and a pre-push checklist. You review, edit if needed, then push or export to your builder.
- Source IR linked— Linked to its IR work unit (N3)
- Token budget— Within the compile budget
- Cost estimate— $0.04–$0.07 estimated
- Security scan— Informational only in V1
- Governance rules— Governance footer applied to the prompt
- Drift check— Not yet available — no build recorded
# Context
Project: E-commerce Platform
Architecture: Next.js · Supabase · Stripe
Generated from: Sprint contract S4 (v3)
## Sprint 4 — Payment integration
Implement Stripe checkout against the confirmed architecture.
Acceptance criteria
- Checkout session created server-side; no secret key on the client
- Webhook verifies signatures and records order receipts
- Refund path updates fulfilment state
Scope boundary: payments only — do not modify auth or catalog.