Bootstrap
Bootstrap is the guided setup that connects VibeCodeMax to the services it needs. The base bootstrap is required before any optional modules.
What Bootstrap Does
Bootstrap wires up your Supabase project, configures environment variables, and applies database migrations. It also validates the prerequisites so you can start developing with confidence.
After the base bootstrap, you can enable optional modules like payments, email, storage, and admin tooling.
Start with Base
Base bootstrap is the first required step. It sets up your data layer and authentication, and unlocks everything else.
MCP Bootstrap
Use MCP for step-by-step guidance with explicit consent on each action.
MCP Base OverviewManual Bootstrap
Follow the manual steps if you prefer to run every command yourself.
Manual Base Overview