Start
Starters
Official apps robodev create can scaffold (Space, Auth chat, Marketplace, Backend, Empty).
Create from a starter in the dashboard (Create and deploy) or with robodev create. These are official create apps.
Catalog
- space — Space. Tiny Template planets and aliens APIs plus a Povio UI in apps/fe. Default when stdin is not a TTY. Dashboard create deploys APIs only; CLI create/deploy with frontend set hosts the Tiny SPA.
- auth-chat — Auth chat. Tiny chat APIs plus a Povio UI in apps/fe, with invite email. Dashboard create deploys APIs only; CLI create/deploy with frontend set hosts the Tiny SPA.
- marketplace — Marketplace. Tiny C2C marketplace APIs plus a local Povio UI in apps/fe. Dashboard create deploys APIs only; CLI create/deploy with frontend set hosts the Tiny SPA.
- backend — Backend. Tiny Template planets and aliens APIs — no UI. For Lovable, Bolt, or v0.
- empty — Empty. Blank database.ts and GET /api/health — no sample schema or UI. For Lovable, Bolt, or v0.
Space
No committed root index.html. After a CLI deploy with .robodev frontend set, GET / serves the built Tiny SPA. Run bun in apps/fe to iterate locally. Auth stays reserved at /api/user/*. Dashboard create deploys Tiny APIs only; the Tiny FE tree is copied by robodev create.
Auth chat
No committed root index.html. After a CLI deploy with .robodev frontend set, GET / serves the built Tiny SPA. Run bun in apps/fe to iterate locally. GET/POST /api/messages and POST /api/invite require Robodev Auth. Invites send one email; posting a chat message does not. Auth stays reserved at /api/user/*. Dashboard create deploys Tiny APIs only; the Tiny FE tree is copied by robodev create.
Marketplace
No committed root index.html. After a CLI deploy with .robodev frontend set, GET / serves the built Tiny SPA. Run bun in apps/fe to iterate locally. Signed-in C2C Buy-It-Now goods marketplace. Auth stays reserved at /api/user/*. Dashboard create deploys Tiny APIs only; the Tiny FE tree is copied by robodev create.
Backend
No src/main.tsx, index.html, apps/fe, or Vite. After create, paste VITE_API_URL into Lovable, Bolt, or v0. Edit and robodev deploy from a real terminal; do not run npm run dev or npm run build in those folders.
Empty
No sample schema, planets, rockets, or Vite UI. After create, paste VITE_API_URL into Lovable, Bolt, or v0. Edit and robodev deploy from a real terminal; do not run npm run dev or npm run build in those folders.