SYSTEM ONLINE :: PUBLIC BETA
CAPY
DB
RAW POSTGRES. NO ABSTRACTION BS.> Init database. Ignore rules. Scale infinitely.
postgres://user:pass@db1.capydb.dev:5432/mainSet up a CapyDB Postgres database for this project. Fetch https://capydb.dev/agents.md and follow the instructions for your environment. You'll need me once: to approve access in a browser tab. Everything else is yours.
Works with Claude Code, Cursor, Copilot & friends. One browser approval from you — account, free month, database, env vars: handled.
CORE DRIVES
SPEED DEMON
Spin up a cluster faster than npm install finishes. Connections pooled, TLS mapped, brain empty, just shipping.
THROW-AWAY
Clone a DB for a PR. Drop it when merged. No consequences.
POSTGRES://
Just standard connections. If it speaks Postgres, it works.
ARMORED TO THE TEETH
VPCs, private networking, strict TLS, and aggressive credential rotation. We treat your data like we’re paranoid (because we are).
AND TIME TRAVEL
PITR (Point-in-Time Recovery) because you WILL drop a table eventually.
THE PIPELINE
CREATE
capy db create --size hugeCONNECT
DATABASE_URL=$CONNECTIONSHIP IT
npm run deploy && git push1. USE THIS
- [OK]You want a managed Postgres rocket, not a BaaS.
- [OK]You prefer connection strings over proprietary SDKs.
- [OK]You clone DBs every PR commit.
- [OK]Zero abstraction tax.
0. ESCAPE IF
- [ERR]You want auth, storage, and functions bundled.
- [ERR]You need a GraphQL/REST auto-API generated.
- [ERR]You enjoy vendor lock-in.
- [ERR]You hate writing SQL.
Pick the right tool. If you want a full BaaS, use Supabase. If you want a relentless DB, use us.