Build intelligent bots,
agents, and APIs.
Ship in minutes.
Deploy AI bots to Telegram, Discord, WhatsApp & 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.
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.
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
}From realtime chat to customer support bots — production-ready examples you can deploy today.
Get Started — It’s Free