| What a project describes | One React app: pages, components, layouts, data model, API routes, stores, roles, features, theme. | Any system: services, infrastructure, data flows, sequences, plus the design docs around them. |
|---|
| Platform scope | One target per project — Next.js, Tauri, Expo, Ink, or a browser extension — and the export follows it. | No platform model; a diagram can depict any stack. |
|---|
| Data modeling | Entities with typed fields, keys, and relations; a free ER designer with Mermaid export. | ER diagrams from diagram-as-code or AI, rendered and versioned. |
|---|
| Authoring method | Structured tabs and forms; the canvas is one of the views. | Diagram-as-code text, drag-and-drop, or an AI prompt. |
|---|
| Code output | Scaffold in build order, AGENTS.md, generated starter code per file, GitHub push. | None; diagrams and documents are the deliverable, synced to the repo as assets. |
|---|
| Requirements traceability | Features map to the pages and routes that implement them; a traceability matrix and report. | Handled in prose within design docs. |
|---|
| Access control design | Roles and an RBAC matrix per surface; guards are emitted in the scaffold. | Not modeled; describe it in the doc. |
|---|
| Collaboration | Live multi-editor documents, share links with optional passcode and expiry. | Team workspaces with shared docs and diagrams. |
|---|
| Free tier | Three documents and a monthly AI credit allowance; the standalone tools need no account. | A free plan exists; see the vendor for current limits. |
|---|