惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
Launch week
Ant Wilson · 2021-03-25 · via Supabase Blog

Launch week

When we joined Y Combinator last summer, we spent the entire 3-month program building one (major) feature: Auth.

Demo Day gave our team something to rally around. The looming deadline forced us to deliver a lot of complex functionality in a short amount of time.

After we finished YC, we recreated Demo Day conditions internally: we gave ourselves a 3-month timeline to move from Alpha to Beta.

It worked wonders. We made giant leaps forward in the performance, security, and stability of the platform.

The day after our Beta announcement (still high on the adrenaline of the launch) we asked ourselves: what's the most ambitious thing we can hope to launch 3 months from now?

We decided not to settle for just one major feature. We wanted to fill an entire week with launches and announcements.

Looking at the list of features we planned, and with the relatively small team we have, this felt like a hugely ambitious idea. But after another 3 months of building, we're happy to announce that...

Starting on Monday 29th March, we'll be commencing our Launch Week!

We don't want to spoil the surprise, so for now we'll give you a teaser of what to expect. Come back here each day to see what we launch, or follow us on twitter to keep up to date: @supabase and follow the hashtag #supalaunchweek.

  • 29 March 2021

We're announcing pricing today. If you don’t care for the details, here is the pricing.

The blog post here goes into depth around our decision-making process.

The key takeaway is that we will stick with (what we feel is) a generous Free Plan. This was critical for many of our users who are still in the “build” phase of their project/business.

Another key takeaway is predictability. We’ve talked to too many devs who have been caught out by Firebase’s usage billing.

Usually this is due to rogue API requests, which have a habit of spiking without any good debugging tools. To circumvent this, our usage pricing is centered on more “predictable” mechanisms (like storage), avoiding usage-billing on items like API requests.

Even on our Free Plan you’re able to make millions of requests per day (we have developers doing this already!). In the future we will introduce “usage caps” on our top tier, which will allow you to specify maximum spends. Finally, we’re starting with soft-tiers, so nobody will be “unexpectedly” upgraded.

We’re a startup ourselves, so we want to build a sustainable business. Even though we are offering a Free Plan, we’re confident in our ability to support it long-term with the enterprise features we are building (SSO, multi-cloud).

If you aren’t confident in our business model though, we’re open source. You can host it yourself. Even better, everything we build is centered around Postgres, so you can pretty much pgdump your database and take it to your favorite Postgres platform.

  • 30 March 2021

Checkout the launch post here: Supabase Storage

As with anything that we build in Supabase, Storage is fast, secure and scalable. It's integrated well with the rest of the Supabase ecosystem.

Security 🔒

The authentication is handled by Kong and the authorization policies are implemented via Row Level Security policies in Postgres. This way we didn't have to implement a new language for implementing authorization policies. Check out our blog post for more details on how this works.

Performance ⚡️

Our storage API is a thin layer built with Fastify, a blazing fast Node.js framework. The security policies are directly evaluated in Postgres. The object explorer in dashboard makes navigation easy even when you have deeply nested folders or millions of objects in your buckets.

Scalability 📈

You can use storage for your terabytes of ML training data, e-commerce product gallery, or just your growing collection of JPEGS featuring cat's playing synths in space. You can truly build in a weekend and scale to millions.

  • 31 March 2021

Today is Day 3 of Launch Week, and as promised - we're releasing our CLI.

Today we launched the Supabase CLI which includes:

  • Running Supabase locally
  • Managing database migrations
  • Self hosting with Docker!

Check out the announcement post here: /blog/supabase-cli

  • 1 April 2021

We've spent a lot of time over the last 12 months making sure we have a lightning fast and delightful user dashboard that keeps pace with everything we do on the backend.

We are constantly iterating on our own UI, and having multiple devs working on different areas simultaniously has led to us requiring a standardized UI component library.

And now we're doing what we do best at Supabase and making it open source, so that the community can benefit from the UI work done at Supabase, and vice versa. The open source community is an invaluable asset to the work we do every day, and it's genuinely the main driver which enables our relatively small team to work fast and ship often.

Check out the demo and documentation website directly here: ui.supabase.com

  • 2 April 2021

It's the season finale of Supabase Launchweek! And we have THREE more things to share:

  1. Connection Pooling with PgBouncer - now you can connect directly to your Postgres instance without needing to worry that you'll cap out on connections. Perfect for use with Prisma.

  2. Workflow Engine - Our WIP states language will eventually enable a drag and drop workflow builder like Zapier inside the dashboard. Built with Elixir for scale!

  3. supabase.io is now supabase.com - check out our origin story here: /blog/supabase-dot-com