IPv6-incompatible systems have three options
If your system doesn't support IPv6, you can use: (1) Supavisor Connection Strings which are IPv4-compatible alternatives to direct connections, (2) Supabase Client Libraries which are compatible with IPv4, or (3) Dedicated IPv4 Add-On for Pro Plans+ which provides a guaranteed static IPv4 address for direct connections.
Known platforms with IPv4-only support
Several prominent services only accept IPv4 connections: Retool, Vercel, GitHub Actions, and Render.
Supabase Studio access from Vercel dashboard
You can open Supabase Studio directly from the Vercel dashboard, either from the Integration installation page or the Vercel Storage page. Depending on your entry point, you will land on the Supabase dashboard homepage or be redirected to the corresponding Supabase Project.
Supabase Studio tools available
Supabase Studio provides: SQL Editor for running SQL queries against your database, Table Editor for creating, editing, and deleting tables and columns, Log Explorer for inspecting real-time logs for your database, Postgres Upgrades for upgrading your Postgres instance to the latest version, and Compute Upgrades for scaling the compute resources allocated to your database.
Vercel Marketplace organization and team relationship
There is a direct one-to-one relationship between a Supabase Organization and a Vercel team. Installing the integration or launching the first Supabase Project through Vercel automatically creates a corresponding Supabase Organization if one does not already exist.
Vercel Marketplace integration overview
The Vercel Marketplace allows you to manage Supabase projects directly from the Vercel platform. Projects created through Vercel Marketplace function identically to those created directly in Supabase, but billing is handled through your Vercel account. Environment variables are automatically synchronized and made available for connected projects.
Vercel Marketplace status
Vercel Marketplace is currently in Public Alpha.
Environment variables automatically set for Vercel Marketplace Supabase projects
When a Supabase project is created via Vercel Marketplace and connected to a Vercel project, the following environment variables are automatically synchronized: POSTGRES_URL, POSTGRES_PRISMA_URL, POSTGRES_URL_NON_POOLING, POSTGRES_USER, POSTGRES_HOST, POSTGRES_PASSWORD, POSTGRES_DATABASE, SUPABASE_SECRET_KEY, SUPABASE_PUBLISHABLE_KEY, SUPABASE_URL, SUPABASE_JWT_SECRET, NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY, and NEXT_PUBLIC_SUPABASE_URL.
Vercel Marketplace limitations
When using Vercel Marketplace, the following limitations apply: Projects can only be created via the Vercel dashboard; Organizations cannot be removed manually and are removed only if you uninstall the Vercel Marketplace Integration; Owners cannot be added manually within the Supabase dashboard; Invoices and payments must be managed through the Vercel dashboard, not the Supabase dashboard; Custom Domains are not supported, and the base SUPABASE_URL is always used for Vercel environment variables.
API Gateway report charts and metrics
The API Gateway report includes metrics for both authentication and general API traffic:
**Total Requests**: Count of API requests and unique users performing auth actions. Shows user engagement, retention patterns, traffic patterns, and growth trends, including top routes.
**Response Errors**: Error rates for 4XX and 5XX status codes. Shows API reliability and user experience issues, including top routes.
**Response Speed**: Average response time for API and auth requests. Shows performance bottlenecks and optimization opportunities/targets, including top routes.
**Network Traffic**: Ingress and egress usage including request and response data transfer. Shows data transfer costs, cost implications, and CDN effectiveness.
Read Replica disk billing
Launching a Read Replica creates an additional database with its own dedicated disk. Read Replicas inherit the primary database's disk IOPS and throughput settings. You are charged for:
- The provisioned IOPS of the Read Replica
- The provisioned throughput of the Read Replica (separately from the primary database)
- The provisioned disk space from the first byte, regardless of disk type
All charges are separate from the primary database.
Logs pricing rollout status
Logs pricing is being rolled out and pricing details and included quotas are subject to change. Billing enforcement has not yet gone live and will be updated when it does.