Title: Housekeeping: CI/Vercel parity & security envs
This tracks small-but-important settings to keep PRs green, previews predictable, and security sane while we focus on MVP UI.
Checklist
- Vercel (Preview): add envs
- Vercel Git settings
- GitHub branch protection (main)
- Local ↔ Preview parity
- Cost saver (done in code)
Acceptance
- Previews deploy only for PRs and use the right envs; CORS works.
- main requires only the Vercel Preview check.
- Local matches Preview when using the parity guide (branch + env + prod build).
Notes
- Follow-up PRs: Tailwind + shadcn/ui scaffolding, App Shell, Auth UI, then flip REQUIRE_API_AUTH=1 on Preview.
Title: Housekeeping: CI/Vercel parity & security envs
This tracks small-but-important settings to keep PRs green, previews predictable, and security sane while we focus on MVP UI.
Checklist
vercel env pull .env.local previewnpm run build && npm startAcceptance
Notes