Skip to content

Aerostack Documentation

Production Ready — Build AI-powered backends at the edge

Build intelligent bots, agents, and APIs. Ship in minutes.

Deploy AI bots to Telegram, Discord, WhatsApp and Slack. Create REST API agents with SSE streaming. Process webhooks with AI. All powered by MCP tool orchestration on Cloudflare’s edge.


Four layers that compose together. Each is powerful alone — together they’re a complete AI backend.

Workspace — Single Gateway URL

What your users interact with

Edge Runtime — Native Bindings (zero latency)

Database
SQL · Postgres

Cache
Key-Value

Queue

AI
Multi-provider

Vector
Search

Storage
Object Storage

Bots
Telegram · Discord · WhatsApp · Slack

Your App
SDK · React · Mobile

Any LLM Client
Claude Desktop · Cursor · Custom

Stripe MCP

GitHub MCP

Custom MCP
(your server)

Skill: send-email

Function: order-lookup
(fullstack edge)


Four core building blocks. Deploy each independently or compose them together.


Every function, MCP server, and bot has native access to these primitives. No external API calls — direct bindings with zero network latency.


Not just serverless — fullstack

Every function has native access to DB, Cache, Queue, AI, Vector Search, and Storage. No API calls to yourself. Direct bindings, zero latency.

Zero-trust MCP gateway

API keys stay in your vault. Team members connect through workspace tokens. Per-user analytics. Revoke one person without rotating production keys.

Bots that actually do things

Multi-MCP tool access, visual workflows, built-in identity verification, human approval handoffs, bot-to-bot delegation. Deploy to 5 platforms.


Install one package. Get auth, database, realtime, storage, AI, cache, queue, and vector search. Available for React, Node.js, Go, Python, and Flutter.

import { AerostackProvider, useAuth, useDb, useSubscription } from '@aerostack/sdk-react'
function App() {
const { user, signIn, signUp } = useAuth()
const { query } = useDb()
const { messages } = useSubscription('chat/general')
// Realtime pub/sub, presence, DB change events — built in
// Auth with OTP, magic links, email verification — built in
// Vector search, AI completions, streaming — built in
}

SDK Documentation · Example Apps


From realtime chat to customer support bots — production-ready examples you can deploy today.

Ready to build? Get Started — It’s Free