Paul Copplestone - e/postgres
banner
kiwicopple.bsky.social
Paul Copplestone - e/postgres
@kiwicopple.bsky.social
ceo @supabase | YC S20

database.new
the journey to 3 million developers → @supabase.com
July 21, 2025 at 8:04 AM
new in @supabase.com edge functions:

◆ sync APIs for reading files
◆ 97% faster cold starts
◆ tight integration with supabase storage

read all the release notes:

supabase.com/blog/persist...
July 18, 2025 at 2:16 PM
the @supabase.com ai assistant can now make recommendations based on your logs/errors:
July 18, 2025 at 3:15 AM
the @supabase.com dashboard now has a unified log interface

it shows all your logs in a single timeline, then when you drill into any single log you'll see all associated logs
July 17, 2025 at 11:30 PM
the @gravatar team just shipped a Wrapper so that you can query gravatar images for all your supabase users

SELECT *
FROM gravatar.profiles
WHERE email = '[email protected]';

enjoy ↓
July 16, 2025 at 9:15 PM
Read the full release:
supabase.com/blog/stripe...
July 15, 2025 at 9:15 PM
We updated the Stripe Sync Engine to run in serverless functions

It synchronizes your Stripe account to a Postgres database. It can be a new database or an existing Postgres database.
July 15, 2025 at 9:15 PM
New OrioleDB release: we added TPC-C benchmarks so you can be the judge on the performance

In case you're new to Oriole: it's a Postgres extension that replaces the default storage engine. GA coming soon.

we ran 3 separate TPC-C benchmarks. See the results:
www.orioledb.com/blog/orioled...
July 15, 2025 at 12:50 PM
we just dropped 7 new components in @supabase.com UI

This one's a bit different: it's a "Platform Kit" which you can use if you're providing Supabase projects/databases to your own users. It's like a UI wrapper on top of our Management API

Built with React/@shadcn
July 14, 2025 at 6:37 PM
good things take time - we just shipped one of the most requested features for @supabase.com Auth:

◆ asymmetric JWTs
◆ new API Keys for better security

There are no breaking changes. You can opt in today then opt-out of the old keys whenever you want. Massive performance boost
July 14, 2025 at 2:12 PM
the journey to 2 million developers → @supabase.com
April 28, 2025 at 11:15 AM
April 28, 2025 at 3:03 AM
Supabase UI now has a template for Social Logins:
April 28, 2025 at 3:03 AM
you can now manage captcha in your config.toml (supabase local dev)

enjoy 🚢
April 18, 2025 at 9:00 AM
April 18, 2025 at 12:00 AM
Supabase UI now has a template for Infinite Query

Useful for infinite scroll
April 18, 2025 at 12:00 AM
we've shipped an official Supabase MCP Server 🚢

Details & instructions:

supabase.com/blog/mcp-ser...
April 4, 2025 at 2:25 PM
🚢 We just shipped Declarative Schemas in @supabase.com

You can write your schemas in SQL files, then the CLI will automatically create the changes ("migrations")

Read how it works here:
supabase.com/blog/declara...
April 3, 2025 at 3:01 PM
Database Broadcasts are similar to the existing "Postgres Changes" but have a few benefits:

* it's (a lot) more scalable
* you can join tables/data before you broadcast
* you can filter out columns before sending

Database Broadcasts is more complex to use, but incredibly flexible.
April 2, 2025 at 2:26 PM
🚢 New feature for @supabase.com Realtime/Postgres

You can now Broadcast messages directly from your Database to the Realtime service.
April 2, 2025 at 2:26 PM
April 1, 2025 at 2:58 PM
You can now create, edit, update and test Edge Functions directly from the @supabase.com Dashboard

All features dropping today:
◆ create/edit/test functions
◆ download to your computer
◆ deploy without docker
◆ Deno 2.1 preview

enjoy 🚢
April 1, 2025 at 2:58 PM
Dropped today: our official @supabase.com UI Library 🚢

It leverages the @shadcn.com "registry" feature and is compatible with Next.js, React, and Tanstack

Includes:
- Login components
- Dropzone for storage
- Realtime cursors/avatars/chat
- And (one I love): AI Prompts

supabase.com/ui
March 31, 2025 at 2:27 PM
we're working on declarative database migrations that make it easier to make/view changes using git
March 5, 2025 at 7:47 AM
supabase web traffic has surpassed mongodb
March 4, 2025 at 12:20 PM