What problem does it solve?
Bootstrap orchestrates the end-to-end setup of a repository by coordinating Vercel-linked resources, environment provisioning, and initial database/auth configuration to ensure safe, ordered deployment.
Core Features & Use Cases
- Preflight checks and validations: ensures Vercel CLI is installed and repo is linked, env templates exist, and required keys are present before starting development server.
- Resource provisioning orchestration: guides Neon/Postgres provisioning or dashboard setups, and configures environment variables via vercel env pull.
- Safe run order and automation: enforces a strict sequence so db/dev commands run only after linking and env verification, and provides deterministic commands for first-run.
Quick Start
Follow the bootstrap process to initialize a new repo or repair an existing one, ensuring Vercel linking and env credentials are correctly configured before development.