BETAZXCV is in public beta — build and ship your first app free
Zzxcv
DashboardStart building
PUBLIC BETA · v0.9

Your app's backend.
Shipped to the edge.

A full Postgres database with auth, storage, functions, and realtime — a typed SDK for your framework, and one command to ship it to a global edge.

Start building — freeRead the docs
all systems operationaledge p5038ms300+ PoPsuptime99.99%
zxcv.build/console/acme-store
TABLEreviews
ratingauthor
★★★★★Hana
★★★★☆Sam
★★★★★Mei
★★★★★Jun
row-level security on
SDKapp/reviews.ts@zxcv.build/sdk
const { data } = await zxcv
.from('reviews')
.select('rating, author')
.order('rating', { ascending: false })
200dataReview[]
[
{ rating: 5, author: "Hana" },
{ rating: 4, author: "Sam" },
{ rating: 5, author: "Mei" }
]
v43 liveacmestore.comedge p50 38ms2 replicas0 open errorsyour backend, on the edge
HOW IT WORKS

Idea to live app, in four steps.

01
Create
Spin up a project. A full Postgres database, auth, and storage are ready in seconds.
02
Build
Query your data with the typed @zxcv.build/sdk — from Next.js, Flutter, or any framework.
03
Ship
zxcv deploy pushes your app to a global edge. Domain, SSL, and previews are included.
04
Iterate
Push changes from your editor — roll out with canaries, roll back in one click.
SDK + CLI

Your editor. Your terminal.

Wire ZXCV into the repo you already have, from any editor or coding agent. A typed SDK for your data, a CLI for deploys — both land in the same project: one version line, one deploy.

app/reviews.ts
import { createClient } from '@zxcv.build/sdk'

const zxcv = createClient({ project: 'acme-store' })

const { data } = await zxcv
  .from('reviews')
  .select('rating, body, author')
  .eq('product', id)
typed from your schema — autocomplete every column, filtered by your policies
~/acme-store
$ npm i -g zxcv && zxcv link acme-store
 linked · schema types pulled

$ zxcv deploy
 building… done in 41s
 v44 → acmestore.com · edge · 300+ PoPs

$ zxcv deploy --canary 10
 v45 → 10% of traffic · auto-promote on clean metrics
works with Claude Code · Codex · any editor — zxcv mcp shares full project context
@zxcv.build/sdk — typed from your schemaGitHub Actionzxcv mcp — for coding agentsfull code export · no lock-in
THE MATH

Cancel the stack tax.

Shipping a real app today means a subscription for the database, the hosting, the CDN, and realtime — with glue code holding it all together. ZXCV replaces the whole receipt with one plan.

See pricing
YOUR CURRENT STACK
itemized · monthly
Managed Postgres + auth$25
Hosting & previews$20
CDN, DNS & SSL$20
Realtime + storage$20
TOTAL$85+/mo
* glue code sold separately
ZXCV PRO — $24/MO
PRICING

Simple until you scale.

HOBBY
$0/mo
For weekend builds.
· 1 live project· zxcv.app subdomain· 50k edge requests /mo· 500 MB database· Community support
Start free
MOST POPULAR
PRO
$24/mo
For shipping for real.
· Unlimited projects· Custom domains + SSL· 1M edge requests /mo· 8 GB database· Preview deploys + canaries· 3 teammates
Start building
SCALE
$190/mo + usage
For grown-up traffic.
· Usage-based everything· SSO + audit log· 99.99% uptime SLA· Dedicated support
Talk to us
All plans: unlimited AI edits · full code export · no lock-in.

Ship something
this weekend.

Start building — free
no card · no config · your first deploy in minutes