Supabase Proxy

Your Supabase. Your Proxy.

Generate a secure proxy endpoint for your Supabase project in seconds. Hide your project URL and route through your own domain.

Custom slugs
Zero config
Instant setup
Full passthrough

New Proxy

Create a proxy endpoint

3-50 chars, lowercase alphanumeric and hyphens.

Quick Integration

Drop-in replacement

app.ts
import { createClient } from '@supabase/supabase-js'

const supabase = createClient(
  'your-proxy-url',
  'your-anon-key'
)

Create a proxy to see your URL here. Replace your-anon-key with your Supabase anon key.

How it works

01

Create a slug

Pick a unique slug for your proxy endpoint.

02

Link Supabase

Paste your Supabase project URL to connect.

03

Use your proxy

Replace the Supabase URL in your client code.