Supabase

Developer Tools

The open-source Firebase alternative.

Latest v1.26.07 · by SupabaseWebsitesupabase/supabase

Release activity

Release activity — 7 releases across 7 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 19, 2026No releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Apr 20, 2026No releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Apr 21, 2026No releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026
WednesdayNo releases on Apr 22, 2026No releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Apr 23, 2026No releases on Apr 30, 20261 release on May 7, 2026No releases on May 14, 2026No releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 20261 release on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Apr 24, 2026No releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Apr 25, 2026No releases on May 2, 2026No releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

7 releases in the last year

Changelog

v1.26.07

Developer Update - July 2026

Added 7
  • OpenCode integration configures MCP setup to connect agents to Supabase database, Edge Functions, and logs
  • @supabase-labs/tanstack-db syncs TanStack DB collections with Supabase tables over PostgREST and Realtime in alpha
  • Wrappers v0.6.2 adds MongoDB foreign data wrapper to query and join MongoDB collections directly from Postgres
  • Multigres supports LISTEN/NOTIFY across pooled connections
  • Realtime Broadcast now sends and receives binary payloads in addition to JSON
  • Audit Log Drains are available to stream project audit logs to external destinations
  • Connect copies every environment variable @supabase/server needs in a single click
Changed 4
  • Postgres log_connections now defaults to off for new projects on all tiers as of July 9
  • pg_graphql v1.6.2 ships with GraphQL schema introspection off by default
  • Self-hosted Docker API external URL now includes the /auth/v1 prefix
  • Self-hosted Docker default image moves to Postgres 17
Fixed 1
  • Wrappers v0.6.2 fixes OpenAPI FDW pagination

Here's everything that happened with Supabase in the last month:

OpenCode integrates with Supabase

OpenCode connects your agent to your Supabase database, Edge Functions, and logs. It configures the MCP setup for you.

Read the blog →

TanStack DB syncs with Supabase

@supabase-labs/tanstack-db syncs TanStack DB collections with your Supabase tables over PostgREST and Realtime. It's available in alpha.

Watch the demo →

Wrappers adds a MongoDB foreign data wrapper

Wrappers v0.6.2 lets you query and join MongoDB collections directly from Postgres. It also fixes OpenAPI FDW pagination.

Read the docs →

Multigres supports LISTEN/NOTIFY across pooled connections

Multigres keeps Postgres LISTEN/NOTIFY working even when connections are pooled away from clients.

Read the blog →

Realtime Broadcast supports binary payloads

Realtime Broadcast now sends and receives binary payloads in addition to JSON. Binary payloads cut encoding overhead for cases like sensor telemetry and live screenshot streaming.

The Dart, Kotlin, and Python clients don't support binary payloads yet, and older SDK versions silently drop them. Update your client before you rely on it.

Read the docs →

Quick Product Announcements
  • Postgres log_connections now defaults to off for new projects on all tiers as of July 9, and existing Free and Pro projects are being migrated to the new default. [GitHub Discussion]
  • pg_graphql v1.6.2 ships with GraphQL schema introspection off by default, so enable it per schema if you use GraphiQL or codegen tools. [GitHub Discussion]
  • Audit Log Drains are available, so you can stream your project's audit logs to an external destination. [Docs]
  • Connect copies every environment variable @supabase/server needs in a single click. [Demo]
  • Self-hosted Docker defaults changed: API_EXTERNAL_URL now includes the /auth/v1 prefix, and the default image moves to Postgres 17. [GitHub Discussion]
Meet the Supabase team
  • Supabase Live: Building high quality Supabase apps using TRAE. July 22 at 7 pm PT. [Register]
  • Supabase x Claude Community Meetup in Dublin. [Register]
  • Hangout with the Supabase team during Casual Wednesdays on Discord at 10:00 am PT. [Join]
Made with Supabase
  • Shapeships: A multiplayer browser game using simultaneous-turn mechanics, built on an authoritative Supabase backend. [Website]
  • Blind OS: An autonomous outreach and client-management system that finds leads, qualifies them, and follows up on payments. [Website]
  • rlsautotest: Generates pgTAP tests and seed data from your Supabase RLS policies to prove, per table and identity, who can read or write which rows. [GitHub] [PyPI]
  • Heym: An open-source visual AI workflow automation platform with a native Supabase node for querying and mutating tables through PostgREST. [GitHub]
Community Highlights
  • A practical security checklist for non-technical builders, with Row Level Security flagged as the single most important fix. [Read]
  • A transparent cost breakdown for a personal life-management system built with Claude Code and Supabase, plus an honest look at the security tradeoffs of self-hosting your own data. [Read]
  • A widely-shared guide to vibecoding with Claude Code positions Supabase as the default data layer and login system in its standard setup flow. [Read]
View originalPermalink
How v1.26.07 went
v1.26.05

Developer Update - May 2026

Added 5
  • Support for custom OAuth2 and OpenID Connect identity providers with PKCE enabled by default
  • New @supabase/server SDK that handles auth, client creation, CORS, and context injection across runtimes including Edge Functions, Vercel Functions, Deno, Bun, and Cloudflare Workers
  • Wrappers v0.6.0 includes new OpenAPI FDW, Snowflake timeout support, and Clerk CRUD
  • Terraform Provider v1.9.0 adds Edge Functions resource, Edge Functions secrets resource, and network bans data source
  • Supabase Agent Skills, an open-source set of instructions for AI coding agents to build on Supabase correctly
Changed 3
  • New tables in the public schema are no longer automatically exposed to the Data API and require explicit Postgres grants to be reachable via PostgREST or GraphQL
  • Branching without Git is now the default, allowing creation of branches directly from the dashboard without GitHub integration
  • Data API settings revamped with new per-table and per-function toggles to control PostgREST and GraphQL exposure

Here's everything that happened with Supabase in the last month:

Custom OAuth/OIDC providers for Supabase Auth

Connect any OAuth2 or OpenID Connect identity provider to your Supabase project, including GitHub Enterprise, regional IdPs, and any standards-compliant provider, with PKCE enabled by default.

[Blog]

New tables in the public schema are no longer auto-exposed to the Data API

Starting April 28, new Supabase projects can opt out of automatic Data API exposure for public schema tables. Explicit Postgres grants are now required to make a table reachable via PostgREST or GraphQL. This becomes the default for all new projects on May 30.

[GitHub Discussion]

Supabase is now ISO 27001 certified

Supabase is certified to ISO/IEC 27001:2022, covering the information security management system across the entire platform.

[Blog]

Stripe Sync Engine moves to Stripe

The Stripe Sync Engine, originally built by Supabase, is now part of the Stripe GitHub org. It is open source and maintained by Stripe going forward.

[Blog]

Supabase brand survey

Help shape the direction of Supabase. The brand survey takes a few minutes and closes soon.

[Take the survey]

@supabase/server

A new SDK that handles auth, client creation, CORS, and context injection across runtimes. Works on Edge Functions, Vercel Functions, Deno, Bun, and Cloudflare Workers.

[Blog] [Docs]

Quick Product Announcements
  • The Supabase app in the Stripe Marketplace is now generally available. [Stripe Marketplace]
  • Branching without Git is now the default. Create branches directly from the dashboard without a GitHub integration. [Blog]
  • Data API settings revamped: new per-table and per-function toggles let you control which tables are exposed to PostgREST and GraphQL, with a default-privileges switch at project creation. [Docs]
  • The Supabase changelog now has RSS feeds, tag filtering, and a .md feed, plus links to copy any entry as Markdown or ask Claude/ChatGPT. [Changelog]
  • Wrappers v0.6.0 ships with a new OpenAPI FDW, Snowflake timeout support, Clerk CRUD, and several bug fixes. [GitHub] [Docs]
  • Supabase Agent Skills: an open-source set of instructions that teach AI coding agents how to build on Supabase correctly. [Blog]
  • Terraform Provider v1.9.0 adds Edge Functions resource, Edge Function secrets resource, and a network bans data source. [Docs]
Made with Supabase
  • Replist: Track your repertoire, sharpen your practice, and connect with the musicians you play with. [Website]
  • Grepture: Trace, evaluate, and protect every LLM call. Drop-in SDK. 80+ detection rules. [Website]
  • Causo: Agents that connect you with best fit partners at VCs. [Website]
  • Screenfully: An app demo creator on your phone. No need to connect to a Mac. [Website]
  • Anamap: Cartos by Anamap is an AI agent that investigates your dashboards, site behavior, and code releases to find the root cause of metric drops in plain English. [Website]
  • Crewform: Build your AI team with Crewform. Orchestrate specialized, autonomous agents to collaborate on complex tasks and connect outputs to your stack. [GitHub]
Community Highlights
  • The Supabase GitHub repo hit 100K stars and 8 million developers. [Blog]
  • Introducing the OSSCAR: An index of the fastest-growing open-source orgs. [Blog]
  • The State of Startups 2026 survey is still open. [Survey]
  • How I Scaled My NextJS + Supabase App to 25,000 Users [YouTube]
  • Stop Building Custom Auth — Auth0 vs Supabase: One Saved Us 3 Months of Engineering Work [Blog]
View originalPermalink
How v1.26.05 went
v1.26.04

Developer Update - April 2026

Here’s everything that happened with Supabase in the last month:

Multigres Operator is now open source

multigresoperator

The Multigres Kubernetes operator is now open source, with direct pod management, zero-downtime rolling upgrades, pgBackRest PITR backups, and OTel tracing.

GitHub | Twitter

GitHub integration on all plans

githubintegration

GitHub integration is now available on all plans. Connect your repo on the free tier to deploy migrations from your main branch via CI/CD, no branching required.

GitHub

Supabase joins the Stripe Projects developer preview

stripesyncenginesocial

Supabase is a co-design partner in Stripe Projects, a new CLI tool that provisions and connects services like Supabase, Vercel, and Clerk from your terminal, with credentials synced to your .env automatically.

Blog

Supabase docs over SSH

supabasedocsoverssh

Browse all Supabase docs with standard Unix tools, or pipe them directly into Claude Code: ssh supabase.sh setup | claude.

Blog

Supabase Security Newsletter

securitynewsletterog

Subscribe to the Supabase security newsletter, sent only when there are important security updates.

Sign Up

Quick Product Announcements
  • Studio now has "Fix with Assistant" buttons across touchpoints, with a dropdown to send the prompt to Claude or ChatGPT. Twitter
  • Browser tabs now show your exact navigation path so you can tell your tabs apart at a glance. Twitter
  • Supabase secret keys now have Push Protection on GitHub, blocking accidental commits before they land. Twitter
  • Schema Visualiser: relation lines are now clickable, tables and columns have context actions, and popovers appear between connected tables. Link
Made with Supabase
  • Menugo - AI-powered QR code menu generator for restaurants
  • Gasindex - AI voice agents call thousands of businesses to track real-time gas prices in America, with Vision AI and crowdsourced submissions keeping data fresh
  • Guinndex - AI voice agents call thousands of businesses to track real-time Guinness prices in Ireland with Vision AI and crowdsourced submissions keeping data fresh
  • Festie - The unofficial Coachella 2026 companion
  • burn0 - Track Supabase costs per-request in real time
Community Highlights
View originalPermalink
How v1.26.04 went
v1.26.03

Developer Update - March 2026

Here’s everything that happened with Supabase in the last month:

Webinar: Ship Fast, Stay Safe

Learn how top agencies balance velocity with control when using AI coding tools to build production applications on Supabase.

Register

Logs Drains on Pro

Log Drains are now available on Pro. Send your Postgres, Auth, Storage, Edge Functions, and Realtime logs to Datadog, Grafana Loki, Sentry, Axiom, S3, or your own endpoint.

Blog Post

Docs now export to Markdown for AI tools

Every guide on docs.supabase.com now has a "Copy as Markdown" option, plus direct links to ask ChatGPT and Claude. Copy any page into your agent or tool of choice with one click.

Docs

Storage: major performance and security overhaul

Object listing is up to 14.8x faster on 60M+ row datasets. The prefixes table and its 6 triggers are gone, replaced with a hybrid skip-scan algorithm and cursor-based pagination. Security fixes close a path traversal vulnerability and prevent orphan objects from direct SQL deletes.

Blog Post

Edge Functions dashboard for self-hosted and CLI

List and search your functions, view details, test directly from the dashboard, and download as .zip. No longer cloud-only.

Twitter

Multigres Postgres parser: 2.5x faster than the cgo alternative

Built in 8 weeks using Claude Code. A comparable MySQL parser took over a year.

Blog Post Twitter

Quick Product Announcements
  • ⚠️ Action Required: OpenAPI spec access via anon key deprecated March 11. The /rest/v1/ schema endpoint will only be accessible via service role or secret API keys after this date. Existing data API usage is unaffected. GitHub
  • Observability Overview page is rolling out. Twitter
  • Table filters now use AI. Describe what you want to find and the dashboard applies the right Postgres filters. Available under Feature Previews. Twitter GitHub
  • Queue table operations in the Table Editor. Stage inserts, edits, and deletes, review in Diff View, then commit with cmd + s. Twitter
  • Supabase plugin for Cursor is live. Twitter
  • Copy AI prompts from the dashboard. The same prompts powering the Supabase AI Assistant are now exportable for use in your local agent or tool of choice. Twitter
  • Inline SQL Editor saves SQL Snippets. Create and update snippets from Studio. Share via git in the supabase/snippets folder. GitHub
  • Command Menu gets Create and Search shortcuts. Hit cmd + k to create tables, RLS policies, Edge Functions, and Storage buckets — or jump directly to an existing one. Twitter
  • Read replicas now managed from the database replication page. Rolling out gradually — if you manage read replicas, look in Database settings.
  • Receipt downloads now available. Download receipts from the Invoices section in your org billing page.
Made with Supabase
  • A purpose-built tool for running powerful affiliate and referral campaigns. Website
  • Supabase x YCombinator Hackathon winner: An AI Agent Personal Trainer Website
  • AI video production for professionals Website
  • Generate APA citation-ready references from a URL or DOI in seconds Website
  • SupaClaw - A basic version of OpenClaw but built entirely on Supabase built-in features GitHub
Community Highlights
  • Supabase is sponsoring Postgres Conference 2026. Deepthi and Sugu are speaking on Multigres: horizontal scalability and intelligent sharding for Postgres. April 21-23 in San Jose. Use code 2026_SUPABASE20 for 20% off. Register
  • Codepup AI launched Supabase integration. Build a complete web app with a real Supabase backend — auto-generated, tested, and fixed by AI in under 30 minutes. Blog Post
  • BKND joins Supabase. Dennis Senn, creator of BKND, is joining to build a Lite offering for agentic workloads. BKND stays open source. Blog Post
  • Hydra joins Supabase. Joe Sciarrino, co-creator of Hydra, is joining to build Supabase Warehouse: an open data warehouse architecture for developers. Hydra co-developed pg_duckdb, which accelerates analytics queries on Postgres by over 600x. Blog Post
  • Getting Started with Supabase - Official Guide YouTube
  • Supabase on Observable Flutter - Episode YouTube
  • Inside Supabase Edge Functions: How Serverless Magic Actually Works Blog
  • Unlocking Scalable Backend Development: Why Supabase and Node.js are Revolutionizing Modern Applications in 2026 Blog
  • Adding GitHub, Google, and X Login to Next.js 15 with Supabase Auth Blog
View originalPermalink
How v1.26.03 went
v1.26.02

Developer Update - February 2026

Here’s everything that happened with Supabase in the last month:

Supabase PrivateLink is now available

Connect your database to AWS resources over private networks. No public internet exposure. Traffic stays within AWS infrastructure using VPC Lattice.

Blog Post

Postgres Best Practices for AI Agents

30 rules across 8 categories teaching AI agents to write correct Postgres code. Works with Claude Code, Cursor, GitHub Copilot, and other tools.

Blog Post

Query Ethereum directly from Postgres

Use SQL to query real-time Ethereum blockchain data with the Infura wrapper.

View docs

Supabase is now an official Claude connector

Connect your Supabase projects to Claude and manage your database by telling Claude what you need.

Blog Post

Vibe coding, done right

Join us for a 45 minute online workshop with Bolt where we’ll walk through several success stories and best practices for introducing vibe coding safely into your company

Register now

Free eBook: Using Postgres to its full extent

Manning Publications and Supabase created a free eBook on using Postgres to its full extent—contemporary SQL techniques, full-text search, data types, and avoiding design mistakes that cost performance.

Download

Quick Product Announcements
  • Action Required: pg_graphql disabled by default on new projects. Ships mid-February. New projects won't have pg_graphql enabled automatically. Existing projects with zero GraphQL requests will also have it disabled. If you use GraphQL, manually enable the extension. GitHub
  • TRAE SOLO integration with Supabase. Manage your database, storage, and auth inside ByteDance's AI IDE. Blog Post
  • Edge Functions now support drag-and-drop zip files. Upload entire function bundles to migrate between projects. Docs
  • SQL snippets save locally in Studio. Share queries via git with your team in supabase/snippets folder. GitHub
  • Supabase Assistant helps with database query performance. Get optimization suggestions directly in the dashboard. Twitter
  • postgrest-js hits 9M weekly downloads. Twitter
Made with Supabase
  • Fanakin - Organize movies, shows, books, games, and more in one place. Create lists, share your profile, and get AI-powered recommendations based on your taste. Website
  • PolicyCheck - Free client-side security analysis for your Supabase project. See what's exposed through your public API with just your anon key or user authenticated mode. Website
  • Renamify - AI-powered bulk file renaming with 99% accuracy. Rename hundreds of photos instantly with intelligent, descriptive names. Built to make the web more accessible. Website
Community Highlights
  • Supabase becomes a Tailwind partner. Announcement
  • New contributor site launched at supabase.com/contribute. Search issues across GitHub, Reddit, and Discord filtered by technology. Visit Site
  • SupaSquad community program now open. Join as a Contributor, Content Creator, Trusted Host, or Event Speaker. Get early access to features, partner deals, and direct team access. Apply Now
View originalPermalink
How v1.26.02 went
v1.26.01

Developer Update - January 2026

Here’s everything that happened with Supabase in the last month:

Update on security progress and roadmap

Learn about all the security features we added last year and our 2026 roadmap.

[Blog Post]

Stripe Sync Engine in the Supabase Dashboard

One-click integration for the Stripe Sync Engine directly in the Supabase dashboard. Query your customers, subscriptions, invoices, and payments using standard SQL.

[Blog Post]

Enhanced docs for the Metrics API

Better guidance on how to stream Supabase database telemetry into any Prometheus-compatible observability stack.

[Blog Post]

Build ChatGPT apps with Supabase and mcp-use

Learn how to build ChatGPT apps that connect to your Supabase database. Use mcp-use, an open source SDK that makes it easy to deploy MCP Servers on Supabase Edge Functions.

[Blog Post]

Index Advisor in Table Editor

It’s now much easier to detect missing indexes in your database.

[Twitter]

Quick Product Announcements
  • Supabase is now in the top-100 repos on GitHub. [Twitter]
  • Data API upgraded to PostgREST v14. [GitHub]
  • Python Type Generation in the CLI. [Twitter]
  • Three new quick starts in docs for Expo React Native, TanStack Start, and Flask. [Twitter]
  • Explain/Analyze diagrams are now available in the Supabase Dashboard. [Twitter]
View originalPermalink
How v1.26.01 went
1.25.12

Developer Update - December 2025

Here’s everything that happened with Supabase in the last month. Be sure to keep reading for a special gift:

Supabase ETL

[Blog Post]

Analytics Buckets

[Blog Post]

Vector Buckets

[Blog Post]

iceberg-js

[Blog Post]

Supabase Platform

[Blog Post]

New Auth Templates

[Blog Post]

Sign in with [Your App]

[Blog Post]

Supabase power for Amazon Kiro

[Blog Post]

Supabase in the AWS Marketplace

[LinkedIn]

Quick Product Announcements
  • We’ve added asynchronous streaming to Postgres Foreign Data Wrappers. [Blog Post]
  • We now support deploying legacy NodeJS applications as Edge Functions.
  • You can now download Edge Functions from the Supabase CLI without Docker.
  • You can now bulk paste and edit individual secrets for Edge Functions.
View originalPermalink
How 1.25.12 went
1.25.04

Developer Update - April 2025

Here’s everything that happened with Supabase in the last month:

Project scoped roles

project-scoped-roles

Project scoped roles are now available for all Supabase Team plans. Each member in the organization can be assigned a role scoped to the organization or to specific projects.

[GitHub]

MCP Server now works with VS Code

mcp-server-now-works-with-vs-code

Set up the Supabase MCP server to work with Visual Studio Code.

[Twitter]

MCP Server can now create and deploy Edge Functions

mcp-server-can-now-create-and-deploy-edge-functions

Use the Supabase MCP server to build Edge Functions.

[Twitter]

Supabase UI Library now includes Infinite Query block

supabase-ui-library-now-includes-infinite-query-block

React hook for infinite lists that fetches data from Supabase. Use it for infinite scroll.

[Link] [Twitter]

Supabase UI Library now includes Social Auth

supabase-ui-library-now-includes-social-auth

A block to quickly create authentication UI for all supported social logins.

[Link] [Twitter]

Quick Product Announcements

image

  • The new Supabase SOC 2 report is available. [Link]
  • We published comprehensive documentation about our security processes and controls. [Docs]
Made with Supabase
  • Web application for creating and editing AI-generated avatars using OpenAI's DALL-E API. Built with React, TypeScript, and Supabase. [GitHub]
  • Data transformation systems engineered for your needs [GitHub] [Website]
  • Command line for finding lines that have specific keywords in Rust . [GitHub]
Community Highlights

community-highlights

  • Create a Reusable Team component for your application using Next.js, Supabase, and Shadcn [Article]
  • Grocery Tracker App using Vue JS and Supabase [Article]
  • Use Supabase MCP in VSCode and Cursor [Article]
  • Supabase WordPress Integration - SupaWP Plugin [Article]
  • Implementing multi-tenancy into a Supabase app with Clerk [Article]
  • Build This Self-Expanding YouTube-Powered AI Agent Knowledge Base (n8n + Supabase) [YouTube]
  • Custom SMTP for Supabase Email Authentication | Complete Setup + Testing [YouTube]
  • AI Chatbot That Remembers You! (n8n + Supabase + WhatsApp) [YouTube]
  • Building a MCP-Powered Task Manager Agent with Agno and Supabase: A Step-by-Step Guide [Article]
  • How to Build an App From SCRATCH with Lovable + Supabase [YouTube]
View originalPermalink
How 1.25.04 went
1.25.03

Developer Update - March 2025

Here’s a recap of everything we announced during Launch Week and the month of March:

Supabase MCP Server

lw14-mcp-email

We are launching an official Supabase MCP server. You can use this server to connect your favorite AI tools (such as Cursor or Claude) directly with Supabase.

[Link] [GitHub]

Supabase UI Library

A set of convenient components built on shadcn that can be dropped into any Next.js, React Router, Tanstack Start, or vanilla React application. This initial release includes the following components:

[Link]

Supabase Studio Improvements

We shipped a number of Supabase Studio improvements and new features. Here’s a quick rundown of what’s new:

  • Tabs!: The Table Editor and SQL Editor now have tabs!
  • Customizable Reports: create reports to show data exactly how you want to see it
  • SQL Blocks in Custom reports: use SQL Snippets in blocks inside your custom reports
  • Inline SQL Editor: use a mini SQL Editor anywhere in the Dashboard
  • Multiple AI Assistant chats: maintain history of your Assistant chats
  • Logs improvements: more detailed inspect panel, and stacked charts

[Link] [GitHub]

Edge Functions Deploy from the Supabase Dashboard

You can now create, test, edit, and deploy Supabase Edge Functions directly from the Supabase Dashboard.

[Link]

Realtime Broadcast from Database

lw14-realtime-database-email

Send messages based on changes in the Database, directly from the Database itself. Scale to support sending Database change messages to tens of thousands of users.

[Link]

Declarative Schemas

lw14-declarative-schemas-email

Use declarative schemas to define your database structure in a clear, centralized, and version-controlled manner.

[Link]

Postgres Language Server

lw14-pls-email-black

Postgres Language Server provides a collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. Today, we support autocompletion, syntax error highlighting, type-checking, and a linter.

[Link]

Quick Product Announcements

image

  • We expanded our official Third-party Auth integrations to include Clerk. We also made Third-party Auth cheaper so that it has pricing parity with Supabase Auth. [Link]
  • We have added Deno 2.1 support for Supabase Edge Runtime. With Deno 2.1, you can use built-in tools to scaffold a new project, manage dependencies, run tests, and lints. [Link]
  • You can now automate generation and updates of embeddings in your database. [Link] [Docs]
  • Geo-aware routing for Supabase API Load Balancer optimizes requests performance for your globally distributed users. [Link]
  • Dedicated Poolers are now available in Supabase for everyone on the Pro Plan and above. [Blog] [Link]
  • The Supabase docs now support type hints. [Link]
Launch Week Hackathon Winners

lw14-hackathon-winners-email

  • AI RPG - An Interactive storytelling platform that enables players to create and play through AI-generated narrative adventures. [Tweet]
  • AI Travel Concierge - An app that helps you travel by suggesting destinations and attractions and planning them. [Tweet]
  • CiteAnalytics - A web analytics tool that tracks when LLM visits your website. [Tweet]
  • play.theplaylist - Create YouTube playlists with an interactive UI and easily share it with friends. [Tweet]
  • sendit - A social media content creation tool to refine posts using AI. [Tweet]
  • StoryTime - Generate educational stories for kids using AI. [Tweet]
  • Supabadge - Generate your own beautiful Supabase event badge! [Tweet]
  • SupaQuery - Supabase SQL editor with Vim support. [Tweet]
  • QuickAudit - An app that logs every DB change (INSERT/UPDATE/DELETE) for auditing. [Tweet]
  • Today’s Diary - A diary app with a minimalistic UI that lets you exchange diary entries with another random user every day. [Tweet]
Made with Supabase
  • MagiCan - Finalist of our Lovable x Supabase hackathon. An infinite canvas platform that revolutionizes collaborative storytelling and project planning with advanced AI capabilities. [Website]
  • Next.js + Stripe + Supabase A Production-Ready Template - Start building with authentication and payments in minutes. [GitHub] [Website]
  • Hono Supabase Auth Example - This example shows how to use Supabase Auth both on the client and server side with Hono. [GitHub]
  • Discover exactly when you can achieve financial independence with FireCalculator a precision calculator and visualization tools. [Website]
Community Highlights
  • Implementing multi-tenancy into a Supabase app with Clerk [Link]
  • Supabase Just Dropped Their Own Fullstack UI Library! [YouTube]
  • Generating and Storing Google Gemini Embeddings with Vercel AI SDK and Supabase [Link]
  • Secure Your Next.js App: Email & Google Authentication with Supabase, PostgreSQL RLS, and Triggers [Link]
  • Supabase just dropped an official MCP Server [YouTube]
View originalPermalink
How 1.25.03 went
1.25.02

Developer Update - February 2025

Here’s everything that happened with Supabase in the last month:

Deploy Edge Functions from the Supabase dashboard

deploy-edge-functions-from-the-supabase-dashboard

Write your Edge Function in the dashboard using the AI Assistant and deploy it directly.

[Link]

Deploy Edge Functions from the CLI

deploy-edge-functions-from-the-cli

Write your Edge Function locally and deploy it using the CLI and without having to install Docker.

[Link] [GitHub]

Deploy Edge Functions using the API

deploy-edge-functions-using-the-api

AI tools and other products that integrate with Supabase can now deploy Edge Functions using the Supabase API.

[Link] [GitHub]

Connect AI tools and LLMs to Supabase

connect-ai-tools-and-llms-to-supabase

We’ve published documentation on how to use the Model Context Protocol (MCP) to connect external AI tools to Supabase. Use natural language commands to perform operations in Supabase.

[Link] [Docs]

Third-party Auth is now less expensive

third-party-auth-is-now-a-lot-cheaper

We’ve increased the MAU quota for using third-party authentication providers so it’s easier (and more cost-effective) to start using Supabase with an existing project that uses another auth provider.

[Link]

New billing documentation

new-billing-documentation

Better explanations for how bills are computed, upgrading/downgrading subscriptions, and concepts such as Credits or Spend Caps.

[Docs]

Using Postgres as a Graph Database

using-postgres-as-a-graph-database

pgRouting is a Postgres extension that can be used to add basic graph functionality to Postgres.

[Blog Post]

Quick Product Announcements
  • Invoke the SQL Editor from anywhere in the Supabase Dashboard [Link]
  • Read HubSpot data from within Postgres using the new FDW [Link]
  • Read Notion data from within Postgres using the new FDW [Link]
Made with Supabase
  • Stripe SaaS OSS with Supabase. Launch Full-Stack Apps 100x Easier.[GitHub] [YouTube]
  • Atomic CRM. The Open-Source CRM Toolkit for Personalized Solutions [GitHub] [Website]
  • GymBrah. Run your fitness business without chaos [GitHub][Website]
  • SQL Noir. Learn SQL by solving crimes [GitHub] [Website]
Community Highlights
  • Global Community Meetups [Sign up here]
  • The easiest way to get started selling SaaS with Polar [Repo]
  • Supabase 2025 Full Free Course [YouTube]
  • Build the Reddit Clone with Supabase [YouTube]
  • How to Use Cursor Agent and Supabase to Maximize Productivity [YouTube]
  • Multilingual transcription Telegram bot using Supabase and ElevenLabs Scribe API [Demo][YouTube]
  • Using Remotion Lambda with Supabase [Docs]
View originalPermalink
How 1.25.02 went
View all

Discussion