Platform
Hosting & deploysPush to a branch, get a live linkDatabaseReal Postgres, one per appSign-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 newFor AI agentsClaude Code, Cursor, MCP, JSON CLIChangelogWhat 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
Resources

Move off Vercel + Supabase.

One form in the console: site URL, direct database URL, then pick the GitHub repo. We copy public tables onto a new database. Your Vercel site keeps serving until you switch the domain.

# camplax.dev/app → New app → Migrate from Vercel
site https://my-app.vercel.app
db postgres://…@db.xxxx.supabase.co:5432/postgres
preview at my-app.camplax.app
What moves

Tables yes. Login no.

Honest about the cut. A button that silently breaks sign-in is worse than a warning.

Public tables

pg_dump of the public schema into your new Camplax database. Direct URL only — port 5432, not the pooler.

Sign-in stays behind

Camplax uses its own sign-in. Supabase Auth users are not copied. Invite people again, or export emails later.

No downtime on the old site

The Vercel deployment is untouched. Switch DNS when the preview looks right.

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