Push it. It’s live.
Connect a GitHub repo once. Every push builds and deploys, every pull request gets a private preview, and every previous build stays one click away.
The deploy story, finished.
No pipeline to configure, no YAML to copy from a blog post, and no separate CDN to point at anything.
Custom domains and https
Every project starts on yourapp.camplax.app with a certificate. Point your own domain at it and the certificate follows.
Preview per pull request
Each branch gets its own URL and its own isolated data, so you can hand someone a link before it is real.
Rollback without a rebuild
Promote any previous build back to production instantly. The artifact is already there; nothing gets recompiled.
Merging promotes, it doesn’t rebuild.
The build you reviewed in the preview is the exact artifact that becomes production. Nothing is compiled a second time, so nothing can differ between what you approved and what shipped.
- Deterministic promotion. Same hash, same bytes, same behaviour.
- Zero-downtime cutover. Traffic moves when the new build reports healthy.
- Logs in one place. Build, request and database logs on one timeline.
Give the thing you built a real home.
A project with hosting, a database, sign-in and storage from the first minute — for $20.