This is a preview — how supabase's changelog would look hosted on Wakelog (30 entries found, first 15 shown). Nothing was saved. To make it real: sign up (30 seconds, no email), create a project, and paste the same URL in the Import box — you'll also get RSS, an embeddable widget, a README badge, and an API. Try another.

supabase

Developer Update - August 2026

Aug 7, 2026

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

Supabase Select SF 2026

<img width="1200" height="486" alt="select" src="https://github.com/user-attachments/assets/45a7d284-e240-424f-ae78-3c5f301be89a" />

Supabase Select returns to San Francisco on October 2, a curated day of talks, feature deep dives, and more activations. Tickets are now available by application.

Get your ticket →

Supabase Pipelines is now in public alpha

<img width="1200" height="485" alt="pipelines (2)" src="https://github.com/user-attachments/assets/58787029-7894-480a-a8ac-6c95ce84e136" />

Supabase Pipelines streams Postgres changes to BigQuery in near real time, a managed CDC service you configure in the Dashboard, now available on all paid plans.

Read the blog →

Sign in with ChatGPT is now in beta

!chatgpt.png

Sign in to Supabase with your ChatGPT account, or connect Supabase to ChatGPT on desktop, web, and mobile through the ChatGPT plugins directory.

Read the blog →

Unified Logs is now in open beta

<img width="2400" height="970" alt="logs" src="https://github.com/user-attachments/assets/f0d56e38-6aa2-49f7-99e9-4324104b52c3" />

Unified Logs gives you one searchable view across every Supabase service, with live tail, filtering, and a timeline.

Read the blog →

Observability for every project with Grafana Cloud

<img width="1200" height="485" alt="grafana" src="https://github.com/user-attachments/assets/8b94a3dd-876c-429f-a291-519b35d20d3a" />

Connect any Supabase project to Grafana Cloud in one click for a pre-built dashboard, alerting, and metrics, available on every plan including Free.

Read the blog →

Introducing Supabase Evals

<img width="1200" height="485" alt="evals" src="https://github.com/user-attachments/assets/68dcf669-0a46-42e9-814d-8e3dcb440b1c" />

Supabase Evals is now open source, a benchmark that runs AI coding agents like Claude Code and Codex against real Supabase tasks and publishes the scores.

Read the blog →

Searchable field-level encryption with CipherStash

<img width="1200" height="485" alt="cipherstash" src="https://github.com/user-attachments/assets/df164a2e-2779-4588-b828-7e278bfa3282" />

CipherStash adds field-level encryption to Supabase with queryable ciphertext, zero-knowledge key management, and no schema changes.

Read the blog →

Quick Product Announcements
  • The Edge Functions overview page now shows each function's error rates, execution time, and CPU and memory use in one place. [Twitter]
  • Extension version pinning is deprecated: from August 5, an explicit version in CREATE or ALTER EXTENSION is ignored and the default version installs with a warning. [Changelog]
  • The Management API analytics/endpoints/logs.all endpoint is migrating to the new logs endpoint, so update any clients that query project logs. [Changelog]
  • Supabase now blocks all changes to the realtime schema: creating, altering, or dropping objects fails with a permission error, and RLS policies on realtime.messages keep working. [Changelog]
Made with Supabase
  • byTheLab GEO Score measures how visible your brand is across AI search engines like ChatGPT, Claude, Perplexity, and Gemini, and returns a score in about 30 seconds. [Website]
  • Huevsite is a profile platform where indie builders show their projects, code, and stack and earn a Builder Score to get discovered. [Website]
  • TripMaster keeps a group trip's flights, stays, and tickets on one shared timeline, texts the group when a gate or time changes, and connects to ChatGPT or Claude to fill in the plan. [Website]
  • FutureNerds is a management platform for Montessori schools that tracks each child's progress, keeps parents updated, and runs day-to-day school operations. [Website]
Community Highlights
  • A no-code introduction to Supabase covering how the database, auth, and free tier work for builders who are not writing backend code. [Read]
  • A production-readiness review of Supabase, covering the Row Level Security policy fix that gives more than 100x improvement on large tables. [Read]
  • A step-by-step Supabase starter guide covering migrations, typed clients, Row Level Security, auth, and a production-safe local workflow. [Read]
  • A production Row Level Security walkthrough covering multi-tenant isolation, role-based access patterns, policy performance, and the mistakes that silently break apps. [Read]
  • A founder's assessment of why Postgres-based backends are winning for small teams, including an honest list of where Supabase is not the right pick. [Read]

Developer Update - July 2026

Jul 9, 2026

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

OpenCode integrates with Supabase

<img width="1200" height="630" alt="opencode-thumb" src="https://github.com/user-attachments/assets/4649228d-56e6-4d1b-a9bf-c84cbd2b95f2" />

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

<img width="1200" height="630" alt="tanstack" src="https://github.com/user-attachments/assets/4d2d7894-e7a7-491e-ae77-b7507207a6a2" />

@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

<img width="1200" height="630" alt="querymongodbwrapper" src="https://github.com/user-attachments/assets/2c77a20b-85af-42cf-bbf9-137d79d6d379" />

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

<img width="1200" height="630" alt="multigreslistennotify" src="https://github.com/user-attachments/assets/29b5fbe6-4a34-481d-83bb-5c64338f3cbc" />

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

Read the blog →

Realtime Broadcast supports binary payloads

<img width="1200" height="630" alt="binarypayloads" src="https://github.com/user-attachments/assets/f61fca26-3584-4cdc-b909-cb81cf5a0c0c" />

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]

Developer Update - May 2026

May 7, 2026

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

Custom OAuth/OIDC providers for Supabase Auth

<img width="1200" height="630" alt="customoidcproviders" src="https://github.com/user-attachments/assets/97a1bc92-f8a9-4bf4-894d-ede6a762ab2b" />

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

<img width="1200" height="630" alt="schematables" src="https://github.com/user-attachments/assets/e4b0c2dc-8c7b-4361-b2fb-6eb48ff6d098" />

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

<img width="1200" height="630" alt="security" src="https://github.com/user-attachments/assets/34e5e97f-af0c-46f8-86b8-db09267c0b6f" />

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

<img width="1200" height="630" alt="stripesyncenginethumb" src="https://github.com/user-attachments/assets/3597cc93-7da2-4d0f-875c-eb1185997d8d" />

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

<img width="2400" height="1260" alt="baseline-brand-survey" src="https://github.com/user-attachments/assets/8cd9c5de-bb4a-4eb5-905d-c1baefbe24ff" />

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

[Take the survey]

@supabase/server

<img width="1200" height="630" alt="LinkedIn X (1)" src="https://github.com/user-attachments/assets/0c97bc2d-e4d3-47c4-bee0-9611a3ad0370" />

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]

Developer Update - April 2026

Apr 9, 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

Developer Update - March 2026

Mar 5, 2026

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

Webinar: Ship Fast, Stay Safe

<img width="1200" height="675" alt="agencywebinar" src="https://github.com/user-attachments/assets/9509cf35-07fa-4275-9d48-5f4a1c35d688" />

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

Register

Logs Drains on Pro

<img width="1200" height="630" alt="logdrainsonproog" src="https://github.com/user-attachments/assets/9675896f-f6f0-4f02-9878-d50de657433c" />

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

<img width="1152" height="662" alt="docsog" src="https://github.com/user-attachments/assets/0be1b375-1072-4581-a747-1a81be10030d" />

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

<img width="1200" height="630" alt="storagethumb" src="https://github.com/user-attachments/assets/b006f02a-6bff-4d35-abda-b4b4ce1a2244" />

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

<img width="1200" height="630" alt="edgefunctionsog2" src="https://github.com/user-attachments/assets/69bd2d15-a50b-4c60-b053-27c98b36b15c" />

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

<img width="1200" height="630" alt="postgresparserog" src="https://github.com/user-attachments/assets/de2868f2-33fb-4eeb-98be-dfda0f6d0bad" />

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

Developer Update - February 2026

Feb 5, 2026

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

Supabase PrivateLink is now available

<img width="1200" height="630" alt="og" src="https://github.com/user-attachments/assets/6544e9d2-aab8-4410-8800-9f2854b7c287" />

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

<img width="1200" height="630" alt="og 2" src="https://github.com/user-attachments/assets/7f79bda6-0140-4f3e-b13e-3e156b940d54" />

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

<img width="1200" height="630" alt="og (1)" src="https://github.com/user-attachments/assets/fb470e64-48b1-4892-a4e1-3c196f558c94" />

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

View docs

Supabase is now an official Claude connector

<img width="1200" height="630" alt="generate-og (3)" src="https://github.com/user-attachments/assets/e355da54-b321-4abc-870d-857623f8f1c4" />

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

Blog Post

Vibe coding, done right

<img width="1200" height="630" alt="og (2)" src="https://github.com/user-attachments/assets/5811d2ad-3c67-42aa-8405-9bb2b2ef90ba" />

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

<img width="6000" height="2425" alt="free-ebook" src="https://github.com/user-attachments/assets/fc4b20e4-68af-4521-ae7c-dfd20ee9fd7c" />

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

Developer Update - January 2026

Jan 8, 2026

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

Update on security progress and roadmap

<img width="2400" height="1600" alt="security-roadmap" src="https://github.com/user-attachments/assets/00029fc8-7fb8-4497-baa5-86d8ff2e4666" />

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

[Blog Post]

Stripe Sync Engine in the Supabase Dashboard

<img width="1200" height="800" alt="stripe-sync-engine" src="https://github.com/user-attachments/assets/9edf8e30-f9a6-445d-b300-31daa7e29a5a" />

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

<img width="1200" height="800" alt="metrics-api" src="https://github.com/user-attachments/assets/f295d671-48d0-4735-b004-68377641eeaa" />

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

<img width="1200" height="800" alt="chatgt-mcp-use" src="https://github.com/user-attachments/assets/3e8a9d51-4b2e-429d-9328-59547e3262b3" />

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

<img width="1200" height="800" alt="index-advisor" src="https://github.com/user-attachments/assets/ff5f78ad-0cb8-49de-87bd-87e6c68be5ab" />

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]

Developer Update - December 2025

Dec 10, 2025

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

Supabase ETL

<img width="1200" height="800" alt="etl" src="https://github.com/user-attachments/assets/a17b80a0-335a-4b18-bc72-2ba4a8493024" /> A change-data-capture pipeline that continuously replicates data from Supabase Postgres to external destinations, starting with Iceberg. Available in private alpha now.

[Blog Post]

Analytics Buckets

<img width="1200" height="800" alt="analyticsbuckets" src="https://github.com/user-attachments/assets/13f0defe-1dbc-4af0-80aa-4fff91b3d910" /> Specialized storage buckets built on Apache Iceberg and AWS S3 Tables that provide columnar storage for analytical workloads while maintaining compatibility with the Postgres interface. Available in public alpha now.

[Blog Post]

Vector Buckets

<img width="1200" height="800" alt="vector" src="https://github.com/user-attachments/assets/30c0bbf4-703a-4f74-9845-de077ea63cee" /> Vector Buckets are a specialized bucket type built on Amazon S3 Vectors. They are cold storage for your embeddings, with a query engine attached. Available in public alpha now.

[Blog Post]

iceberg-js

<img width="1200" height="800" alt="icebergjs" src="https://github.com/user-attachments/assets/741bb2d5-1b00-42f4-b0ba-d9691065fcc3" /> A minimal, vendor-agnostic JavaScript client for the Apache Iceberg REST Catalog API.

[Blog Post]

Supabase Platform

<img width="2400" height="1600" alt="supabaseplatform" src="https://github.com/user-attachments/assets/8fd239d9-6508-4019-a314-8851fc564866" /> A white-label offering that lets platforms provision and manage fully managed backends on behalf of their users

[Blog Post]

New Auth Templates

<img width="1200" height="630" alt="auth-templates" src="https://github.com/user-attachments/assets/77a149c0-b826-4cdd-aa04-219834a3d903" /> We now include more email templates to handle security-sensitive changes to you app, including password changed, email changed, phone number changed, identity linked or unlinked, multi-factor authentication enrolled or unenrolled, and more.

[Blog Post]

Sign in with [Your App]

<img width="2400" height="1600" alt="signinwithyourapp" src="https://github.com/user-attachments/assets/6bbac187-90e8-4487-bf71-a61664f9d91e" /> You can now turn your project into a full-fledged identity provider. You’ve heard about “Sign in With Google,” now you can build “Sign in With [Your App].” The immediate catalyst for this is that soon you can build MCP servers that use Supabase Auth in your app to authenticate the user.

[Blog Post]

Supabase power for Amazon Kiro

<img width="1200" height="800" alt="kiro" src="https://github.com/user-attachments/assets/814453a1-d27c-4756-8a3f-139c3c095b01" /> With these powers for [Amazon’s Kiro IDE](https://www.kiro.dev), you can build full-stack applications faster by giving Kiro deep knowledge of your Supabase project, best practices for database migrations, edge functions, and security policies.

[Blog Post]

Supabase in the AWS Marketplace

<img width="1200" height="800" alt="awsmarketplace" src="https://github.com/user-attachments/assets/c1484935-56b3-42f4-820a-dbad513f85a1" /> You can now purchase Supabase through the AWS Marketplace, which means that if your company has an AWS spend-commit you can use it to purchase Supabase.

[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.

Developer Update - April 2025

May 7, 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]

Developer Update - March 2025

Apr 8, 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

<img width="1200" alt="lw14-ui-email" src="https://github.com/user-attachments/assets/92bbf147-626d-4501-955a-3122edece47d" />

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

<img width="1200" alt="lw14-dashboard-updates-email" src="https://github.com/user-attachments/assets/d303d9e2-50e5-4220-a9c2-99a46f85cffa" />

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

<img width="1200" alt="lw14-dashboard-updates-email" src="https://github.com/user-attachments/assets/23a51ab6-4d1c-4fae-acf4-cd13f6e8b646" />

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]

Developer Update - February 2025

Mar 7, 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
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]

Developer Update - January 2025

Feb 7, 2025

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

Third-party Auth with Firebase is now GA

third-party-auth-with-firebase-is-ga Use Firebase Auth with your Supabase projects. [Docs]

Easier to see errors in log charts

easier-errors-in-logs Log charts in Supabase are now stacked with successes and errors on top of each other, and colored by type. [Link] [GitHub]

Enhanced type inference for JSON fields

enhanced-type-inference-for-json-fields Set up custom types with supabase-js for more concise and accurate types that reflect your data. [GitHub]

Type validation for query filter values

type-validation-for-query-filter-values The Supabase TypeScript SDK will correctly validate all query filter values in  eqneq, and  in  methods. [GitHub] [Docs]

AI Prompt for writing Edge Functions

ai-prompt-for-writing-edge-functions A prompt to help generate Supabase Edge Functions following best practices that you can supply to Cursor, Copilot, and other AI coding tools. [Docs]

Quick Product Announcements
  • Free plans are now limited to 0.5GB per project instead of 0.5GB per account. Keep building! [GitHub]
  • Now you can top up your credit balance through your organization's billing settings. [GitHub]
  • Added 3 configurable parameters to control disk autoscaling. [GitHub]
  • Easier to find queries in the SQL Editor. [GitHub]

Developer Update - December 2024

Jan 23, 2025

Welcome to 2025. Here’s everything that happened with Supabase in the last month:

Supabase Integrations Page

supabase-integrations-page

We added an Integrations Section to the Dashboard. Inside you’ll find useful features, like our new Postgres modules: Cron Jobs and Queues.

[Changelog]

Fix Security and Performance Issues with AI

fix-security-and-performance-Issues-with-ai

The AI Assistant has a new ability: it can help you understand and resolve Security and Performance issues. The issue context is passed to the assistant, which explains the issue and suggests fixes.

[Check out the Security Advisor]

SQL Editor Inline AI Assistance

sql-editor-inline-ai-assistance

When using the SQL Editor, you can now hit CMD+K to open an inline AI assistant that will help you make changes to your query. It will only make changes to whatever you have selected, but also has the surrounding context and can access schema, policy, and function information, if needed.

[Check out the SQL Editor]

Supabase Branching Available in Vercel Integration

supabase-branching-available-in-vercel-integration

Vercel Branching Integration now works with Vercel Marketplace managed projects. You can synchronize environment variables for newly created branches to your Vercel projects, no matter whether the project was created directly in Supabase or through a Vercel dashboard.

[Changelog]

Database Connection Settings Redesigned

database-connection-settings-redesigned

The “Connect” dialog has moved to the top of the Dashboard. You can access your database connection settings from anywhere. The “Connection String” tab includes guidance on when to connect via direct connection, transaction pooler, and session pooler.

[Dashboard]

Query Cloudflare D1 from Your Supabase Database

query-cloudflare-d1-from-your-supabase-database

Cloudflare D1 is a serverless SQLite service. You can now query it from your Supabase database using our Wrappers service, along with other services like BigQuery, ClickHouse, Firebase, and Snowflake.

[Docs]

Quick Product Announcements

image

Dashboard

  • The Supabase Dashboard is now responsive. This is just a first step towards a more complete mobile experience. [Link]
  • Granular Disk Size usage break down by Database/WAL/System [Changelog]

Edge Functions

  • Use a custom NPM registry for Edge Function dependencies [Changelog]

Logs

Connection Pooler

  • Supavisor Session Mode on port 6543 will be deprecated on February 28, 2025 [Changelog]

Auth

  • Slack v1 OAuth has been deprecated in favor of Slack (OIDC) [Changelog]

Developer Update - September 2024

Oct 10, 2024

We’ve announced a Vercel partnership, we’re hosting an AI hackathon with our friends at Y Combinator, and we raised $80M. Let’s dive right in:

Supabase + Vercel Partnership

Supabase + Vercel Partnership

We released an official Vercel integration. You can quickly spin up Supabase projects from Vercel’s dashboard, with full support for Vercel templates like Supabase Starter and integrated billing through Vercel.

Full announcement

Revamped Users Management UI in Studio

Revamped Users Management UI in Studio

Our Frontend team revamped the Auth section in Studio. You now have access to more user details, ban-user functionality, authenticated logs grouped by user, sort columns based on your preference, and a few other features requested by the community.

Changelog

Edge Functions are 2x smaller and boot 3x faster

Edge Functions are 2x smaller and boot 3x faster

The Edge Functions team has reduced function sizes by half and boot times by 300% in most cases when importing npm modules by lazy evaluating dependencies and reducing package section sizes as well as switching to the xxHash-3 hash algorithm.

Blog post

Supabase AI Hackathon at Y Combinator

Supabase AI Hackathon at Y Combinator

On November 22 + 23 we’re hosting an AI-focused hackathon at Y Combinator in San Francisco. We’re welcoming anyone to apply and build the next wave of AI applications. The panel of judges will include our founders, Paul Copplestone and Ant Wilson, and YC partners.

Full announcement

Launch Week 12 Hackathon Winners

Launch Week 12 Hackathon Winners

Many high quality projects were submitted for LW12’s hackathon but our panel of judges selected Whisker Jam as Best Overall Project because of its cuteness (who doesn’t love cats), funky musical instruments, and multiplayer functionality. Congratulations 👏 to @n0t_buddy who will receive the prize of mechanical keyboards.

Full list of winners | All the submissions

Quick Product Announcements

<ul> <li> [Dashboard] Schema Visualizer nodes are now persisted [<a href="https://supabase.link/schema-visualizer-nodes" >Changelog</a >] </li> <li> [Edge Functions] Serverless image transformations with ImageMagick (via Wasm) [<a href="https://supabase.link/imagemagick-wasm" >Docs</a >] </li> <li> [Infra] Projects on compute instances XL and larger can create up to 5 Read Replicas [<a href="https://supabase.link/5-read-replicas" >Changelog</a >] </li> <li> [Storage] XHTML responses only work with a Custom Domain [<a href="https://supabase.link/xhtml-custom-domains" >Changelog</a >] </li> <li> [Billing] Paid projects have an upgrade from Nano to Micro instance at no additional cost [<a href="https://supabase.link/micro-upgrade" >Docs</a >] </li> </ul>

Community Highlights

community highlights

<ul> <li> Using Cursor to have AI build out a social network app powered by Next.js and Supabase [<a href="https://supabase.link/cursor-ai-app-nextjs-supabase" >Video</a >] </li> <li> Wordle Teams. Compete with friends, keep score to establish bragging rights in the ultimate app for Wordle enthusiasts [<a href="https://supabase.link/wordle-teams" >Repo</a >] </li> <li> Next.js + TanStack Query + Supabase + Supabase Cache Helpers: a detailed tutorial on how to implement this stack in your application [<a href="https://supabase.link/nextjs-tanstack-query-supabase-guide" >Article</a >] </li> <li> Supabase Auth: The Ultimate Authentication Solution for Cross-Platform Apps using React Native [<a href="https://supabase.link/supabase-auth-ultimate-solution-react-native" >Article</a >] </li> <li> How to build local-first Expo Apps [<a href="https://supabase.link/local-first-expo-supabase" >Video</a >] </li> </ul>

Supabase $80 Million Series C

We raised $80 million Series C in an up round that brings our total funding to $196 million. This round was led by Peak XV and Craft Ventures with participation by Avra Capital and previous investors Coatue, Felicis, and Y Combinator.

Full announcement

Developer Update - August 2024

Sep 16, 2024

Supabase kicked off Launch Week 12 in August with a Postgres+AI drop that went viral followed by other exciting announcements throughout the week. Here’s all the juicy highlights you don’t want to miss:

Day 1 - postgres.new: In-browser Postgres with an AI interface

postgres.new

Supabase launched postgres.new which reimagines interacting with Postgres using a large language model (LLM) all in the browser. Spin up as many databases as you want, and with the help of an AI assistant, generate tables with sample data or import your data, database migrations, embeddings for semantic search and RAG, reports and charts, and so much more.

Website | Blog Post | Video Announcement

Day 2 - Supabase Realtime: Broadcast and Presence Authorization

supabase realtime broadcast and presence authz

Realtime introduced Broadcast and Presence Authorization to give you fine-grain control over which clients are authorized to join private Channels and what type of Broadcast and Presence actions those clients within the Channels can execute. Get started by writing row-level security (RLS) policies to dictate, as an example, that Client1 can only send messages while Client2 can only receives messages when they’re both in the same private Channel.

Docs | Blog Post | Video Announcement

Day 3 - Supabase Auth: Bring-your-own Auth0, Cognito, or Firebase

supabase auth byo auth0, cognito, or firebase

As much as we want you to migrate over to Supabase Auth, we’re not hurt if you want to stay with your current auth provider. I’m sure you have your reasons. That’s why we’ve launched Firebase Auth, Auth0, and Amazon Cognito support so you can bring your auth and it’ll seamlessly work with the rest of Supabase. We’ve also extended multi-factor authentication (MFA) to support both SMS and WhatsApp and introduced Auth Hooks so you can customize your Supabase Auth flow.

Docs | Blog Post | Video Announcement

Day 4 - Introducing Log Drains

supabase log drains

Supabase generates a ton of logs for every product and we provide a Logs Explorer for you to query them. However, we realize that you may want to send them elsewhere for various purposes. We’re not offended; we actually encourage you to do so with the release of Log Drains. You can now send your logs to external destinations like Datadog and via custom HTTP endpoints and we have more destinations in the works like Syslog and Loki.

Docs | Blog Post | Video Announcement

Day 5 - Postgres Foreign Data Wrappers with Wasm

supabase fdw with wasm

Supabase Wrappers has released several official Foreign Data Wrappers (FDW), all written in Rust, so you can query data from the likes of S3, Clickhouse, and Stripe. There are many, many data sources out there so we developed WebAssembly (Wasm) support to enable anyone to create FDWs as long as they are familiar with a language that compiles to WebAssembly and can even share their FDWs with the community. Head over to our Catalog to check Official and Community FDWs, including Snowflake and Paddle Wasm Wrappers.

Docs | Blog Post | Video Announcement

One more thing from Launch Week 12

Just kidding, there’s always more than one. Here’s more goodies we shipped:

<ul> <li> <a href="https://supabase.link/vs-code-copilot" >Official Supabase extension for VS Code and GitHub Copilot</a > </li> <li> <a href="https://supabase.link/pg_replicate" >pg_replicate - Build Postgres replication applications in Rust</a > </li> <li> <a href="https://supabase.link/snaplet-oss" >Snaplet is now open source</a > </li> <li> <a href="https://supabase.link/supabase-book" >Supabase Book - Learn Supabase by building a multi-tenant platform</a > </li> <li> <a href="https://supabase.link/postgrest-12-2" >PostgREST 12.2: Prometheus metrics</a > </li> <li> <a href="https://supabase.link/vec2pg" >vec2pg: Migrate to pgvector from Pinecone and Qdrant</a > </li> <li> <a href="https://supabase.link/pg-graphql-1-5-7-blog">pg_graphql 1.5.7: pagination and multi-tenancy support</a> </li> <li> <a href="https://supabase.link/platform-access-control" >Introducing New Platform Access Control</a > </li> <li> <a href="https://supabase.link/official-python-support" >Supabase Python</a > </li> </ul>

Quick Product Announcements

quick product announcements

<ul> <li> [Platform] Changes to Supabase API Keys on 7th October 2024 [<a href="https://supabase.link/supabase-api-keys">Changelog</a>] </li> <li> [Auth] Asymmetric Keys support on 7th October 2024 [<a href="https://supabase.link/auth-asymmetric-keys">Changelog</a>] </li> <li> [Dashboard] Organize SQL snippets into folders in SQL Editor [<a href="https://supabase.link/sql-snippet-folders">Changelog</a>] </li> <li> [Dashboard] Supabase AI Assistant: Choose which schemas to share with OpenAI [<a href="https://supabase.link/openai-schema">Changelog</a>] </li> <li> [Database] Spin up Supabase project via Vercel Marketplace [<a href="https://supabase.link/vercel-marketplace-docs">Docs</a>] </li> <li> [Database] Threshold for transitioning projects to physical backups lowered to 15GB [<a href="https://supabase.link/physical-backup-15gb">Changelog</a>] </li> <li> [Billing] Supabase moves to hourly usage-based billing [<a href="https://supabase.link/hourly-db-billing">Database</a>] [<a href="https://supabase.link/hourly-storage-billing">Storage</a>] [<a href="https://supabase.link/hourly-add-ons-billing">Add-ons</a>] </li> <li> [Billing] Improved invoices and more timely usage data [<a href="https://supabase.link/timely-usage-data-invoices">Changelog</a>] </li> </ul>

Community Highlights

community highlights

<ul> <li> Hyperdome - Chatbot application familiarized with HTMX, Hyperscript, tweets, memes, and lore. [<a href="https://supabase.link/hyperdome">Repo</a>] </li> <li> DevCanvas - An open-source Codepen alternative [<a href="https://supabase.link/devcanvas">Repo</a>] </li> <li> CraftGen - Build useful AI agents to complete tasks on autopilot [<a href="https://supabase.link/craftgen">Repo</a>] </li> <li> mangosqueezy - Affiliate marketing tool [<a href="https://supabase.link/mangosqueezy">Repo</a>] </li> <li> notedown - A self-hostable rich text editor built with Next.js and Supabase [<a href="https://supabase.link/notedown">Repo</a>] </li> <li> Supabase Real-world Production Example by Egor Gorbachev [<a href="https://supabase.link/real-world-production-vid">Video</a>] </li> <li> This RAG AI Agent with n8n + Supabase is the Real Deal [<a href="https://supabase.link/rag-ai-n8n-supabase">Video</a>] </li> </ul>

Claim your changelog — free