Skip to content

Supabase connector

Connect your own Supabase project so your site can use a real database, user authentication, file storage, and realtime updates. (Different from Dedicated Cloud — here you bring a Supabase project you already own.)

In Settings → Connectors → Supabase:

FieldWhat to enter
Project URLFrom Supabase → Project Settings → API.
Publishable (anon) keyThe public key from the same page — public by design.
Management token (optional)Lets Genesis create tables and security rules for you.
[Supabase: build a contact form that saves submissions to a "messages" table]
[Supabase: add email/password sign-up and login]
[Supabase: let users upload a profile photo to storage]
[Supabase: show a live count of submissions that updates in realtime]

Because Supabase is a full backend, Genesis writes the integration code (using the official Supabase library) rather than a single relay call — so you get real queries, auth flows, and subscriptions.

  • A form → database flow you fully own.
  • User accounts (sign-up, login, sessions).
  • File uploads to Supabase Storage.
  • Live data with realtime subscriptions.

Republish your site after configuring.