- Step 1Scaffold
Run from the Arche source checkout until the published CLI is trusted.
Commandbun run dev:cli -- my-app --yes --preset=typescript-fullstack - Step 2EnterCommand
cd my-app - Step 3Install and verify
CI is the preset verification harness—fix env URLs before blaming the scaffold.
Commandbun install bun run ci
If something fails
- Re-read the generated root
AGENTS.mdfor preset-specific commands. - Confirm environment variables using the
.env.examplefiles shipped with the preset. - Check database and Redis URLs before running migrations or the API.
Next
- Deployment paths for Vercel + Docker + Neon/Upstash
- Choosing a preset