Fundraising Fox

Xata

San Francisco, US · Founded 2021 · 26 employees on LinkedIn · 7 known investors

Find your way into Xata

185 people in our graph share verified history with the Xata team — schools, employers, funds. One of them is your warm intro.

Michael McBrideunlockedknows Monica Sarbu · together at Stanford University Graduate School of Business (overlapped)
×2knows the team · via Operator Collective
×7knows the team · via Stanford University Graduate School of Business
knows the team · via Elastic
knows the team · via University POLITEHNICA of Bucharest

Xata provides a database platform that lets teams create a synced, anonymized clone of their production database and spin up instant branches from it for development and CI/CD workflows. It is aimed at software developers managing database environments.

Also known as Xata Cloud · Xatabase · xataio

Founders & leadership

Xata was founded in 2021 by Monica Sarbu.

MSMonica Sarbu
Monica SarbuinFounder and CEOMonica Sarbu is the founder of Xata, a database platform that lets teams create synced, anonymized clones of production databases and spin up instant branches for development and CI/CD workflows. She previously worked as an engineer in C, Python, and Go before moving into engineering management, and co-founded the open-source project Beats, which was acquired by Elastic in 2015.

Board

EBErica Brescia
Erica Bresciain𝕏Board MemberManaging Director at Redpoint Ventures

Investors · 7

Also in the syndicate · 2

FirstminuteX-Factor

Funding

SEC filings, press & company announcements

$35M disclosed across 1 of 4 rounds · 2021–2022

$35MraisedMar 2022 · 27 investors · Other Technology
Rule 506(b)
Officers, directors & promoters on the filing
  • Erica BresciaDirector
  • Monica SarbuExecutive Officer, Director
Offering amount
$35M
Amount sold
$35M
First sale
Feb 2022
Incorporated
Corporation, Delaware, 2021
Federal exemptions
06b
Full filing on SEC EDGAR ↗

Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.

Company profile

researched Aug 2026

Xata operates a Postgres platform built around instant database branching. Branches are created from a production database using copy-on-write storage, so each branch shares data with its parent and stores only its changes rather than a full copy; the company states branches are created in roughly two to three seconds and that each branch has its own schema, compute and production-like data. Idle branches hibernate and consume no compute ("scale to zero"), waking on the first query. Branching is implemented at the storage layer rather than through a Postgres fork, so standard PostgreSQL, extensions, drivers and tooling remain usable [0][1][2].

The platform is distributed both as an open-source, cloud-native system for self-hosting large numbers of Postgres instances on Kubernetes and as a managed service, Xata Cloud, which is powered by the same code base. The open-source distribution is licensed Apache 2.0 and adds a SQL gateway (routing, IP filtering, waking hibernated clusters, serverless driver over HTTP/WebSockets), a branch operator, clusters and projects control-plane services with REST APIs and API-key RBAC, a Keycloak-based auth service, a CLI, and a scale-to-zero CloudNativePG plugin, layered on the CloudNativePG operator and OpenEBS storage. Additional features include auto-scaling and bin-packing of compute nodes, high availability with read replicas and automatic failover, low-downtime upgrades and configuration changes via switchover, separation of storage and compute (or local storage), and point-in-time-recovery backups to object storage [2][3].

The company's stated mission is to address organizational challenges of running Postgres at scale: zero-downtime schema changes and major-version upgrades, testing on realistic data sets without PII or sensitive data, cost-efficient ephemeral developer environments, and security and compliance for companies handling sensitive data. Earlier in its history Xata positioned itself differently, launching a serverless database with a spreadsheet-like UI, inter-table relationships, ACID transactions, database branches, zero-downtime migrations and a full-text search engine with analytics [4][5].

Founding story

The idea emerged during the COVID-19 pandemic while founder Monica Sarbu was running Tupu.io, a non-profit mentoring women, people of color and other under-represented groups in tech. Building the non-profit on Jamstack and serverless tooling, the team could not find an easy-to-use serverless database and settled on Airtable, which proved limited in data volume and lacked developer features such as transactions and constraints. Discovering that using Airtable as a primary database was common, the founders concluded there was a gap in database usability and developer experience and started Xata [5][7].

Business model

Xata sells a managed cloud Postgres platform (Xata Cloud) alongside an Apache 2.0-licensed open-source distribution that organizations can self-host on Kubernetes; a BYOC (bring-your-own-cloud) offering is referenced for customers wanting to run a self-hosted Postgres-as-a-Service. Some security features related to adversarial multi-tenancy are kept closed source. StartupHub classifies the business model as B2B [2][6].

The website advertises usage-based pricing signals for the cloud service, including branch creation priced at 1,000 branches for $1 and compute billed hourly (an illustration shows 280 active branches at $33.60/hr). A public pricing page is referenced. No audited revenue figures are disclosed in the sources [0][6].

Traction

The website cites branch creation in about three seconds, 5x month-over-month growth in branches created, about 50% of branches created by coding agents, and branch creation cost of 1,000 branches for $1; an illustrative production environment is shown with 1,324 branches and 99.99% uptime. The open-source repository reports about 1,000-1,049 stars and 52 forks with 450 commits, and the organization's other projects report roughly 6,555 stars (pgroll), 1,178 (pgstream), 1,100 (agent, archived) and 282 (deltax). The company says the open-source platform is stable, actively developed and used in production at large scale [0][2][3].

Latest developments

Current positioning centers on agentic development: giving each pull request, CI job, preview deployment and coding-agent task its own isolated Postgres branch with production-like data. The GitHub organization shows active development across the core platform and adjacent projects (pgroll, pgstream, deltax, xata-cnpg, CLI, TS SDK) with repository updates through August 2026, and an official Xata plugin for Claude. Recent blog headlines include "A thousand Postgres branches for $1", "Inside Xatastor: ZFS + NVMe-oF for Postgres databases" and "Introducing Xata OSS: Postgres platform with branching" [0][3][5].

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Xata positions its branch-native Postgres platform against the practice of using a single shared staging database, arguing that coding agents multiply concurrent schema changes and tests, causing migration conflicts, failed tests, overwritten data and queuing. It differentiates from Kubernetes Postgres operators by offering a more opinionated, feature-rich internal Postgres-as-a-Service, and states it is not intended for single-instance deployments or for reselling a public Postgres-as-a-Service. StartupHub places it in the Database / Open Source / Developer Tools / Cloud Native / PostgreSQL / Agentic AI categories [0][2][6].

Branching implemented in the storage layer using copy-on-write rather than a Postgres fork, combined with scale-to-zero compute and wake-on-first-query, enabling large numbers of low-cost, production-like ephemeral databases; the platform is fully open source under Apache 2.0 and self-hostable, with the same code powering the managed cloud [0][2].

Technology

Copy-on-write storage-layer branching allows "copying" terabytes of data in seconds without a Postgres fork, preserving standard PostgreSQL extensions, drivers and tooling (the site lists a broad extension catalog including postgis, pgvector-adjacent and operational extensions such as pg_cron, pg_partman, pg_stat_statements and pgaudit). The system is written largely in Go, runs on Kubernetes, and is built on CloudNativePG (Postgres operator) and OpenEBS (local NVMe and Mayastor NVMe-oF replicated storage). Xata adds a SQL gateway with a serverless driver over HTTP/WebSockets, a branch operator, control-plane services exposing REST APIs, Keycloak-based auth, a CLI, and a scale-to-zero CNPG plugin. Related open-source projects from the organization include pgroll (zero-downtime PostgreSQL migrations), pgstream (PostgreSQL replication with DDL changes), deltax (time-series extension for PostgreSQL), a TypeScript SDK, and an archived AI agent for PostgreSQL [0][2][3].

Go-to-market

Developer-led and open-source-led distribution: public GitHub repositories with substantial star counts, a CLI installable via a shell script, an examples repository, an official plugin for Claude, and a self-serve "Get started" cloud sign-up, complemented by direct contact channels for organizations evaluating adoption or the BYOC offering. Earlier growth used a private beta with an invitation waitlist [0][2][3][5].

Software engineering teams and organizations running Postgres at scale, including developers needing isolated environments per pull request, CI/CD pipelines, preview deployments, and coding agents; also companies wanting an internal Postgres-as-a-Service and multi-tenant or simulation platforms. Earlier positioning targeted developers and non-technical users seeking a spreadsheet-like serverless database [0][2][5][6].

Geography

Described as a Berlin startup at launch, with a distributed team across Europe and plans at the time to add team members in the US and Canada; a later third-party profile lists headquarters in San Francisco, United States [6][7].

History

Xata emerged publicly in December 2020 and raised $5 million in September 2021. In March 2022 it announced a $30M Series A co-led by Redpoint and Index Ventures and launched a serverless database with a spreadsheet-like interface, then in private beta with a waitlist; at that time it formed an all-women board consisting of CEO/founder Monica Sarbu, Erica Brescia of Redpoint as director, and Erin Price-Wright of Index Ventures as board observer. Sarbu had previously co-founded the open-source project Packetbeat in 2013, which was acquired by Elastic, where she spent five years and was part of the core team through Elastic's IPO. The product has since been repositioned as an open-source, branch-native Postgres platform with copy-on-write branching and scale-to-zero, with a managed Xata Cloud service [5][6][7].

Risks & controversies

The company notes it keeps some security features related to adversarial multi-tenancy closed source and advises against using the open-source platform to build a public Postgres-as-a-Service. Third-party revenue and valuation figures for Xata are explicitly modeled estimates based on comparable companies with low stated confidence (10% for valuation, 64% for revenue) rather than disclosed data, and third-party headquarters and headcount data conflict with the Berlin/distributed description in earlier coverage [2][6][7].

Compiled by commissioned research from 10 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Branch creation costJan 20261,000 branches for $1
Branch creation timeJan 2026~3 seconds
Employees (third-party estimate)Jan 202627 people
Estimated annual revenue (third-party model, 64% confidence)Jan 2026$7.1M
Estimated valuation (third-party model, 10% confidence)Jan 2026$140.4M
Founded year (third-party profile)Jan 20262,020 year
GitHub forks (xataio/xata)Aug 202652 forks
GitHub stars (deltax)Aug 2026282 stars
GitHub stars (pgroll)Aug 20266,555 stars
GitHub stars (pgstream)Aug 20261,178 stars
GitHub stars (xataio/xata)Aug 20261,049 stars
Incremental cash (SEC Form D)Mar 2022$35M
Month-over-month growth in branches createdJan 20265 x MoM
Public repositories in xataio organizationAug 202658 repositories
Reported sold (SEC Form D)Mar 2022$35M
Share of branches created by coding agentsJan 202650%

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 8

launches, deals, and filings
Aug 2026
Official Xata plugin for Claude published

The xataio GitHub organization lists a 'claude-plugin' repository described as the official Xata plugin for Claude, updated August 2026.

source ↗

Jan 2026
Xata OSS: open-source Postgres platform with copy-on-write branching

Xata publishes an Apache 2.0-licensed, Kubernetes-based open-source Postgres platform with copy-on-write branching and scale-to-zero, which also powers the managed Xata Cloud service; referenced by the blog post 'Introducing Xata OSS: Postgres platform with branching'.

source ↗

Mar 2022
SEC Form D filing reports $35,000,000 in equity sold

Xatabase, Inc. filed a new Form D reporting $35,000,000 reported sold and $35,000,000 incremental cash, equity only, claiming exemption 06b.

$35M source ↗

Mar 2022
$30M Series A co-led by Redpoint and Index Ventures

Xata announced a $30M Series A co-led by Redpoint and Index Ventures, announced alongside the launch of its serverless database with a spreadsheet-like UI.

$30M source ↗

Mar 2022
Board of directors formed

Xata formed a board composed of founder/CEO Monica Sarbu, Erica Brescia (Redpoint) as director, and Erin Price-Wright (Index Ventures) as board observer.

source ↗

Mar 2022
Launch of serverless database with spreadsheet-like usability

Xata announced a serverless database offering automatic scaling, ACID transactions, database branches, zero-downtime migrations and full-text search with analytics, with a spreadsheet-like UI; the product was in private beta with a waitlist at the time.

source ↗

Sep 2021
Xata raises $5 million

AWS Startups blog reports Xata raised $5 million in September 2021, with another round planned later that year. A related Xata blog headline refers to a $5M raise for a new type of serverless database.

$5M source ↗

Dec 2020
Xata launches publicly

AWS Startups blog describes Xata as a Berlin startup that came on the scene in December 2020 with a managed database offering.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Legal entities · 1

corporate structure
Xatabase, Inc.Delaware

In the news

Research sources · 10

primary sources listed

10 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Xata do?
Xata is an open-source Postgres platform offering copy-on-write branching and scale-to-zero compute for dev, CI and agent workflows.
Who founded Xata?
Xata was founded by Monica Sarbu in 2021.
Who are Xata's investors?
Xata's investors include firstminute capital, Index Ventures, Operator Collective, Redpoint Ventures, SV Angel.
How much funding has Xata raised?
Xata has disclosed $35M raised across 1 of its 4 known rounds.
Where is Xata headquartered?
Xata is headquartered in San Francisco, US.