Skip to content

Overview

Post AI is managed PostgreSQL on Cloudflare Workers. It gives your team a single SQL endpoint — queries, transactions, migrations, and audit trail — powered by Neon PostgreSQL via Hyperdrive, with no infrastructure to manage.

https://postdb.dev/api
Your App → POST /query → Cloudflare Worker → Hyperdrive → Neon PostgreSQL
D1 Audit Trail
  • Hyperdrive accelerates Postgres connections from the edge — global p95 <50ms
  • Tenant isolation via SET LOCAL search_path = "tenant_{id}", public — each tenant’s data is fully isolated
  • Audit trail — every query is logged to an immutable D1 hash chain

Post AI exposes 5 MCP tools so AI agents can query and migrate your database directly — no separate tooling needed.