Intake
Clarifies the prompt, constraints, and brand rules.
→ docs/intake.md
Grelve is an open-source orchestration engine where specialized agents plan, scaffold, build, integrate, and review a complete SaaS product from one prompt.
Grelve run
run-id: saas-13
Planning
Six agents turn the prompt into durable build docs.
Foundation
Data, schema, shell, layout, and design system.
Product
Routes, screens, forms, states, and product workflow.
Connection
Typed API client and cross-stack alignment.
Review
QA pass, fixes, reports, and a runnable preview.
Agent activity
Intake
Planning
Product Brief
Planning
System Design
Planning
API Contract
Planning
Task Breakdown
Planning
Repo Setup
Planning
Backend Data
Build
Frontend Shell
Build
Workflow
The orchestrator passes artifacts forward so every agent starts with the same product truth.

Agent system
No single vague agent does everything. Each role ships a concrete artifact, owns specific files, and hands context to the next step automatically.
Six agents turn one prompt into build-ready docs and a scaffolded repo.
Clarifies the prompt, constraints, and brand rules.
→ docs/intake.md
Defines scope, users, and the MVP.
→ docs/product_brief.md
Maps entities, flows, and architecture.
→ docs/system_design.md
Locks REST routes, schemas, and errors.
→ docs/api_contract.md
Splits work into file-owned tasks.
→ docs/task_breakdown.md
Scaffolds frontend and backend workspaces.
→ docs/repo_setup_report.md
Seven agents implement, connect, integrate, and review in parallel waves.
SQLite models, schema, and data layer.
→ backend/app/models.py
App shell, layout, and design system.
→ frontend/src/app/layout.tsx
FastAPI routes from the contract.
→ backend/app/routes/
Core screens, forms, and UX states.
→ frontend/src/app/page.tsx
Typed client wired to the UI.
→ frontend/src/lib/
Aligns frontend and backend contracts.
→ docs/integration_report.md
QA pass, fixes, and final report.
→ docs/review_report.md
What it does
Grelve turns one messy product idea into intake notes, product scope, system design, API contracts, and file-owned work orders before code starts.
Frontend and backend agents work in waves, each owning specific files so the app moves quickly without every agent stepping on the same code.
Final agents compare the frontend, backend, and API contract, fix drift, run checks, and leave reports so the generated app is easier to trust.
Open source
The repository includes the Next.js control UI, FastAPI orchestrator, agent skills, streaming events, and preview flow.