Supabase

Manage databases, authentication, and storage

Play video

Manage Supabase projects directly through Claude. Execute SQL queries on PostgreSQL databases, design and modify table schemas, deploy serverless edge functions, and configure user authentication. Access real-time logs for debugging, generate TypeScript types for your schema, create and apply database migrations, and manage development branches through natural language commands.

You can use Supabase to:

Database Management:
"List all tables in my project and show the schema for the users table"

SQL Queries:
"Execute a query to find all users who signed up in the last 30 days"

Edge Functions:
"Deploy a new edge function that sends a welcome email on user signup"

Migrations:
"Create a migration to add a profiles table with name and avatar columns"

Branch Management:
"Create a new development branch and list all existing branches"

Prev
Next