Examples¶
Learn Centrali by building real applications. Each example is a complete, working project you can follow step by step.
-
Blog Platform
Build a complete blog API with posts, comments, and content moderation using compute functions.
You'll learn: Structures, records, compute functions, triggers
-
E-commerce API
Create a product catalog and order management system with inventory tracking and payment webhooks.
You'll learn: Records API, webhooks, orchestrations, search
-
SaaS Multi-tenant
Build a multi-tenant SaaS backend with workspace isolation, external auth, role-based access, and compute functions.
You'll learn: Workspaces, external auth (BYOT), policies, compute functions
What You'll Need¶
All examples assume you have:
- A Centrali account with a workspace (Account Setup)
- Service account credentials (client ID and secret)
- Node.js 18+ installed
- The Centrali SDK:
npm install @centrali-io/centrali-sdk
Suggest an Example¶
Have an idea for an example? Open an issue on GitHub and let us know what you'd like to see.