Supabase setup
Project wiring status
This page shows whether the app is configured to use Supabase Auth, Supabase Postgres, and Supabase Storage. The target inbox domain is inbox.wordpigeon.com.
Supabase Auth
Needs URL + publishable key
Configured
Postgres
Mode: postgres
Configured
Storage
Needs bucket + service role key
Configured
Demo Mode
Can be disabled once Supabase is live
Pending
What to configure in Supabase
- Create a Supabase project.
- Copy the project URL into NEXT_PUBLIC_SUPABASE_URL.
- Copy the publishable anon key into NEXT_PUBLIC_SUPABASE_ANON_KEY.
- Copy the service role key into SUPABASE_SERVICE_ROLE_KEY.
- Copy the Postgres connection string into DATABASE_URL and set PERSISTENCE_MODE=postgres.
- Create a private storage bucket named raw-email.
- Run the SQL in db/schema.sql.
- Add your local and production URLs to the Supabase Auth redirect allowlist.