zMesh
zMesh — Backend platform
A fully managed BaaS for any frontend: Auth, Database, Storage and AI. Same DX you expect from Supabase, hosted in India and globally.
Quickstart
Install the SDK, initialize a client, and ship your first read/write.
Read
Auth
Email + password, magic links, sessions, refresh, and auth state changes.
Read
Storage
Buckets, presigned uploads/downloads, signed URLs, listing and deletes.
Read
Edge Functions
Sandboxed TypeScript invoked over HTTP — webhooks, AI calls, scheduled work.
Read
Bucket policies
public / authenticated / owner_only, plus per-user folder isolation.
Read
What you get
Every project gets its own isolated Postgres schema, an end-user auth directory, object storage buckets and (optional) AI gateway. All accessed from a single SDK with one URL and one app ID.
- Direct-to-storage presigned uploads — no bytes through your API.
- Per-bucket read/write policies — public / authenticated / owner_only.
- Path templates like
{user_id}/for row-level folder isolation. - JWT sessions with auto-refresh and onAuthStateChange events.