Bilt integrates with Supabase to give your app a full backend — user authentication, a PostgreSQL database, and real-time data — without writing backend code.Documentation Index
Fetch the complete documentation index at: https://bilt.me/docs/llms.txt
Use this file to discover all available pages before exploring further.
Connecting Supabase
Authenticate
Sign in with your Supabase account via OAuth. Bilt uses PKCE flow for secure authentication.
What you get
Once connected, your Bilt app can:- User authentication — Sign up, log in, password reset, and session management via Supabase Auth
- Database — Read and write data to PostgreSQL tables
- Real-time subscriptions — Live updates when data changes
- Row-level security — Supabase’s built-in security policies protect your data
How it works with the AI
After connecting Supabase, you can ask the AI to build features that use it:Database inspector
Bilt includes a database inspector that lets you:- Browse your Supabase tables and their data
- See column types and relationships
- View auth users
- Run SQL queries directly
Connection types
| Type | Description |
|---|---|
| Managed | Bilt manages the connection and credentials automatically |
| Custom | You provide the Supabase URL and service role key manually |
