the journey to 3 million developers โ @supabase.com
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...
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
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 = 'user@example.com';
enjoy โ
Read the full release:
supabase.com/blog/stripe...
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.
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...
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
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
the journey to 2 million developers โ @supabase.com
Docs:
supabase.com/ui/docs/nex...
Install:
Supabase UI now has a template for Social Logins:
you can now manage captcha in your config.toml (supabase local dev)
enjoy ๐ข
Docs:
supabase.com/ui/docs/nex...
Install:
Supabase UI now has a template for Infinite Query
Useful for infinite scroll
> stopped working
was there an error?
we've shipped an official Supabase MCP Server ๐ข
Details & instructions:
supabase.com/blog/mcp-ser...
๐ข 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...
Check out the blog post for toady โ
supabase.com/blog/realtim...
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.
๐ข New feature for @supabase.com Realtime/Postgres
You can now Broadcast messages directly from your Database to the Realtime service.
Learn more:
supabase.com/blog/supabas...
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 ๐ข
eventually ๐
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
we're working on declarative database migrations that make it easier to make/view changes using git