Setup Product
Seed is the private factory template for one job:
- fork the repo
- shape it into a new app
- deploy it safely
Use this skill only as a high-level orientation layer.
- Start with
lib/brand.tsand the product’s schema/API/UI changes. - Generate migrations locally with
bun run db:generate. - Do not use
db:push. Hosted migrations are applied bybun run deployduring the Vercel build. - Push the branch and wait for the Vercel preview deployment before debugging branch env or DB wiring.
- Validate the live preview URL first.
- If you need branch wiring details, use
vercel env pull. - If you need direct DB access after that, use
neonctl. - Promote with
scripts/promote.shthroughstagingand thenmain.
Use the other repo skills for detail:
fork-build-deployfor the full sequencedb-healthfor migration and Neon rulespromote-deploymentfor preview/staging/production promotion