Planning that writes the contract first
Grelve turns one messy product idea into intake notes, product scope, system design, API contracts, and file-owned work orders before code starts.
13 agents. One generated SaaS.
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 wave
Frontend Shell
build wave
Backend API
build wave
Frontend Feature
build wave
Workflow
The orchestrator passes artifacts forward so every agent starts with the same product truth.

Agent system
Grelve avoids one giant vague agent. It uses focused roles that create artifacts, own files, and run in build waves where parallel work is safe.
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.