Serverless database platform powered by PostgreSQL

Modern applications are complex. We make the data part easy with the functionality your application needs to evolve and scale.

Trusted by thousands of developers at companies like

Focus on what matters most

Stop worrying about managing database infrastructure. In seconds you can have a fully managed and scalable database built on Postgres, the database that's trusted by millions of developers and businesses around the world. Get started with our generous free tier today and scale up or down as needed.

Vector searchFull text searchFile attachmentsBranchingPython SDKTypeScript SDKAPIsAdmin UIPostgreSQL

Support all of your data requirements

Features include a powerful, lightning-fast full-text search engine (powered by Elasticsearch), support for rich data types, and vector search capabilities. Easily create AI-enabled applications with ChatGPT embedded in your database. Xata automatically replicates all of your data from Postgres to additional data stores, so you don't have to.

// Typings and client automatically up to date
import { getXataClient } from "./xata";
const xata = getXataClient();
 
// Fuzzy-search with column weights
const { records } = await xata.search.all("next.js", {
  tables: [
    {
      table: "posts",
      target: [
        { column: "content", weight: 2 },
        { column: "title", weight: 5 },
      ],
    },
  ],
  fuzziness: 2,
  prefix: "phrase",
});

Is Xata right for my use case?

Xata uses the best tools for the job, extending your Postgres database to support more use cases. Here are some popular use cases among our customers.

AI applications

With a dedicated rich type for embeddings, built-in vector similarity search and a native OpenAI integration, Xata makes it very easy to add AI capabilities to your app.

Learn More

Web apps

Whether you write your web app in Python, TypeScript, or JavaScript, you’ll enjoy the best database developer experience. It also comes with built-in support images and attachments.

Learn More

Search

Data from Postgres is automatically replicated to Elasticsearch, the world’s most advanced search engine. The Xata search API makes it very easy to fine tune your app search.

Learn More

Serverless apps

The Data API, the edge-ready TypeScript SDK, the Vercel, Netlify, and CloudFlare integrations make Xata a pleasure to use together with any serverless platform.

Learn More
Database illustration

No servers, no ops, no stress

  • Auto-scaling up and down
  • Zero cold-starts
  • High availability

In seconds, spin up a Postgres database that is ready to scale up (or down) with your workload. With high availability, redundancy and edge caching, the only thing you have to worry about is your application code.

Start free

Join the Community

Join tens of thousands of developers who are working with Xata to build better products

Start free, pay as you grow

Xata provides the best free plan in the industry. It is production ready by default and doesn't pause or cool-down. Take your time to build your business and upgrade when you're ready to scale.

Free plan includes
  • 10 database branches
  • High availability
  • Support-assisted daily backups
  • 15 GB data storage
  • 15 GB search engine storage
  • 2 GB file attachments
  • 250 AI queries per month
Free plan includes
  • 10 database branches
  • High availability
  • Support-assisted daily backups
  • 15 GB data storage
  • 15 GB search engine storage
  • 2 GB file attachments
  • 250 AI queries per month