<One sentence: what this app does and for whom. Not the tech — the point.>
Live: <https://your-app.azurecontainerapps.io — or "not deployed yet">
No Docker, no cloud account — everything runs from npm.
pnpm install
pnpm prisma:generate # typed DB client
pnpm dev # web + worker + your own Postgres + Azurite
pnpm db:seed # demo data (with dev running)Check it worked: http://localhost:3000/api/health → {"status":"ok","db":"ok"}.
All commands: see package.json scripts, or CONTRIBUTING.md for the
pre-push set (pnpm test && pnpm typecheck && pnpm build).
<Two or three sentences: the shape of your app in your words — what the web app does, what the worker does, what's in the database. Not a tour; a gist.>
The deeper story lives in the docs, organized by the question you're asking —
decisions in docs/adr/, behavior in docs/specs/,
history in docs/postmortems/, procedures in
docs/runbooks/. Start at docs/README.md.
- — <@github>
- — <@github>
Workflow, ground rules, and the documentation system: CONTRIBUTING.md.
Agent conventions (any harness): AGENTS.md.
Built on the CTP C12 full-stack starter — Next.js · Prisma · Postgres · Azure.