Developers
Guides for app authors building on Nimbus: tutorials that teach the platform and how-to guides for getting specific things done. Start with the developer quickstart if you haven’t run Nimbus yet, then build your first app.
Platform guides
Section titled “Platform guides”- Build your first app — a complete tutorial: schema, functions, and live queries.
- Authenticate users — wire an identity provider into your functions.
- Node.js runtime —
"use node"actions, packages, and bundling. - Building for AI agents? Sandboxes, services, and sessions have their own Agents section.
Adapter guides
Section titled “Adapter guides”Each protocol surface has a front door, and the ported-source surfaces
(Convex, Firestore, Cloud Functions) add a migration guide. Every server
serves these surfaces by default, and nimbus dev detects which one your app
uses and wires the app to it automatically. Not sure which to reach for?
Adapters explains what a front door is and compares
them side by side.
- Convex — the Convex function model, schema, and clients; migrate a Convex app or browse example apps.
- Firestore — Firestore SDKs against Nimbus; migrate a Firebase app or browse example apps.
- Cloud Functions — Cloud Functions workloads; migrate or browse an example bundle.
- MongoDB — connect official MongoDB drivers; driver recipes and example apps.
- DynamoDB — point AWS SDK clients at Nimbus; browse an example app.
- Native API — plain HTTP and WebSocket from any language, no SDK required; browse example apps.
The full per-surface compatibility matrices live in the Reference section.