AppEdge Documentation

Welcome to AppEdge – the edge-first Backend-as-a-Service (BaaS) platform built entirely on Cloudflare’s global network.

What is AppEdge?

AppEdge is a Firebase competitor that provides a complete backend infrastructure for modern applications, running on Cloudflare Workers with sub-10ms cold start latency across 200+ global locations.

Key Features

Core Services

Database (D1)

SQLite-based edge database with Drizzle ORM for type-safe queries:

Storage (R2)

S3-compatible object storage for files:

Real-time (Durable Objects)

Stateful WebSocket connections:

Authentication

Complete auth system with:

Why AppEdge?

  1. Performance: Sub-10ms cold starts, edge-first architecture
  2. Cost-Effective: Pay only for what you use on Cloudflare’s network
  3. Simple Migration: Compatible APIs make migrating from Firebase/Supabase easy
  4. Modern Stack: TypeScript, Drizzle ORM, React Native ready
  5. No Vendor Lock-In: Built on open standards (SQL, S3, WebSocket)

Quick Start

Get started with AppEdge in minutes:

# Install the core SDK
npm install @appedge/core
 
# For React Native apps
npm install @appedge/react-native

Check out our Getting Started guide to begin building with AppEdge.

Architecture

AppEdge follows a monorepo structure with:

Learn more in the Architecture section.

Community & Support

Ready to build? Start with Getting Started