Aldero Platform
Auth, Billing, and Notifications for multi-tenant apps.
Aldero provides the backend infrastructure you need to build and monetize apps — authentication, in-app purchases, subscriptions, push notifications, and email — all with multi-tenant isolation out of the box.
Quick Links
- Getting Started — Build an app on Aldero in 30 minutes
- Architecture — How the services connect
- Flutter Integration — Dart SDK setup with Riverpod
- Backend Integration — TypeScript SDK for Node.js
- Webhook Reference — RevenueCat + Stripe events
Services
| Service | What it does | Domain |
|---|---|---|
| Auth | Users, OAuth2/OIDC, MFA, passkeys | {slug}.aldero.io |
| Billing | Subscriptions, entitlements, credits, products | {slug}.billing.aldero.io |
| Notifications | Push (APNS/FCM), email (SES), SMS, templates | {slug}.ntf.aldero.io |
SDKs
# Dart (Flutter)
dependencies:
aldero:
path: ../sdks/dart/aldero
# TypeScript (Node.js / Browser)
npm install @aldero/sdkDashboard
Manage everything at dashboard.aldero.io — users, applications, templates, products, subscribers, and settings across all services.