Supabase Is Now an Official ChatGPT App
Connect your Supabase projects to ChatGPT and manage your database infrastructure by telling ChatGPT what you need.
Managed Postgres with scale-to-zero and branching for modern stacks.
Connect your Supabase projects to ChatGPT and manage your database infrastructure by telling ChatGPT what you need.
Faster writes on Neon. Neon now delivers significantly faster writes across all projects. For write heavy workloads, this optimization delivers up to a 5x perfo...
We've managed to give customers up to 5x performance increase on write-heavy workloads by disabling full-page writes, a Postgres durabiity safety feature that is made redundant by Neon's own storage engine.
Stateless auth, RLS-scoped clients, and CORS on the server, without the boilerplate.
Query Insights search now supports negated filter terms for both Postgres and Vitess. Prefix any search term with ! to exclude matching results — for example, !table:users returns all queries that don't touch the users table, and !indexed:true surfaces unindexed queries. Positive and negative terms can be combined freely: p99:>100 !table:sessions finds slow queries that don't involve the sessions table. Negation applies to the token immediately following !, so quoted phrases work too — !"some text" excludes queries matching that phrase, while "!some text" treats the exclamation mark as a literal character when searching for queries that include it in the normalized SQL. Read more about filtering queries with Vitess or filtering queries with Postgres.
Both Supabase Realtime and Supabase ETL read changes from your Postgres database using logical replication. But they solve very different problems. Here is how to pick the right one.
Branching without Git is now the default for all Supabase projects.
A case study on how Sample Vault syncs gigabyte-scale databases from cloud to local using Turso.

Announcement that Turso now includes unlimited active databases for all users.

Postgres 18 is generally available. Postgres 18 is now generally available on Neon. The preview limitations have been lifted, and Postgres 18 is fully supported...