Stack: Kubernetes + BaaS

Stack is a Kubernetes-first backend platform. It gives you three big wins from day one:

  • One manifest, full backend: define your app and the backend services you need in a single StackApp.
  • Dev equals prod: the same CRDs and operator workflow run everywhere Kubernetes runs.
  • No glue work: Stack creates secrets and wires services automatically.

Alt text

Looking for a deeper dive? Read the Stack architecture guide to see how the operator, CRDs, and supporting services interact.

How Stack compares to related tools

Other platforms and services that solve adjacent parts of the problem.

ToolPrimary focusBackend services (DB, auth, APIs)Deployment modelUses Kubernetes
StackFull application stack (backend + deploy)YesDeclarative config (CRD)Yes
SupabaseBackend as a serviceYesManaged service or DIYOptional
CaninePaaS-style app hostingNoGit-based deploysYes
DiscoPaaS-style app hostingNoGit push deploysNo
UncloudContainer deploymentNoDocker ComposeNo
KamalApplication deploymentNoSSH-basedNo
DokployApp deployment & hostingNoDocker / Docker ComposeNo