Products by Supabase Inc.
Supabase
Postgres backend
Overview
By integrating Supabase with Vercel, developers can leverage a Supabase Postgres Database, Auth, and Storage, Edge functions and Realtime while benefiting from Vercel's hassle-free deployment capabilities.
Some of the benefits from using this integration are:
Product Installation
- Create a Supabase project as a Vercel Storage resource.
- Handle your invoices via Vercel instead of Supabase.
External Integration Connection
- Sync all your Project env vars to your Vercel projects automatically.
- Auto creation of redirect URLs in Supabase Preview branches
Pricing
For more information on pricing, click here.
Instructions
Pricing
For more information on pricing, click here.
What Environment Variables are set?
These variables provide essential configuration details such as the database connection URL, authentication credentials, and keys for accessing Supabase services.
By setting these variables appropriately, applications can establish connections to the database and securely interact with Supabase APIs.
Please exercise extreme caution with any environment variables from Supabase, especially any environment variables containing secret values.
Full list of variables installed:
POSTGRES_URLPOSTGRES_PRISMA_URLPOSTGRES_URL_NON_POOLINGPOSTGRES_USERPOSTGRES_HOSTPOSTGRES_PASSWORDPOSTGRES_DATABASESUPABASE_SERVICE_ROLE_KEYSUPABASE_ANON_KEYSUPABASE_URLSUPABASE_JWT_SECRETNEXT_PUBLIC_SUPABASE_ANON_KEYNEXT_PUBLIC_SUPABASE_URL
Framework specific prefixes such as
NEXT_PUBLIC_*