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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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 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 Snap, Inc. Launches Snap Cloud, Powered by Supabase
Introducing Supabase for Platforms
Wen Bo Xie · 2025-12-05 · via Supabase Blog

Introducing Supabase for Platforms

Today, we're launching Supabase for Platforms—a white-label offering that lets platforms provision and manage fully managed backends on behalf of their users.

AI builders and agentic coding have fundamentally changed how software gets built in 2025. Supabase has become the default backend for this shift, with Lovable, Bolt.new, Vercel's v0, Figma Make, and many others building on top of Supabase projects owned by their users to develop full-stack applications. The growth has been staggering:

  • Lovable has nearly 8 million users. The company hit $100 million in ARR just eight months after launch, then doubled to $200 million four months later. Users create more than 100,000 new apps on the platform every day.
  • Bolt.new has about 5 million users. The company reached $4 million in ARR just 30 days after launch, $20 million in two months, and $40 million in five months.

But as these platforms scaled, we heard consistent feedback: they wanted a more seamless flow so their users don't have to think at all about provisioning and configuring their backends. That's when Supabase for Platforms was born.

Leading AI builders like Lovable, Bolt.new, and Baidu's MeDo have already started using Supabase for Platforms to create millions of Supabase projects in the last few months alone, making full-stack development more accessible and easier than ever.

And while AI builders are leading the way, Supabase for Platforms is built for any platform or tool that wants to offer managed backends.

Supabase for Platforms lets you white-label Supabase and provision backends for your users—all managed through our Management API or remote MCP Server.

Your users get the full Supabase stack:

  • Database (Postgres)
  • Auth
  • Edge Functions
  • Storage
  • Realtime

You control the entire experience. Your users get the full power of Supabase.

With Supabase for Platforms, you can:

  • Offer a complete white-label backend to your users entirely powered by Supabase
  • Pay only for compute hours consumed with our newest Pico instances that scale to zero
  • Access features purpose-built for managing backends on behalf of your users
  • Embed a lightweight Supabase Dashboard directly in your app through Platform Kit, so your users never leave your tooling
  • Let your users "claim" (transfer) their projects to their own Supabase orgs whenever they're ready, while you maintain access to those projects through OAuth integration

Supabase for Platforms and the full feature set is available to select AI Builders. Contact us if you'd like to get started.

Some AI builders want to manage infrastructure on behalf of their users. With a central organization, you create and own projects in your Supabase org. Users can claim those projects into their own Supabase org later if they want full control.

This model works well when your users don't know or care about infrastructure. You handle the complexity—they focus on features.

Contact us to enable central organization management.

These features are available through the Management API or remote MCP Server right now.

Create projects programmatically. We highly recommend using smart region selection to ensure capacity.

Docs

Update settings for Auth, Data API (PostgREST), Edge Functions, Storage, and Realtime through the Management API. Every setting in the Supabase Dashboard is available for configuration programmatically.

Docs

Deploy functions directly through the API. No CLI required.

Docs

Upgrade or downgrade compute as your users' needs change.

Docs

Use the security advisor API to check projects before deploying to production. Catch issues before your users, and their users, do.

Docs

Get and manage API keys for each project. We recommend using the publishable and secret API keys instead of the legacy anon and service_role keys.

For more information, read the announcement here.

Docs

Create ephemeral development environments for each project using branching. Your users can make changes safely on a branch, then merge to production. If something goes wrong, destroy the branch and start fresh based off production.

Docs

We built Platform Kit, a collection of UI components for the Management API. Embed a lightweight version of the Supabase Dashboard directly in your app. Your users can manage their backend without leaving your product.

Docs

These features are available to a subset of our AI Builder customers. Contact us to get access.

We offer Pico instances that scale to zero when not in use. This is ideal for platforms with many projects that have variable usage. You only pay for what your users actually use.

Docs

Once you have development environments, create restore points after every backend change. Roll back if something goes wrong. This gives your users confidence as they’re developing.

Docs

Run schema migrations through the API. Changes are tracked automatically. If a migration fails, it rolls back.

Docs

Let users transfer projects from your organization to their own. You retain API access to continue helping them build. They get full ownership and control.

This is useful when users want to eventually manage their own infrastructure and billing.

Docs

Supabase stores data. You cannot simply roll back production changes without risking data loss. Check out the docs for our recommended dev/production workflow.

Docs