FeaturesOverview

Features

Aerostack gives you every backend primitive as a unified SDK — all pre-wired, type-safe, and deployed to Cloudflare’s global edge.

FeatureWhat it doesSDK module
AuthenticationRegister, login, OTP, magic link, social auth, password resetsdk.auth
RealtimeWebSocket pub/sub, presence tracking, DB change events, AI streamingsdk.socket / realtime client
DatabaseD1 SQL queries, schema management, batch operationssdk.db
StorageFile uploads, R2 object storage, CDN deliverysdk.storage
AILLM completions, embeddings, token streamingsdk.ai
CacheKV-backed caching with TTL and tag-based invalidationsdk.cache
QueueBackground jobs, retries, fan-out patternssdk.queue
SearchVector similarity search, semantic queriessdk.search

Feature availability by SDK

FeatureReactNode.jsGoPythonFlutter
Auth
Realtime
Database
Storage
AI
Cache
Queue
Search

Note: React and Flutter SDKs are client-side. Database, AI, Cache, Queue, and Search operations should run server-side (Node.js, Go, or Workers).