Platform
Hosting & deploysPush to a branch, get a live linkDatabaseReal Postgres, yours to exportSign-inEmail and Google, users includedFile storageUploads, photos and documentsPaymentsCheckout and plans, same projectAI gatewayEvery model, with a hard spend cap
Solutions
Moving an app overFrom Lovable, Bolt, Replit or v0Your first real appNever shipped anything beforeSide project → businessWhen people start paying youPricing$20/month plus prepaid credits
Resources
DocsGuides written for people who are newChangelogWhat shipped, most recent firstComponentsPaste-ready UI for sign-in and moreSupportA person answers, not a queue botRefer a friendBoth of you get credits Start for $20
Platform

A database you actually own.

Real Postgres 16 — not a proprietary layer with SQL painted on. Connect any client, run your own migrations, and take the whole thing with you whenever you like.

Database branchingcopy-on-write
productionmain habits · users · streakslive rows habits · users · streaksseeded copy · writes stay here PR-42
What you get

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.

A branch per preview

Pull requests get a seeded copy-on-write clone. Write anything you want in it — production never sees it.

Backups you can actually restore

Point-in-time restore, and a plain pg_dump whenever you want a copy on your own disk.

No lock-in

It’s a connection string, not a hostage situation.

You get real credentials. Use psql, TablePlus, Drizzle, Prisma, or whatever your coding tool already generated — Camplax does not need to be in the middle.

  • Any Postgres client. If it speaks the wire protocol, it works.
  • Standard dumps. Export restores into any other Postgres on earth.
  • Your extensions. pgvector, PostGIS and friends are available.
$ camplax db psql
habit_garden=> select count(*) from habits;
count
-------
184
Ready when you are

Give the thing you built a real home.

A project with hosting, a database, sign-in and storage from the first minute — for $20.

© 2026 Camplax $20 / month · credits stop at zero
Ask about Camplax