The complete backend,
ready in minutes.
Postgres, authentication, file storage, realtime and edge functions — a production-grade backend you control, all behind a single SDK. Stop wiring infrastructure and start shipping product.
~40ms
Median API latency
14
Global edge PoPs
99.99%
Uptime SLA
1 SDK
For your whole backend
One platform for your entire stack
Each primitive works on its own — together they become a backend that scales from your first user to your millionth.
Managed Postgres
A full Postgres database with auto-generated REST & realtime APIs, migrations, branching and point-in-time recovery.
Authentication
Email, magic links, OAuth and OTP out of the box — secured by row-level security policies enforced in the database.
Object storage
Upload, transform and serve files from a global CDN with signed URLs and fine-grained access rules.
Realtime
Subscribe to database changes, broadcast messages and track presence over websockets — no extra infra.
Edge functions
Deploy TypeScript functions to 14 points of presence and run your logic milliseconds from every user.
Vector & AI
Store embeddings with pgvector and query them alongside your relational data for AI-native features.
One request.
Your entire backend.
Watch a single call flow through auth, database, storage, realtime and edge functions — all from one SDK, all in milliseconds.
Auth
JWT verifiedVerify the user
Postgres
Query the database
Storage
Store an asset
Realtime
Stream changes live
Edge Functions
Run logic at the edge
Postgres that grows with you
Start with a real Postgres database — not a proprietary store. Get instant REST and realtime APIs, visual schema design, automatic backups and database branching for every preview.
- Database branching per environment
- Point-in-time recovery & daily backups
- Row-level security enforced at the DB
Auth that's secure by default
Drop-in authentication with email, OAuth, magic links and OTP. Permissions are expressed as policies right next to your data, so the rules travel with every request — no leaky middleware.
- Email, OAuth, magic-link & OTP flows
- Policy-based row-level access control
- JWT sessions verified at the edge
create policy "own rows" on posts for select using (auth.uid() = user_id);
Run your logic everywhere
Ship TypeScript edge functions that execute within milliseconds of your users across 14 regions. Trigger them from database events, webhooks or HTTP — and observe every invocation live.
- Deployed to 14 global points of presence
- Database triggers, cron & webhooks
- Cold starts measured in milliseconds
From zero to backend in a few lines
A single, fully-typed SDK for every primitive. Auto-completion for your own schema, helpful errors, and the same API on the server, the edge and the browser.
- End-to-end TypeScript types from your schema
- Works in Node, edge runtimes and the browser
- Local-first dev with one command
# add the zMesh client npm install @zyora/mesh # scaffold a project npx zmesh init my-app
The backend that gets out of your way
No more glue code
Auth, data, storage and functions share one client and one mental model — not five dashboards stitched together.
Secure by design
Row-level security puts your access rules in the database, so every query is protected no matter where it comes from.
Built for teams
Database branching, preview environments and migrations make collaboration and CI/CD feel effortless.
Fast where it counts
Edge-deployed functions and a global CDN keep your app responsive for users anywhere in the world.