From c4299bf89ed05030b2c4f0d2fb60f7ab73d24109 Mon Sep 17 00:00:00 2001 From: Eduardo Fraga Date: Fri, 19 Jun 2026 17:54:25 -0300 Subject: [PATCH] feat(content): add blog post about Supabase becoming an official ChatGPT app --- .context/docs/README.md | 4 ++ content/en/blog/supabase-chatgpt-app.md | 81 ++++++++++++++++++++++ content/pt-br/blog/supabase-chatgpt-app.md | 81 ++++++++++++++++++++++ 3 files changed, 166 insertions(+) create mode 100644 content/en/blog/supabase-chatgpt-app.md create mode 100644 content/pt-br/blog/supabase-chatgpt-app.md diff --git a/.context/docs/README.md b/.context/docs/README.md index 2bd6836..b31b3f1 100644 --- a/.context/docs/README.md +++ b/.context/docs/README.md @@ -37,3 +37,7 @@ Welcome to the repository knowledge base. Start with the project overview, then | Data Flow & Integrations | `data-flow.md` | System diagrams, integration specs, queue topics | | Security & Compliance Notes | `security.md` | Auth model, secrets management, compliance requirements | | Tooling & Productivity Guide | `tooling.md` | CLI scripts, IDE configs, automation workflows | + +## Recent Blog Posts +- [Supabase agora é um app oficial do ChatGPT](../../content/pt-br/blog/supabase-chatgpt-app.md) (pt-br) — Supabase becomes official ChatGPT app with 29 integrated tools +- [Supabase Is Now an Official ChatGPT App](../../content/en/blog/supabase-chatgpt-app.md) (en) — English version of the same announcement diff --git a/content/en/blog/supabase-chatgpt-app.md b/content/en/blog/supabase-chatgpt-app.md new file mode 100644 index 0000000..d52faed --- /dev/null +++ b/content/en/blog/supabase-chatgpt-app.md @@ -0,0 +1,81 @@ +--- +title: "Supabase Is Now an Official ChatGPT App" +description: "Connect your Supabase projects to ChatGPT and manage your entire database infrastructure with natural language commands" +summary: "Supabase becomes an official ChatGPT app with 29 integrated tools for managing databases, executing SQL, deploying Edge Functions, and more — all through AI-powered conversation." +date: 2026-06-19 +draft: false +tags: ["supabase", "chatgpt", "ai", "database", "integration"] +categories: ["development"] +--- + +Supabase has just taken a huge step in the integration between databases and artificial intelligence: it is now an official ChatGPT app. This means you can connect your Supabase projects and manage your entire database infrastructure simply by **describing what you need** in natural language. + +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. + +Ask ChatGPT to check security advisories on your project and fix any issues. Request a schema change and ChatGPT executes it. Deploy an Edge Function with a single prompt. + +## What you can do + +The Supabase ChatGPT app includes **29 tools** divided into five main categories: + +### Database management +- Execute SQL queries on PostgreSQL databases +- Design and modify table schemas +- List tables and installed extensions +- Get security recommendations + +### Project operations +- List and create projects +- Get cost estimates +- Pause and restore projects +- Access real-time logs + +### Branching and migrations +- Create development branches +- Merge changes +- Rebase and reset branches +- List and apply migrations + +### Edge Functions +- List serverless functions +- Deploy new functions +- Manage existing functions + +### Documentation +- Search Supabase docs directly from ChatGPT + +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. + +## Why this matters for developers + +This integration represents a paradigm shift in how we interact with databases. Instead of switching between terminals, web interfaces, and documentation, developers can: + +1. **Reduce operational friction** — routine tasks like creating tables, running migrations, or checking logs are resolved in seconds with natural language +2. **Accelerate debugging** — ask ChatGPT to analyze logs and suggest fixes without leaving your flow +3. **Democratize database access** — team members less familiar with SQL can safely execute queries and modify data +4. **Automate repetitive tasks** — schema changes, function deploys, and branch management become voice or text commands + +## Getting started + +To start using the Supabase app in ChatGPT: + +1. Open the app directory in ChatGPT and search for "Supabase" +2. Go directly to the [app listing page](https://chatgpt.com/apps/supabase/asdk_app_69d3e5ee6a708191baa733f7b8931995) +3. Authorize ChatGPT to access your Supabase organization +4. You're all set! Start managing your projects with natural language commands + +The app works on **all Supabase plans** and **paid ChatGPT plans** (Plus, Pro, Team, Enterprise). + +## MCP Integration + +The Supabase ChatGPT app is built on the **MCP (Model Context Protocol)**, the same open standard that allows AI assistants to connect to tools and data sources. This means the same integration infrastructure can be used with other assistants like Claude, Cursor, and VS Code. + +For developers already using the Supabase MCP server, the transition is natural — ChatGPT is now another client in the supported connectors list. + +--- + +## Conclusion + +Supabase becoming an official ChatGPT app marks a new chapter in how we develop and manage databases. The combination of an open-source backend-as-a-service with ChatGPT's conversational interface lowers technical barriers and accelerates development. + +At **EF-TECH**, we closely follow these innovations to offer the best cloud computing and development solutions for our clients. [Contact us](/en/contato/) to learn how we can help your team leverage the latest in infrastructure and AI. diff --git a/content/pt-br/blog/supabase-chatgpt-app.md b/content/pt-br/blog/supabase-chatgpt-app.md new file mode 100644 index 0000000..db83f2f --- /dev/null +++ b/content/pt-br/blog/supabase-chatgpt-app.md @@ -0,0 +1,81 @@ +--- +title: "Supabase agora é um app oficial do ChatGPT" +description: "Conecte seus projetos Supabase ao ChatGPT e gerencie toda a infraestrutura de banco de dados com comandos em linguagem natural" +summary: "Supabase se torna app oficial do ChatGPT com 29 ferramentas integradas para gerenciar bancos de dados, executar SQL, fazer deploy de Edge Functions e muito mais — tudo por meio de conversação com IA." +date: 2026-06-19 +draft: false +tags: ["supabase", "chatgpt", "ia", "banco-de-dados", "integracao"] +categories: ["desenvolvimento"] +--- + +O Supabase acaba de dar um passo enorme na integração entre bancos de dados e inteligência artificial: agora é um app oficial do ChatGPT. Isso significa que você pode conectar seus projetos Supabase e gerenciar toda a infraestrutura de banco de dados simplesmente **descrevendo o que precisa** em linguagem natural. + +Com o app do Supabase para ChatGPT, é possível executar consultas SQL, modificar schemas, fazer deploy de Edge Functions, gerenciar branches e diagnosticar problemas nos seus projetos sem sair da conversa com o ChatGPT. + +Peça para o ChatGPT verificar recomendações de segurança no seu projeto e corrigir eventuais problemas. Solicite uma alteração de schema e o ChatGPT executa. Faça deploy de uma Edge Function com um único prompt. + +## O que é possível fazer + +O app do Supabase para ChatGPT inclui **29 ferramentas** divididas em cinco categorias principais: + +### Gerenciamento de banco de dados +- Executar consultas SQL em bancos PostgreSQL +- Criar e modificar schemas de tabelas +- Listar tabelas e extensões instaladas +- Obter recomendações de segurança + +### Operações de projeto +- Listar e criar novos projetos +- Obter estimativas de custos +- Pausar e restaurar projetos +- Acessar logs em tempo real + +### Branching e migrações +- Criar branches de desenvolvimento +- Fazer merge de alterações +- Rebase e reset de branches +- Listar e aplicar migrações + +### Edge Functions +- Listar funções serverless +- Fazer deploy de novas funções +- Gerenciar funções existentes + +### Documentação +- Pesquisar na documentação do Supabase diretamente do ChatGPT + +Você também pode combinar o app com o recurso [ChatGPT Projects](https://help.openai.com/en/articles/10169521-projects-in-chatgpt) para escopo de conversa a um projeto específico do Supabase. Basta definir a referência do projeto nas instruções uma vez, e todos os chats naquele projeto se conectam automaticamente ao banco de dados correto. + +## Por que isso importa para desenvolvedores + +Esta integração representa uma mudança de paradigma na forma como interagimos com bancos de dados. Em vez de alternar entre terminais, interfaces web e documentação, o desenvolvedor pode: + +1. **Reduzir atrito operacional** — tarefas rotineiras como criar tabelas, rodar migrações ou verificar logs são resolvidas em segundos com linguagem natural +2. **Acelerar debugging** — peça ao ChatGPT para analisar logs e sugerir correções sem sair do fluxo +3. **Democratizar o acesso ao banco** — membros do time com menos familiaridade com SQL podem executar consultas e modificar dados com segurança +4. **Automatizar tarefas repetitivas** — alterações de schema, deploy de functions e gerenciamento de branches viram comandos de voz ou texto + +## Como começar a usar + +Para começar a usar o app do Supabase no ChatGPT: + +1. Abra o diretório de apps no ChatGPT e procure por "Supabase" +2. Acesse diretamente a [página do app](https://chatgpt.com/apps/supabase/asdk_app_69d3e5ee6a708191baa733f7b8931995) +3. Autorize o ChatGPT a acessar sua organização no Supabase +4. Pronto! Comece a gerenciar seus projetos com comandos em linguagem natural + +O app funciona em **todos os planos do Supabase** e em **planos pagos do ChatGPT** (Plus, Pro, Team e Enterprise). + +## Integração com MCP + +O app do Supabase para ChatGPT é construído sobre o protocolo **MCP (Model Context Protocol)**, o mesmo padrão aberto que permite que assistentes de IA se conectem a ferramentas e fontes de dados. Isso significa que a mesma infraestrutura de integração pode ser usada com outros assistentes como Claude, Cursor e VS Code. + +Para desenvolvedores que já utilizam o Supabase MCP server, a transição é natural — o ChatGPT agora é mais um cliente na lista de conectores suportados. + +--- + +## Conclusão + +A chegada do Supabase como app oficial do ChatGPT marca um novo capítulo na forma como desenvolvemos e gerenciamos bancos de dados. A combinação de um backend-as-a-service open source com a interface conversacional do ChatGPT reduz barreiras técnicas e acelera o desenvolvimento. + +Na **EF-TECH**, acompanhamos de perto essas inovações para oferecer as melhores soluções em cloud computing e desenvolvimento para nossos clientes. [Entre em contato](/pt-br/contato/) para saber como podemos ajudar sua equipe a aproveitar o que há de mais moderno em infraestrutura e IA.