Baseline / App Router / strict by default
Start with the boundaries already drawn.
A quiet launchpad for web applications that need a real database, repeatable reviews, and a production path that never guesses which account it is changing.
- 01CodeIssue-shaped changechecked
- 02DataRow-level boundarychecked
- 03RuntimePreview before productionchecked
- 04DomainDNS with an explicit targetchecked
Trust boundary
Every value has one side of the glass.
- Public
- Publishable browser configuration only
- Server
- Secrets stay outside the client module graph
- External
- Authenticated provider work stays with Codex
Launch sequence
Turn the baseline into one specific product.
- 01
Define
Replace the product brief, acceptance criteria, and ownership placeholders.
- 02
Connect
Create personal provider resources only after Codex verifies the active account.
- 03
Prove
Keep denied cases, browser behavior, and build output inside the same review packet.
- 04
Release
Promote one reviewed commit through preview, production, then DNS.