Auth
User signup, login, phone OTP, email verification, password reset, and sessions.
CAPABILITIES
Appunvs Cloud uses Mortar to separate the end-user application data plane from the account-management control plane. The list below stays within boundaries supported by current code and docs.
CORE
Clients use familiar auth, db, storage, realtime, compute, and usage shapes through the SDK.
User signup, login, phone OTP, email verification, password reset, and sessions.
Tenant-isolated Postgres table and row CRUD, full-text search, and short-lived query caching.
Upload, download, signed URLs, and metadata over local, OSS, or COS storage backends.
SSE row changes, broadcast, and presence, with cache-backed cross-replica fan-out.
Invoke configured HTTP function endpoints; the current CLI does not deploy function code.
Per-project balances, usage ledgers, quotas, and compute-spec caps.
EXTENSIONS + CONTROL
Each extension has its own service and delivery status. Administrative credentials remain server-side or in controlled operations environments.
Scheduled function calls and a Postgres-backed job queue live in separate extension modules.
The control plane supports hostname claims and DNS verification; self-service TLS is not presented as delivered yet.
Accounts, projects, API keys, balances, and tier operations stay separate from the app data plane.
TypeScript is the reference implementation. Swift, Kotlin, and Dart align on core semantics; check each SDK for extension coverage.