Auth & DB (Supabase)
Setup
1. Create a new Supabase project
Go to Supabase ↗, sign up, and create a new project.
Once you have created a project, your database and auth service are automatically provisioned.
2. Connect to Vercel (using automatic environment variable sync)
You can connect your Supabase project to Vercel to automatically sync your environment variables.
In your Supabase project, follow the instructions under Settings → Integrations → Vercel Integration to connect your Vercel account and add a new project connection between your Supabase and Vercel projects.
The integration will automatically sync the following environment variables:
SUPABASE_SERVICE_ROLE_KEY=...SUPABASE_ANON_KEY=...SUPABASE_URL=...