Documentation Index
Fetch the complete documentation index at: https://docs.builderbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Supabase (Recommended, Free Cloud Postgres)
- Go to Supabase and create a new project.
- Copy your database connection string (Session Pooler) from Project Settings → Database.
- Paste it into your
.envfile asDATABASE_URL.
Option 2: Local Postgres
- Install Postgres
-
Create a database:
-
Update
.env:
Next Steps
- Return to the CMS Setup Guide to continue configuration.
- For advanced database options, see the Prisma documentation.