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
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
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
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
🚢 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
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
we just made third-party auth cheaper on @supabase.com

free plan:
was 50 MAUs included, now 50,000 included

pro plan:
was 50 MAUs included, now 50,000 included

you're welcome 🚢
March 3, 2025 at 9:20 AM
@supabase.com now has llms.txt

enjoy ↓
February 25, 2025 at 2:20 AM
🚢 the SQL Editor now has inline AI

enjoy:
February 11, 2025 at 6:33 PM
🚢 you can now deploy Edge Functions directly from the @supabase.com dashboard

this was one of the most requested features. for this version, you can let the AI write and deploy the function.

what else do you need? we're going to iterate fast on this over the next month
February 10, 2025 at 7:21 PM
We've added a new "Troubleshooting" section to the @supabase.com docs

The nice thing about this section is that they are also replicated to our @github.com Discussions. I love the concept of being available wherever it's most convenient to the developer

February 10, 2025 at 5:55 AM