Skip to content
Appunvs Cloud

CAPABILITIES

Clear app capabilities. Clearer trust boundaries.

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.

Public App ClientDATA PLANE
Project tenantISOLATED
Account ClientCONTROL PLANE

CORE

Core application capabilities.

Clients use familiar auth, db, storage, realtime, compute, and usage shapes through the SDK.

01

Auth

User signup, login, phone OTP, email verification, password reset, and sessions.

02

Data

Tenant-isolated Postgres table and row CRUD, full-text search, and short-lived query caching.

03

Files

Upload, download, signed URLs, and metadata over local, OSS, or COS storage backends.

04

Realtime

SSE row changes, broadcast, and presence, with cache-backed cross-replica fan-out.

05

Compute

Invoke configured HTTP function endpoints; the current CLI does not deploy function code.

06

Usage

Per-project balances, usage ledgers, quotas, and compute-spec caps.

EXTENSIONS + CONTROL

Extensions stay out of the core ABI.

Each extension has its own service and delivery status. Administrative credentials remain server-side or in controlled operations environments.

07

Cron & queue

Scheduled function calls and a Postgres-backed job queue live in separate extension modules.

08

Custom domains

The control plane supports hostname claims and DNS verification; self-service TLS is not presented as delivered yet.

09

Account control

Accounts, projects, API keys, balances, and tier operations stay separate from the app data plane.

10

Four SDK foundations

TypeScript is the reference implementation. Swift, Kotlin, and Dart align on core semantics; check each SDK for extension coverage.