Introduction

zMesh is an AI-first Backend as a Service platform with OAuth 2.0, Edge Functions, PostgreSQL, and AI Gateway built-in.

What is zMesh?

zMesh provides everything you need to build modern applications:

  • OAuth 2.0 Provider - Complete Auth0 alternative
  • AI Gateway - Access OpenAI, Anthropic, Gemini
  • Edge Functions - Deploy in JavaScript or Python
  • PostgreSQL - Managed database with SQL editor
  • File Storage - S3-compatible storage
  • Realtime - WebSocket subscriptions

Quick Start

# Install CLI
pip install zmesh-cli

# Login
zmesh login

# Create project
zmesh init --name "My API"

# Deploy function
zmesh functions deploy ./hello.js

Continue to Quickstart Guide for step-by-step instructions