Base Module
The base module sets up your core Supabase infrastructure including authentication, database, and storage. This is required before adding any optional modules.
Estimated Time
The base module takes approximately 10-15 minutes to complete if you already have a Supabase account.
Steps
1
Prerequisites
Install required tools and create your Supabase project.
2
Supabase Login
Authenticate with Supabase CLI (includes AI tool instructions).
3
Initialize Supabase
Set up Supabase configuration in your project.
4
Link Project
Connect your local project to your Supabase instance.
5
Configure Keys
Set up environment variables with your Supabase credentials.
6
Migrations
Run database migrations to set up your schema.
7
Boot App
Start your development 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.
