Manual Base
Manual steps to set up Supabase authentication, database, and core infrastructure. This is required before adding optional modules.
Using an AI tool?
Prefer MCP Bootstrap if you want a guided, step-by-step flow with explicit consent.
Steps
1
Prereqs
Install required tools and create your Supabase project.
2
Supabase Login
Authenticate with Supabase CLI in your terminal.
3
Init Supabase
Set up Supabase configuration in your project.
4
Link Project
Connect your local repo to your Supabase project.
5
Supabase Keys
Add Supabase credentials to .env.local.
6
Migrations
Run database migrations to set up your schema.
7
Boot App
Start your dev server and verify the setup.
What You'll Configure
Authentication
Supabase Auth with email/password and social providers ready to configure.
Database
PostgreSQL with Row Level Security policies and typed schema.
Storage
Supabase Storage buckets for user uploads and assets.
Edge Functions
Deno-based serverless functions for backend logic.
