ParadeDB powers Modern Treasury's core APIs

Search without a second system.

Unify your application data, full-text search, vector retrieval, and aggregations in Postgres.

Architecture

One database, two workloads.

OLTP databases are built for reliable transactions, but not for search or analytics. ParadeDB adds full-text, vector, and aggregates, all in one custom Postgres index.

Search

The complete toolkit for retrieval.

All the features of a search engine in standard SQL.

CREATE INDEX ON posts
USING bm25 (
    id,
    title,
    (body::pdb.unicode_words('stemmer=english')),
    metadata,
    votes,
    published_at
);
  • Advanced tokenization

    12+ tokenizers to break apart text into searchable tokens: ngrams, stemmers, ICU, dictionaries, more.

  • Multi-language support

    20+ languages out of the box, including dictionary-based tokenizers configurable per column.

OLTP

Built on Postgres.

The world's most-admired open-source database, proven in production at every scale.

what you get05 / 05
01

Built as an extension

Pure Postgres extension. Drops into any self-managed Postgres with no fork and no separate server. Or let us run it for you.

CREATE EXTENSION pg_search;
02

Standard SQL

Joins, CTEs, window functions, JSONB, PL/pgSQL, row level security (RLS), materialized views. Search is a WHERE clause.

SELECT … WHERE body &&& 'postgres'
03

ACID transactions

Commits, rollbacks, and foreign keys, all with read after write guarantees.

BEGIN; … COMMIT;
04

Your usual ops surface

pg_dump, logical replication, high availability, pgBackRest, the dashboards and alerting your team already trusts.

pg_dump -Fc db | …
05

The Postgres ecosystem

pgvector, pg_partman, pg_cron, PostGIS, and the rest of the extension catalog work side by side.

CREATE EXTENSION vector;
Open Source

Loved by developers.

We are committed to building the best open source search experience for Postgres.

1.5M+
Docker deployments

Our Docker image is the easiest way to quickly spin up ParadeDB.

Run Docker image
250K+
Postgres extension installs

All our features are shipped as a Postgres extension, which means that ParadeDB can drop into any self-managed Postgres.

Install extension
9K+
Stargazers on GitHub

ParadeDB is one of the fastest-growing open source database projects.

Star ParadeDB
Integrations

Use with your favorite tools.

ParadeDB works seamlessly with your existing stack.

Cloud Platforms

Run ParadeDB on your preferred cloud platform. Supports Railway, Render, and DigitalOcean, with more coming soon.

Deploy to Railway

Coding Agents

Teach your agents to use ParadeDB with a single command. Works with Claude Code, Codex, Gemini, Cursor, Windsurf, and more.

Learn more
image/svg+xml
image/svg+xml

Frameworks

Query ParadeDB from your favorite programming language. Supports Drizzle, Django, SQLAlchemy, Rails, and EF Core with more coming soon.

Pricing

Ready, set, deploy.

Scale search on Postgres with confidence.

Self-Managed
Community

Perfect for testing and small projects that don't require multiple nodes.

  • Fully free forever
  • Supports a single node (no read replicas)
  • Community support
Get Started
Self-Managed
Enterprise

For high availability, read replicas, and dedicated support.

  • Everything in Community
  • Read replica support
  • High availability
  • Dedicated support and SLA
Custom Pricing
Fully Managed
Cloud

Use ParadeDB without managing any infrastructure.

  • Everything in Enterprise
  • Fully managed
  • One-click deployments
  • Currently in private beta
Join Private Beta

Search where your data lives.