Paul Copplestone - e/postgres
@kiwicopple.bsky.social
ceo @supabase | YC S20
database.new
database.new
the journey to 3 million developers → @supabase.com
July 21, 2025 at 8:04 AM
the journey to 3 million developers → @supabase.com
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...
◆ 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
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...
◆ sync APIs for reading files
◆ 97% faster cold starts
◆ tight integration with supabase storage
read all the release notes:
supabase.com/blog/persist...
the @supabase.com ai assistant can now make recommendations based on your logs/errors:
July 18, 2025 at 3:15 AM
the @supabase.com ai assistant can now make recommendations based on your logs/errors:
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
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 @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
it shows all your logs in a single timeline, then when you drill into any single log you'll see all associated logs
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 ↓
SELECT *
FROM gravatar.profiles
WHERE email = '[email protected]';
enjoy ↓
July 16, 2025 at 9:15 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 ↓
SELECT *
FROM gravatar.profiles
WHERE email = '[email protected]';
enjoy ↓
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.
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
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.
It synchronizes your Stripe account to a Postgres database. It can be a new database or an existing Postgres database.
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...
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
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...
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...
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
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
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
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
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
◆ 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
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
◆ 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
the journey to 2 million developers → @supabase.com
April 28, 2025 at 11:15 AM
the journey to 2 million developers → @supabase.com
Supabase UI now has a template for Social Logins:
April 28, 2025 at 3:03 AM
Supabase UI now has a template for Social Logins:
you can now manage captcha in your config.toml (supabase local dev)
enjoy 🚢
enjoy 🚢
April 18, 2025 at 9:00 AM
you can now manage captcha in your config.toml (supabase local dev)
enjoy 🚢
enjoy 🚢
Supabase UI now has a template for Infinite Query
Useful for infinite scroll
Useful for infinite scroll
April 18, 2025 at 12:00 AM
Supabase UI now has a template for Infinite Query
Useful for infinite scroll
Useful for infinite scroll
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...
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
🚢 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...
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...
🚢 New feature for @supabase.com Realtime/Postgres
You can now Broadcast messages directly from your Database to the Realtime service.
You can now Broadcast messages directly from your Database to the Realtime service.
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.
You can now Broadcast messages directly from your Database to the Realtime service.
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 🚢
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
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 🚢
All features dropping today:
◆ create/edit/test functions
◆ download to your computer
◆ deploy without docker
◆ Deno 2.1 preview
enjoy 🚢
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
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
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
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
we're working on declarative database migrations that make it easier to make/view changes using git
March 5, 2025 at 7:47 AM
we're working on declarative database migrations that make it easier to make/view changes using git
supabase web traffic has surpassed mongodb
March 4, 2025 at 12:20 PM
supabase web traffic has surpassed mongodb
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 🚢
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
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 🚢
free plan:
was 50 MAUs included, now 50,000 included
pro plan:
was 50 MAUs included, now 50,000 included
you're welcome 🚢
February 25, 2025 at 2:20 AM
🚢 the SQL Editor now has inline AI
enjoy:
enjoy:
February 11, 2025 at 6:33 PM
🚢 the SQL Editor now has inline AI
enjoy:
enjoy:
🚢 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
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
🚢 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
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
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
↓
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
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
↓
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
↓