From Open Source Alternatives to a $10 Billion Unicorn: Supabase Founder Shares the Secret to DevTool Success

Paul Copplestone
Supabase CEO

Original Statement

"How Supabase Became One Of The Fastest Growing DevTool Companies In The World" (Y Combinator Interview) Summary 1. Founding and Early Experience of Supabase • Founder Background: Co-founder and CEO Paul Copplestone is from New Zealand and is a serial entrepreneur. • Start and Direction: • Supabase was founded in 2020, initially starting as an open-source tool developed by Paul due to scalability issues encountered with Firebase during previous entrepreneurial ventures. • The early focus on "PostgreSQL real-time engine" did not lead to rapid growth until the positioning was adjusted to "open-source Firebase alternative," which then saw rapid growth. • Why Choose PostgreSQL: • Reputation and Accumulation: Postgres has decades of accumulated goodwill. • Not Owned by a Single Entity: No single entity controls Postgres, allowing all cloud vendors and developers to maintain and contribute, creating a long-term winner's "flywheel effect." 2. Commercialization and Open Source Strategy • 100% Fully Open Source: Supabase adopts a fully open-source model without a "pro version" that locks features behind a paywall. • Profit Model and Protective Moat: • The core business model is based on hosting and cloud services, as well as the convenience of a complete integrated toolchain. • The hosted cloud database has a natural usage expansion characteristic, growing in sync with customer business growth. • Early Customer Expansion: • Gradually built trust with high-growth startups during YC. • Currently, over 60% of teams in each YC cohort are using Supabase. 3. Ultimate Developer Experience (DevEx) and Community • Time to Value: • Early deployment and connection of databases on AWS RDS took about 8.5 minutes. • Supabase reduces the time to start and gain value to 5 seconds. • Listening to the Community: Frequent interactions with developers through platforms like Reddit, Twitter, and Hacker News, rapidly iterating based on feedback. 4. The Explosion of the AI Era and Paradigm Shift • AI Agents as Main Users: • With the rise of AI programming tools and agents like Lovable, Bolt, and Claude Code, the proportion of Supabase databases created by AI agents has reached as high as 60% to 90%. • Product Evolution: • Launched Supabase for Platforms, allowing upper-level AI application platforms to batch generate and manage millions of databases for their users. • The interface has evolved from the earliest graphical dashboard to code/SQL interaction, and then to agent-oriented CLI, MCPs (Model Context Protocol), and "Infrastructure as Code." 5. Company Management and Financing Philosophy • Financing and Valuation: Supabase has grown to a valuation exceeding $10 billion, completing hundreds of millions in financing. • Maintaining a Clear Mindset: • Firm belief that "money cannot solve the core problems of startups"; funding is merely a tool to achieve goals. • Startups can defeat well-funded giants (like AWS) by competing on experience, response speed, and community across multiple dimensions. • Fully Remote Distributed Team: • Approximately 360 employees spread across over 60 countries, with no physical office. • Insists on "textual/documented" communication (Slack, Notion), allowing all decision records from the past 6 years to be fully indexed and utilized by AI agents. 6. Layout and Outlook for the Next 5 to 10 Years • Self-driving Databases: • AI has made generating applications during the "Build" phase easier, but the "Operate" phase remains a significant challenge. • Future focus will be on automated database operations, such as automatically fixing security vulnerabilities, performance tuning, and self-healing during outages, achieving an unattended self-driving experience.

ABAB AI Insight

The key importance of this material is not just how Supabase grew from an open-source database tool to a unicorn, but it reveals three changes in eras: First, databases are transitioning from infrastructure products to developer productivity products. Second, the competitive core of open-source companies has shifted from "selling software licenses" to "selling hosting, experience, and ecosystems." Third, AI agents are replacing human developers as the new main customers of cloud infrastructure. Here’s a higher-dimensional breakdown. ──────────────── 1. Supabase is not selling databases, but "getting products done faster" On the surface, Supabase offers PostgreSQL databases, authentication, file storage, real-time subscriptions, and backend functions. But that’s just the product form. What Supabase is really selling is: Reducing the time developers take from idea to a runnable product. In a traditional development process, a startup team has to complete: 1. Create a cloud database; 2. Configure database connections; 3. Write user login systems; 4. Set permissions; 5. Build file storage; 6. Create APIs; 7. Configure real-time data; 8. Handle deployment and scaling. These tasks may not create product differentiation but consume a lot of time. Supabase packages these repetitive tasks into standardized infrastructure. Thus, it is not merely competing with database companies but competing against the following costs: • Engineer time; • Startup development cycles; • Product launch speed; • Technical maintenance costs; • Team recruitment costs; • Infrastructure error risks. This is why "reducing startup time from minutes to seconds" is so important. For large enterprises, saving a few minutes may seem trivial. But for a developer who needs to repeatedly create, delete, and test dozens of projects, or for an AI agent generating thousands of applications daily, this difference gets magnified thousands of times. The core value of Supabase can be summarized as: It transforms databases from an infrastructure that needs learning and configuration into an immediately usable product capability. ──────────────── 2. Supabase's first key turning point: Good technology does not equal good positioning Supabase initially emphasized "PostgreSQL real-time engine." This description is technically sound but has a serious flaw commercially: Users cannot immediately understand what it can replace or what problems it solves. "PostgreSQL real-time engine" is a technical concept. "Open-source Firebase alternative" is a clear market positioning. The difference between the two is not just a copywriting difference but a difference in cognitive cost. When Supabase calls itself an "open-source Firebase alternative," developers can immediately understand: • Who Firebase is; • What Firebase can do; • What limitations Firebase has; • The relationship between Supabase and Firebase; • Why it’s worth trying Supabase. This is a very efficient positioning strategy: Don’t start by educating the market to understand an entirely new category, but leverage the market recognition of a mature product. Many startups fail not because their product is bad, but because users cannot understand the product within ten seconds. The Supabase case illustrates: The most important thing for early-stage startups is not necessarily to create a brand new category but to find a reference point that users already understand. Similar cases include: • "Decentralized Twitter"; • "Designer version of GitHub"; • "Enterprise version of ChatGPT"; • "Open-source version of Salesforce"; • "Bloomberg Terminal for the financial industry." These expressions may not be permanently usable, but they are very effective in the early stages of a product because they significantly reduce market education costs. Supabase later gradually surpassed the positioning of "Firebase alternative," but this positioning helped it complete the most difficult cold start. ──────────────── 3. Why Supabase chose PostgreSQL instead of reinventing the database One of Supabase's smartest strategic decisions was not to reinvent a database. It chose to build on PostgreSQL. The business logic behind this is very profound. 1. PostgreSQL has already completed the most difficult trust accumulation Databases are different from ordinary software. When ordinary software has issues, it may just mean a page won’t load. When a database has issues, it could mean: • Data loss; • Transaction errors; • User account corruption; • Financial record errors; • Business interruptions. Therefore, enterprises are very conservative when choosing databases. PostgreSQL has been validated in production environments for decades. Supabase does not need to prove from scratch whether the database engine is reliable; it can directly inherit PostgreSQL's reputation, compatibility, and ecosystem. This is akin to a startup not building from scratch but rather building a new transportation system in a mature city. 2. PostgreSQL is not under the strategic control of a single company MySQL was once acquired by Sun Microsystems, and later, as Sun was acquired by Oracle, the future direction of MySQL raised concerns among developers. PostgreSQL, however, is different. It is not a proprietary asset of any one company. This means: • AWS can support it; • Google Cloud can support it; • Microsoft Azure can support it; • Supabase can support it; • Companies like Neon, Aiven, Crunchy Data can also support it; • Global developers can continue to contribute. No single company fully controls PostgreSQL, which instead creates stronger long-term stability. This is a typical public infrastructure flywheel: The more users there are, the richer the tools; the richer the tools, the more adopters; the more adopters, the more companies are willing to continue investing. 3. Supabase transforms the existing ecosystem into its product advantage Choosing PostgreSQL also means Supabase can directly gain: • SQL standards; • Database extensions; • ORM tools; • Data analysis tools; • Developer talent; • Enterprise migration capabilities; • Compatibility with existing applications. This is more efficient than developing an entirely new database. Supabase's innovation is not in the underlying database algorithms themselves but in: • How to deploy; • How to manage; • How to connect; • How to generate APIs; • How to handle permissions; • How to improve developer experience; • How to serve AI agents. This is an important entrepreneurial mindset: Don’t innovate at all levels. Innovate at the level where users truly perceive value. ──────────────── 4. Why complete open source has not destroyed Supabase's business model Many people have a misunderstanding about open source: "If the code is fully public, why would users still pay?" The answer is: Users often pay not for the software itself but for deployment, maintenance, stability, security, and convenience. Supabase's code can be open source, but most customers still would not want to manage all infrastructure themselves in the long term. Because self-deploying a database means taking on: • Server management; • Data backups; • Data recovery; • Security updates; • Permission configurations; • Performance monitoring; • Capacity planning; • Fault handling; • Global deployment; • Technical support. Theoretically, it can be set up by oneself, but it does not mean it is economically worthwhile to do so. This is similar to: • Linux is free, but companies are willing to buy Red Hat services; • Kubernetes is open source, but companies are willing to buy managed Kubernetes; • WordPress is open source, but many users still buy hosting services; • Git is open source, but companies are willing to pay for GitHub. Supabase's business model is not about "preventing users from leaving" but about: Making the official managed service cheaper, more reliable, and time-saving than self-maintenance. This is a healthier business relationship. Traditional software makes money by locking customers in. Excellent open-source cloud companies make money by continuously providing convenience. ──────────────── 5. Supabase's real moat is not code but five mutually reinforcing flywheels Open-source code itself is hard to become a permanent moat because competitors can theoretically replicate it. Supabase's moat comes from multiple overlapping flywheels. 1. Developer Experience Flywheel The simpler the experience, the more testers there are. The more testers there are, the more feedback there is. The more feedback there is, the faster the product improves. The better the product, the more developers it attracts. 2. Community Flywheel Developers discuss Supabase on platforms like Reddit, X, Hacker News, and GitHub. The community produces: • Tutorials; • Templates; • Plugins; • Q&A; • Open-source projects; • Technical articles; • Video content. This content lowers the learning costs for new users. This means the community is not just a user group but also a free education system, support system, and marketing system. 3. Ecosystem Integration Flywheel Supabase integrates with more and more tools: • Front-end frameworks; • AI programming platforms; • No-code tools; • Deployment platforms; • Data analysis tools; • Authentication systems. The more integrations, the easier it is for users to adopt. The more users there are, the more other platforms are willing to integrate proactively. 4. Usage Growth Flywheel Database businesses inherently have usage expansion properties. Customers may start with: • A few hundred users; • A few thousand data entries; • Very little storage; • Very low request volume. As customer businesses grow, Supabase's revenue may grow in sync. The advantage of this model is: Supabase does not need to resell to customers every month; it can grow alongside the customer's success. This is what makes cloud infrastructure companies very attractive. 5. Trust Flywheel Developers use Supabase in personal projects. Later, they enter startups and continue using Supabase. As startups grow, Supabase enters larger production environments. As more successful companies use it, new startup teams are more willing to adopt it. The high adoption rate among YC startups is especially important because YC companies may become large customers in the future. By capturing startups early, Supabase effectively bought a batch of long-term growth options. ──────────────── 6. Why Developer Experience Can Be a Weapon Against AWS In terms of resources, capital, and server scale, Supabase cannot compete head-on with AWS. But startups do not need to defeat giants on all dimensions. They only need to excel in one important dimension. AWS's advantages are: • Global infrastructure; • Product breadth; • Enterprise customers; • Reliability; • Compliance capabilities; • Capital scale. But AWS also has very obvious disadvantages: • Product complexity; • Complicated configurations; • Multiple console levels; • Pricing is hard to understand; • Complex relationships between services; • High learning costs for new developers. Supabase's opportunity lies here: AWS sells infrastructure capabilities, while Supabase sells "a well-organized developer experience." A startup team may ultimately still run on AWS, but they do not want to directly operate every underlying service of AWS. This is similar to the relationship between Stripe and banking systems. Stripe does not replace banks, card organizations, and payment networks. Stripe simply packages complex financial infrastructure into developer-friendly APIs. What Supabase does for databases is very similar to what Stripe does for payments: It wraps complex infrastructure into simple, unified, programmable products. ──────────────── 7. AI Agents Are Changing Supabase's Customer Structure This is the most important and future-oriented part of the entire material. In the past, Supabase's main users were human developers. In the future, more and more databases may be created by AI agents. This signifies a fundamental change in the infrastructure industry. 1. Human developers are low-frequency users, while AI agents are super high-frequency users A developer might create one or two projects a day. AI agents can, in minutes: • Create projects; • Generate databases; • Establish data tables; • Write SQL; • Create APIs; • Test applications; • Delete failed projects; • Regenerate new projects. AI will greatly increase the frequency of infrastructure creation. In the past, a startup idea might take weeks to prototype. Now, AI programming tools can generate multiple versions in hours. The more prototypes there are, the more databases are needed. Thus, AI may not necessarily reduce infrastructure demand; rather, it could lead to explosive growth in infrastructure consumption. This is very similar to the early days of cloud computing. Cloud computing lowered the cost of server creation, resulting not in a decrease in server demand but in humans creating more servers. AI lowers the cost of software development, which may also lead to more applications, more databases, and more computing needs. 2. AI agents do not care about pretty dashboards Traditional SaaS products are primarily designed around humans, thus emphasizing: • Graphical interfaces; • Buttons; • Forms; • Menus; • Visual operations. AI agents prefer: • APIs; • CLIs; • SQL; • MCPs; • Machine-readable documentation; • Infrastructure as Code; • Clear permission systems; • Predictable error messages. Therefore, the focus of competition in cloud infrastructure will change in the future. The past question was: Is it easy for humans to use? The future question will also include: Can AI understand, call, configure, and fix this product? This will create a new product standard—Agent Experience, abbreviated as AX. Just as companies previously emphasized user experience (UX) and developer experience (DX), in the future, they will also need to emphasize AI agent experience. ──────────────── 8. Supabase for Platforms Represents a Larger Business Opportunity than Individual Databases The significance of Supabase for Platforms is that Supabase no longer only serves end developers but also serves "developer platforms." For example, an AI programming platform has millions of users. Whenever a user creates an application, the platform may need to automatically generate: • Independent databases; • User identity systems; • File storage; • Permission rules; • APIs; • Computing environments. If Supabase becomes the default backend for these platforms, it gains not just a customer but a distribution channel. This is a B2B2D model: • Supabase serves platforms; • Platforms serve developers; • Developers build end applications; • End applications serve consumers. This model is very powerful because Supabase does not need to acquire millions of developers one by one. It only needs to enter a few high-growth AI programming platforms to gain massive usage in bulk. The value of ecosystems like Lovable, Bolt, and Claude Code is not just brand exposure for Supabase. More importantly, they may become infrastructure distributors for Supabase. This is similar to: • Intel distributing chips through computer manufacturers; • Stripe entering merchants through e-commerce platforms; • AWS indirectly serving end enterprises through SaaS companies; • Visa reaching consumers through banks. Truly powerful infrastructure companies typically do not directly acquire every end user but embed themselves in the underlying layers of other products. ──────────────── 9. The Real Advantage of a Fully Remote Team Is Not Saving Office Rent Supabase's remote model is easily understood superficially as "no office." But the real strategic value is not saving rent but establishing a highly documented organizational system. Traditional companies have a lot of knowledge existing in: • Meetings; • Verbal communication; • Employee memory; • Office relationships; • Private conversations; • Unrecorded decisions. This knowledge is hard to replicate, search, and pass on. Supabase emphasizes textual and documented communication, making company decisions gradually become searchable data assets. In the AI era, this organizational method gains new value. Because AI agents can index: • Historical decisions; • Technical documents; • Product discussions; • Customer feedback; • Design principles; • Fault records; • Operational processes. This means the documentation accumulated by Supabase in the past is not just company archives but training and retrieval data for the AI era. Thus, a documented organization will form a new organizational capital: A company's available knowledge will no longer just exist in employees' brains but can be jointly accessed by all employees and AI systems. In the future, competition between companies may not only be about talent but also about "the degree to which organizational knowledge is machine-readable." The more complete the records, the more AI can assist in company decision-making. The more transparent the decisions, the easier it is for new employees to integrate. The more structured the knowledge, the less a company relies on individual key figures. ──────────────── 10. "Money Cannot Solve Core Problems" is a Very Mature Entrepreneurial Insight Financing can solve: • Recruitment; • Server costs; • Marketing; • Product development; • International expansion; • Mergers and acquisitions; • Compliance building. But financing cannot automatically solve: • Whether the product truly has demand; • Whether users are willing to use it long-term; • Whether the product positioning is clear; • Whether the team execution is efficient; • Whether the company culture is healthy; • Whether the user experience is excellent; • Whether the community trusts the company. Capital can only amplify existing systems. If the system is correct, capital can accelerate growth. If the system is wrong, capital will only accelerate waste. Many startups fail after financing because they mistake capital for product-market fit. But financing only proves that investors are willing to bet, not that customers are willing to pay long-term. Supabase's view on capital is worth learning: Financing is not a business model, valuation is not revenue, and media hype is not product value. What truly determines whether a company can exist long-term is still: • User value; • Product retention; • Usage growth; • Unit economic model; • Technical reliability; • Organizational efficiency. ──────────────── 11. Why Startups Can Still Defeat AWS, Google, and Microsoft Many people believe that large companies have money, people, and infrastructure, leaving startups with no chance. This judgment overlooks the differences in organizational structure. Large enterprises have resource advantages but also face: • Long decision chains; • High internal coordination costs; • Competing product lines; • Historical system burdens; • Lower risk tolerance; • Difficulty quickly serving niche groups; • Difficulty achieving excellence around a single user experience. Startups' advantages are: • Focus; • Speed; • Founders directly interacting with users; • Rapid iteration; • Willingness to serve immature markets; • Willingness to adopt new business models; • Ability to build cultural identity around a group. Supabase does not need to build a larger data center than AWS. It only needs to make developers feel: "Using Supabase is faster, more comfortable, and more aligned with my working style than directly using AWS." This is enough to establish a huge company. Startups defeating giants typically do not rely on stronger resources but on better abstraction layers. ──────────────── 12. Self-driving Databases May Be Supabase's Most Important Strategy in the Next Phase AI programming has significantly lowered the difficulty of "building applications." But building is just the beginning of the software lifecycle. The real challenge is long-term operation. Once applications are online, they will encounter: • Slowing query speeds; • Missing indexes; • Data table bloat; • Incorrect permission configurations; • Security vulnerabilities; • Sudden traffic increases; • Insufficient storage capacity; • Backup failures; • Exhausted database connections; • Service outages; • Cost overruns. These issues were previously handled by database administrators, DevOps engineers, and security engineers. In the future, the goal of self-driving databases is to let the system automatically complete: 1. Detecting anomalies; 2. Determining causes; 3. Proposing fixes; 4. Executing fixes within permission limits; 5. Verifying fix results; 6. Keeping audit records; 7. Requesting human approval when necessary. For example, the system might find that a certain SQL query scanned a large amount of data, so it would: • Analyze the query plan; • Suggest creating an index; • Validate in a testing environment; • Estimate performance improvements; • Assess index costs; • Automatically deploy; • Continuously monitor effects. More advanced systems could even: • Predict capacity needs; • Automatically adjust resources; • Detect abnormal access; • Fix incorrect permissions; • Automatically recover from failures; • Reduce cloud costs; • Prevent potential outages. The ultimate goal of self-driving databases is not just database automation but: AI being responsible for the long-term operation of software created by AI. AI creates applications, AI deploys applications, AI monitors applications, AI fixes applications. Humans shift from directly operating infrastructure to setting goals, permissions, budgets, and security boundaries. ──────────────── 13. The Real Risks Facing Supabase Supabase has strong growth prospects but is not without risks. 1. Cloud Giants Copying Risk AWS, Google Cloud, and Microsoft can continuously improve developer experiences and launch more complete integrated products. Supabase must maintain product speed and community affinity; otherwise, the experience advantage will diminish. 2. AI Platform Bargaining Power If a large amount of traffic comes from a few platforms like Lovable and Bolt, Supabase may become dependent on these channels. The larger the platform customer base, the stronger the bargaining power. Therefore, Supabase must maintain both a direct developer ecosystem and a platform partnership ecosystem. 3. Database Reliability Risk If development tools encounter issues, users can rerun them. If a database experiences a severe failure, it could cause irreversible losses. The closer Supabase is to core business operations, the more important security, backup, compliance, and stability become. 4. Open Source Competition Risk Complete open source will reduce the degree to which users are locked in. Competitors can build managed services based on the same technology. Supabase must rely on brand, ecosystem, service, and execution speed, not just code. 5. AI Automatically Generating Garbage Applications AI makes it easy to create applications but may also produce a large number of: • Low-quality projects; • Garbage databases; • Abuse behaviors; • Fraudulent applications; • Malicious scripts; • Short-term testing projects. Supabase needs to manage resource abuse, risk control, authentication, and cost control. 6. Challenges Transitioning from Developer Tools to Enterprise Market Developers prefer simplicity, freedom, and speed. Enterprises require: • Compliance; • SLAs; • Private networks; • Permission audits; • Data sovereignty; • Customer support; • Long-term contracts; • Procurement processes. Whether Supabase can meet enterprise requirements without undermining developer culture will determine its long-term revenue ceiling. ──────────────── 14. Ten Practical Insights from the Supabase Case for Entrepreneurs 1. Product positioning must be easier to understand than technical descriptions Don’t just say what technology you use. Tell users what you replace, save, and improve. 2. Building on mature infrastructure is often smarter than inventing from scratch Supabase did not reinvent PostgreSQL. It redesigned the PostgreSQL user experience. 3. Open source does not mean no business model Free code can exchange for trust, adoption rates, and ecosystems. Revenue can come from hosting, support, enterprise services, and usage growth. 4. Speed itself is product value Reducing eight minutes to seconds is not a small optimization. When operations are repeated millions of times, this becomes enormous economic value. 5. Community is not a marketing accessory but part of the product The community helps the company: • Gain feedback; • Identify issues; • Educate users; • Build the brand; • Provide support; • Form word-of-mouth. 6. Serve small customers that may grow in the future Today's small YC teams may become tomorrow's public companies. The earlier infrastructure companies enter the customer tech stack, the higher the long-term value. 7. Don’t try to defeat giants on all dimensions Choose the weakest point of the giant and the most painful aspect for users, and be ten times better. Supabase chose developer experience. 8. Designing products for machines will become new opportunities Future products need to be understandable not only by humans but also callable by AI agents. APIs, CLIs, MCPs, structured documentation, and programmable permissions will become increasingly important. 9. Documentation is an asset, not an administrative burden Documenting not only facilitates team collaboration but also allows AI to gain complete organizational context. 10. Financing should be used to amplify product value, not to cover product issues The most dangerous startups are those that use financing to create a facade of growth. The strongest startups accelerate after finding real demand with capital. ──────────────── 15. The Highest-Level Judgment on Supabase The long-term value of Supabase does not depend on whether it is "the open-source alternative to Firebase." What truly determines its future is whether it can become: The default data and backend infrastructure of the AI-native application era. If tens of millions of applications are created by AI agents in the future, these applications will still need: • Databases; • Identity systems; • Permissions; • File storage; • APIs; • Real-time synchronization; • Automated operations; • Security and auditing. AI can lower the cost of writing code but cannot eliminate data infrastructure. On the contrary, the more applications there are, the greater the demand for infrastructure may become. Thus, the industry Supabase is in is not one that will be eliminated by AI but one that may be greatly expanded by AI. Its most important competition in the future will not just be Supabase against Firebase or Supabase against AWS. The deeper competition will be: Who can become the easiest-to-understand, easiest-to-deploy, easiest-to-operate, and most trusted database platform for AI agents. Whoever wins the agents may win the next generation of software infrastructure.
P
Paul Copplestone
Supabase CEO
·
8 min read
分享: