Backly
AI tools integration
1
2
3
4
5

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

1

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.co
2

Find 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...
3

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)".

4

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