Launch week, Storage, Supabase CLI, Connection Pooling, Supabase UI, and Pricing. Here's what we released last month.
Quick demo
Watch a full demo:
Supabase Storage
Need to store images, audio, and video clips? Well now you can do it on Supabase Storage. It's backed by S3 and our new OSS storage API written in Fastify and Typescript. Read the full blog post.
Connection Pooling
The Supabase API already handles Connection Pooling, but if you're connecting to your database directly (for example, with Prisma) we now bundle PgBouncer. Read the full blog post.
React UI Component Library
We open sourced our internal UI component library, so that anyone can use and contribute to the Supabase aesthetic. It lives at ui.supabase.com . It was also the #1 Product of the Day on Product Hunt.
CLI
Now you can run Supabase locally in the terminal with supabase start
. We have done some preliminary work on diff-based schema migrations, and added some new tooling for self-hosting Supabase with Docker. Blog post here.
Pricing
Our most frequently asked question by far is "ok supabase is sweet, but how much is it going to cost?". TL;DR there's Free Tier up to 500mb + 10k auth users, a Pro Tier at $25/month for 8GB + 100k auth users, and anything additional is charged on a usage basis.
See Pricing Page for full details and also our blog on why pricing is hard.
NFT Platform
Well... not really, but it made for a great April Fools joke.
Supabase Dot Com
We are now dot com! We'll be porting across over the next few weeks. Read the origin story behind the name here.
OAuth Scopes
Thanks to a comunity contribution (@_mateomorris and @Beamanator), Supabase Auth now includes OAuth scopes. These allow you to request elevated access during login. For example, you may want to request access to a list of Repositories when users log in with GitHub. Check out the Documentation.
Kaizen
- You can now manage your PostgREST configuration inside the Dashboard.
- Our website has been redesigned. Check out our new Homepage and Blog, and our new Database, Auth, and Storage product pages.
- We refactored some of our Filter methods to make them even easier to use. Check out the Full Text Search refactor.
- We have added several new sections to our Docs including: Local Dev, Self Hosting, and Postgres Reference docs (all still under development).
Community
- How to use Supabase inside Replit [Video]
- Connecting Draftbit to Supabase by @amanhimself
- Creating Users in Next-js by @indigitalcolor
- A Backend for IndieHackers by @dbredvick
- The Firebase Alternative by Simon Grimm [Video]
- Ionic Integration by Simon Grimm [Video]
- Flutter Integration by Aditya Thakur by [Video]
- Svelte Integration by Khaerunnisa Isnaeni [Video]
- An example app for adding User Profiles to your Next.js app
If you want to keep up to date, make sure you subscribe to our YouTube channel or follow us on Twitter.
Coming Next
Lets say for each new sign up, you want to trigger a slack alert, send them an email after 24 hours.
For this we are working on our own Workflow engine, it will eventually have a Zapier-like interface inside the dashboard. For now it's a state-machine interpreter (fully compatible with Amazon States Language) written in Elixir, open source, and ready for community contributions.
Get started
- Start using Supabase today: app.supabase.io
- Make sure to star us on GitHub
- Follow us on Twitter
- Subscribe to our YouTube channel
- Become a sponsor