Custom Web App Playbook
A guided 9-step journey for building a Next.js + Postgres web application — from one-line idea to deployed app — with the right prompts, skills, and definition-of-done at each phase.
Tell us what you're building
We use these answers to surface the prompts, skills, and MCP configs that fit your stack — and to substitute stack values like {{database}} into the prompts you copy. Content (PRDs, code, etc.) stays in your repo. Everything you enter here is stored in your browser — nothing is sent to a server.
Steps you'll go through
- 01
Capture the Problem & Write a PRD
20 minTurn your one-liner into a structured Product Requirements Document.
- 02
Break the PRD into User Stories
15 minTurn the PRD into INVEST-compliant user stories with acceptance criteria.
- 03
Create Jira Tickets for the Stories
10 minPush your stories into Jira and link them to an epic.
- 04
Make Key Architecture Decisions
30 minDocument database, hosting, and auth choices as Architecture Decision Records.
- 05
Design the Database Schema
45 minGenerate the schema and initial migrations from your domain model.
- 06
Scaffold the API
1 hourGenerate REST endpoints, validation, and the OpenAPI spec for each resource.
- 07
Build the Frontend Pages
2 hoursScaffold each page with proper server / client component boundaries.
- 08
Self-Review Your Code
20 minRun a comprehensive code review over the diff before opening PRs.
- 09
Containerize & Ship
30 minGenerate a production Dockerfile and deploy to your hosting target.