StackForge
npm

create-stackforge-app

Build your command

Pick options — the command updates live. Flag reference

Configure scaffold

Scaffold mode
Run with
CLI version
Database
Docker files
Preset
Dependencies

Full dashboard, auth UI, and user admin

Live commandDefault configuration applied
npx create-stackforge-app@1.5.1my-app -y
dashboardPostgreSQLDocker includedDependencies installed

After scaffold

Run these from the generated project root.

  1. Start Postgres from generated Compose before migrations

    docker compose up -d postgres
  2. Generate Prisma client and apply dev migrations

    pnpm run db:setup
  3. Run from project root (watches contracts)

    pnpm dev
  4. Check Node, pnpm, env, and paths

    pnpm run doctor

Tap to open the StackForge chatbot