Shared or Dedicated nodes.
Every environment picks its tenancy model when you create it. Learn the difference, the trade-offs, and when it's worth mixing both.
You're not locked in: change an environment's tenancy later, or run a mixture across your environments.
Cheaper out of the box
Your build runs alongside other tenants on shared capacity, isolated by container boundaries. It's the default tenancy, scales to zero when idle, and needs no capacity planning. You configure an amount of compute for your workload — for example 2 CPU cores, 0.1 CPU cores, or a specified amount of RAM — and pay for the resources assigned to your running workloads. Stop a workload and billing for it stops immediately; bring it back up and billing resumes.
- Marketing sites & landing pages
- Web apps and admin panels
- APIs with light or bursty traffic
- Staging, preview & internal tools
Built for scale
Lease a whole node in a fixed size, just for your build: no noisy neighbors, and performance that stays predictable as traffic grows. You pay for the node itself, not per-millisecond execution — while it's provisioned, you're billed for the whole node regardless of utilisation. Deprovision everything on the node and billing stops; provision it again and billing resumes.
- Production APIs & microservices at scale
- Databases & other stateful services
- High-traffic web apps
- Compliance-sensitive workloads
Deploy your first build today.
Create your account, and pick shared or dedicated tenancy for every environment as you go.