Supabase has closed a $500 million late-stage funding round that values the open-source Postgres database company at $10.5 billion. The Series F was led by GIC, Singapore’s sovereign wealth fund, with participation from all existing investors including Accel and Y Combinator.

The AI Coding Connection
What makes this raise notable is not just the size. It is the reason behind Supabase’s rapid growth. The company says the bulk of its new users now come from AI coding tools like Anthropic’s Claude Code, OpenAI’s Codex, Cursor, and similar applications.
These tools need back-end databases to store data, authenticate users, and manage application state. Supabase provides exactly that: a hosted, managed Postgres database with built-in authentication, storage, and edge functions. Developers using AI coding assistants can prompt their way to a working app and point it at a Supabase backend in minutes.
“We haven’t seen a company grow at this pace, certainly in the database layer, ever before,” Accel partner Arun Mathew told CNBC. He called the company’s growth rate “phenomenal” compared to other database startups.
Supabase vs MongoDB vs AWS Aurora
Supabase has grown to over 250,000 users and 350 employees since launching in 2020. It positions itself as the open-source alternative to both MongoDB and Amazon’s Aurora database service.
MongoDB, which is publicly traded, has a market cap of roughly $25 billion. AWS Aurora is part of Amazon’s cloud infrastructure and generates billions in revenue. Supabase’s $10.5 billion valuation suggests investors believe there is significant room for a third player, particularly one built on PostgreSQL.
PostgreSQL has become the most popular open-source database in the world, and Supabase has ridden that wave by adding developer-friendly features on top of the raw database. Authentication, row-level security, real-time subscriptions, and vector embeddings for AI applications all come built in.
The pgvector Factor
One of Supabase’s key features is pgvector, an extension to PostgreSQL that enables storing and querying vector embeddings. Vector embeddings are the mathematical representations that AI models use to encode and retrieve information.
Applications built on AI coding tools frequently need to search through unstructured data like documents, product descriptions, or customer reviews. pgvector makes it possible to do this directly inside a Supabase database without spinning up a separate vector database like Pinecone or Weaviate.
This integration has made Supabase the default database for many AI-first applications. A developer using Claude Code to build a chatbot with RAG (retrieval-augmented generation) can have the entire vector search pipeline running on Supabase within an hour.
Multigres: Scaling to OpenAI’s Size
Alongside the funding announcement, Supabase previewed a new tool called Multigres. The tool is designed to help companies scale their Supabase databases to handle extremely high workloads.
CEO Paul Copplestone told CNBC that Multigres will help companies “scale up to the size of OpenAI” or potentially even larger. The technical details are still limited, but the tool appears to address one of PostgreSQL’s traditional weaknesses: horizontal scaling across multiple servers.
Accel’s Mathew called Multigres the feature that impressed him most during due diligence, noting that “very few products” can scale from a single-developer application to a massive enterprise workload.
The Funding Landscape
The $500 million comes just eight months after Supabase closed its Series E, meaning the company has now raised over $1 billion in total funding. This rapid succession of rounds reflects the investor frenzy around AI infrastructure.
Venture capital firms have been pouring money into every layer of the AI stack. LLM developers like Anthropic and OpenAI have raised tens of billions. Now the database and infrastructure layer that supports AI applications is getting similar treatment.
GIC, the lead investor, manages Singapore’s foreign reserves and is one of the world’s largest sovereign wealth funds. Its involvement signals that Supabase is being treated as critical infrastructure rather than a typical startup bet.
What Happens Next
Supabase plans to use the funding to expand its AI developer tooling, scale its infrastructure to handle growing workloads, and grow its team beyond the current 350 employees. The company has not disclosed profitability figures, but the pace of revenue growth implied by the valuation suggests it is on a steep upward trajectory.
The broader question is whether Supabase can maintain its position as AI coding tools evolve. If Anthropic, OpenAI, or Google decide to offer their own integrated database solutions, Supabase could face competition from the very platforms that currently drive its growth.
