Built with Cursor, Bolt, or Windsurf? Manage your Supabase backend in 2 minutes
AI coding tools generate Supabase schemas fast. Backly gives you the admin panel you never wrote — browse tables, edit rows, inspect schema, and manage your data without writing SQL.
How to get your Supabase credentials
From Cursor / Bolt / Windsurf
Find your Supabase project
Your AI tool (Cursor, Bolt, Windsurf) generated code that connects to a Supabase project. Look for SUPABASE_URL or NEXT_PUBLIC_SUPABASE_URL in your .env file.
NEXT_PUBLIC_SUPABASE_URL=https://xxxx.supabase.coFind the anon key in your .env file
Also in your .env, look for SUPABASE_ANON_KEY or NEXT_PUBLIC_SUPABASE_ANON_KEY. This is the public key your app already uses.
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGci...Or get them directly from Supabase Dashboard
Go to supabase.com → your project → Settings → API. The URL is shown under "Project URL" and the key under "anon (public)".
Paste into Backly — your tables appear instantly
Enter the URL and anon key below. Backly reads the same Supabase OpenAPI spec your generated code already depends on.
Or start with a template