One price per organisation.
Start on our infrastructure for a single number. When it makes sense, connect a server of your own — same platform, your hardware.
From the first app to a whole company.
The first two tiers run on Coffeece's infrastructure. The last two run on hardware you own — and there, apps and databases are not charged per resource.
Ristretto
To put what the AI wrote on a URL.
R$ 29 /mo
- 1 vCPU / 1 GiB allocation
- Unlimited apps and databases inside it
- Sandbox, custom domains and TLS
- Postgres with pgvector
Espresso
When the project gets serious.
R$ 79 /mo
- 2 vCPU / 4 GiB allocation
- Room for several apps side by side
- Teams, roles and quotas
- Everything in Ristretto
Doppio
Your hardware, our platform.
R$ 249 /mo
- Up to 3 connected nodes
- 10 active builders per month
- Your company's SSO and an audit log
- Apps and databases on your nodes are not charged
Coado
For a whole company to build.
R$ 599 /mo
- Up to 10 connected nodes
- 25 active builders per month
- Onboarding and 4-business-hour response
- Everything in Doppio
Custom
More nodes, more builders, assisted migration, on-prem IdP. We design it with you.
On the BYON tiers the meter is the active builder: anyone who published something that month. Never a provisioned seat — everyone having access is the point, and charging per head would punish exactly that.
What fits inside your plan
Each app and each database picks a size. You don't pay for them separately: they draw on your plan's allocation, and the platform enforces the quotas.
Apps
Micro
- 200m of CPU
- 256 MiB of memory
- Scales on demand
- Security sandbox
Small
- 500m of CPU
- 512 MiB of memory
- Scales on demand
- Security sandbox
Medium
- 1000m of CPU
- 1024 MiB of memory
- Scales on demand
- Security sandbox
Large
- 2000m of CPU
- 2048 MiB of memory
- Scales on demand
- Security sandbox
App sizes draw on your plan's allocation. Scale units on demand.
Databases
Small
- 500 MB of storage
- 20 connections
- Goes read-only over quota
Medium
- 1 GB of storage
- 50 connections
- Goes read-only over quota
Large
- 2 GB of storage
- 100 connections
- Goes read-only over quota
Downgrading below current storage use is blocked by the broker.
Questions people ask.
- How does billing work when I grow?
- On our infrastructure you get an allocation — 1 vCPU / 1 GiB on Ristretto, 2 vCPU / 4 GiB on Espresso — and you run as many apps and databases as fit inside it. Outgrow the allocation and you move up a tier; the platform warns you first, and nothing is switched off by surprise. On your own server there is no allocation from us: the hardware is yours, and the subscription pays for the platform.
- Why are the prices in Brazilian reais?
- Coffeece is built in Brazil and bills in BRL. Brazilian customers avoid the 3.5% tax on foreign-currency software and the exchange spread that comes with a US-priced platform. There is no USD tier today; if you are outside Brazil and want one, tell us on the invite form.
- How does beta access work?
- Coffeece is in closed beta. Requests go through the waitlist — when a seat opens we send an invite by email with a free trial. After the trial you pick a paid plan to continue. Nothing is charged before that.
- What is the security sandbox?
- Every app on Coffeece runs inside a security sandbox by default — nothing to switch on, no extra cost. The sandbox sits between your app and the server's kernel: if a container is compromised, it cannot reach the rest of the cluster. That is what makes it safe to run code nobody reviewed, or many apps side by side with real isolation. It applies on shared infrastructure and on VPS nodes you connect over SSH; a Kubernetes cluster you attach uses its own runtime class. How the sandbox works (pt-BR) →
- What is BYON, and is it required?
- BYON is Bring Your Own Node. You connect a VPS over SSH or a Kubernetes cluster you already run; Coffeece installs and operates the platform, and your apps run on your hardware. Apps and databases on your nodes are not charged per resource — you pay the subscription, and the server is already yours. It is an option, not a requirement: you can stay on our infrastructure as long as you like. The BYON tiers are Doppio and Coado. BYON overview (pt-BR) →
- Can I change plans without downtime?
- Yes. App size changes take effect on the unit's next restart, and scaling units is zero-downtime. Database upgrades are immediate; downgrades that would fall below your current storage use are blocked until you free space.
- Do I get custom domains and TLS?
- Yes, on every plan. You attach a domain from the CLI, and TLS certificates are issued automatically through Let's Encrypt on the managed router.
- How do I deploy?
- Install the CLI, point it at Coffeece and run one command. The quick-start guide has the steps — it is in Portuguese for now. Quick start (pt-BR) →