Skip to content

Commit 978fa7b

Browse files
authored
blog: Supabase is now an official ChatGPT app (supabase#45602)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? New blog post ## What is the current behavior? No blog post exists for this topic. ## What is the new behavior? Adds a new blog post announcing that Supabase is now an official ChatGPT app. Covers what you can do with the integration (database management, branching, edge functions, etc.), how to get started, and supported plans. ## Additional context N/A <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Documentation - Published blog post announcing Supabase is now available as an official ChatGPT app - Describes 29 integrated tools for SQL operations, schema management, security, project workflows, branching, edge functions, and documentation search - Includes setup guide, plan compatibility information, and video tutorial <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Ana <ana1337x@users.noreply.github.com>
1 parent 4dffe42 commit 978fa7b

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: 'Supabase Is Now an Official ChatGPT App'
3+
description: 'Connect your Supabase projects to ChatGPT and manage your database infrastructure by telling ChatGPT what you need.'
4+
author: gregnr
5+
date: '2026-05-08'
6+
categories:
7+
- product
8+
tags:
9+
- ai
10+
- chatgpt
11+
- integrations
12+
imgSocial: 'https://zhfonblqamxferhoguzj.supabase.co/functions/v1/generate-og?template=partnerships&layout=icon-text&copy=Supabase+is+now%0A%5Ban+official+ChatGPT+app%5D&icon=supabase.svg&icon2=openai.svg'
13+
imgThumb: 'https://zhfonblqamxferhoguzj.supabase.co/functions/v1/generate-og?template=partnerships&layout=icon-only&icon=supabase.svg&icon2=openai.svg'
14+
toc_depth: 2
15+
---
16+
17+
Supabase is now an official app in ChatGPT. Connect your Supabase projects and manage your entire database infrastructure by telling ChatGPT what you need.
18+
19+
With the Supabase ChatGPT app, you can execute SQL queries, modify schemas, deploy edge functions, manage branches, and troubleshoot your projects without leaving your conversation with ChatGPT.
20+
21+
Ask ChatGPT to check security advisors on your project and fix any issues. Request a schema change and ChatGPT executes it. Deploy an edge function with a single prompt.
22+
23+
<div className="video-container">
24+
<iframe
25+
className="w-full"
26+
src="https://www.youtube-nocookie.com/embed/VQBunqH0yZg"
27+
title="Supabase ChatGPT App"
28+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"
29+
allowfullscreen
30+
/>
31+
</div>
32+
33+
## What you can do
34+
35+
The Supabase ChatGPT app includes 29 tools:
36+
37+
- **Database management**: Execute SQL queries on Postgres databases, design and modify table schemas, list tables and extensions, get security recommendations.
38+
- **Project operations**: List and create projects, get cost estimates, pause and restore projects, access real-time logs.
39+
- **Branching and migrations**: Create development branches, merge changes, rebase and reset branches, list and apply migrations.
40+
- **Edge functions**: List, deploy, and manage serverless functions.
41+
- **Documentation**: Search Supabase docs directly from ChatGPT.
42+
43+
You can also pair the app with [ChatGPT Projects](https://help.openai.com/en/articles/10169521-projects-in-chatgpt) to scope a conversation to a specific Supabase project. Set your project reference in the project instructions once, and every chat in that project connects to the right database automatically.
44+
45+
## Getting started
46+
47+
In ChatGPT, open the app directory and search for Supabase, or go directly to [the app listing](https://chatgpt.com/apps/supabase/asdk_app_69d3e5ee6a708191baa733f7b8931995). Authorize ChatGPT to access your Supabase organization.
48+
49+
![Supabase app authorization screen in ChatGPT](/images/blog/2026-05-08-supabase-is-now-an-official-chatgpt-app/screenshot.png)
50+
51+
The app works on all Supabase plans and paid ChatGPT plans (Plus, Pro, Team, Enterprise).
52+
53+
If you don't have a Supabase account yet, start your project for free at [supabase.com](https://supabase.com/). Then connect it to ChatGPT and manage your projects by describing what you need.
54+
55+
Read the documentation at [supabase.com/docs/guides/getting-started/mcp](https://supabase.com/docs/guides/getting-started/mcp).
1.29 MB
Loading

0 commit comments

Comments
 (0)