What Mortar gives you

8 capability modules + control plane. All open source. See architecture for the 5×(5+5) primitive×feature structure.

Core modules

auth

End-user signup / login / API key issuing

db

Postgres tables + rows CRUD via mortar.from()

storage

Files upload / download / signed URLs (OSS / COS / local)

realtime

SSE row-change subscriptions over Postgres LISTEN

function

Serverless functions on FC / SCF / Lambda (billed per CPU-min)

usage

Per-tenant credit ledger + dashboard

Extension modules

cron

Scheduled function invocations

queue

Postgres-backed background job queue

customdomain

Bring your own hostname + ACME TLS

dbbranch

Postgres schema branches for preview / staging