A database you actually own.
Real Postgres 16 — not a proprietary layer with SQL painted on. Every app gets its own database, and the runtime verifies migrations before it reports ready.
Postgres, with the sharp edges filed off.
Everything a managed database should do for you, without hiding what it actually is.
Tables and migrations in your repo
Schema changes live next to your code and run on deploy, so the database and the app can never drift apart.
An isolated database per preview
A preview never receives production credentials, database, files or secrets.
Provider snapshots, stated plainly
Prisma retains daily snapshots. They are not point-in-time recovery, so changes after the latest snapshot can be lost.
No recovery claims we have not tested.
Camplax does not offer downloadable database exports, restore, or point-in-time recovery at launch. A tested recovery workflow will ship before those controls are advertised.
- Daily snapshots. Provider-managed snapshots only.
- No point-in-time restore. Changes after the latest snapshot may be lost.
- No fake exports. The console never writes a placeholder SQL file.
Give the thing you built a real home.
A project with hosting, a database, sign-in and storage from the first minute — for $20.