Skip to content
Developer Platform

Just ship it

You shouldn't need a platform team to deploy an app. One CLI, one config file, done.

< 30s
Deploy time
1 file
Config file
3+
EU regions

No dashboards. No YAML. No tickets.

Init, deploy, scale, and debug from your terminal. Every operation is a single command. Every command is scriptable. If you can use git, you can use zwrm.

$ zwrm init
Created zwrm.toml for my-app
$ zwrm deploy
Building... done
Deployed → https://my-app.zwrm.eu
$ zwrm status
my-app: 2 instances running (eu-central, eu-west)
# zwrm.toml
app = "my-app"

[build]
  builder = "dockerfile"

[http_service]
  internal_port = 8080
  auto_stop = true
  auto_start = true

[[vm]]
  size = "shared-cpu-1x"
  memory = "256mb"
  region = "eu-central"

Infrastructure as one file

No Terraform. No CloudFormation. Your entire app defined in a single zwrm.toml that fits on a screen. Check it into git. Review it in a PR. Deploy it in one command.

Batteries included

Stop stitching together 6 different services. It's all here.

Anycast Proxy

TLS, HTTP/2, load balancing. Handled. You never configure a reverse proxy again.

Managed Postgres

One command. Backups, replicas, point-in-time recovery. No DBA required.

Persistent Volumes

NVMe storage that sticks. Attach to any VM, survives restarts and redeploys.

Secrets

Encrypted at rest, injected at deploy. No .env files on servers. Ever.

SSH Access

Shell into any running VM like it's your laptop. Tail logs. Debug live.

Rolling Deploys

Zero-downtime releases. Health checks, auto-rollback. You ship, we babysit.

Machines that boot in milliseconds

Not containers. Firecracker microVMs with their own kernel. Pick a size, deploy, done.

PresetCPUMemoryBest for
shared-cpu-1x1 shared256 MBDev, staging, low-traffic
shared-cpu-2x2 shared512 MBAPIs, web apps
dedicated-cpu-1x1 dedicated2 GBProduction workloads
dedicated-cpu-2x2 dedicated4 GBCompute-heavy, databases
dedicated-cpu-4x4 dedicated8 GBML inference, large apps

Self-host everything

Run zwrm on your own bare metal. Install the control plane on any Linux server and deploy Firecracker microVMs in minutes.

One CLI for everything

One CLI to manage everything — deploys, scaling, secrets, SSH. Licensed per host, unlimited VMs. No vendor lock-in, no surprise bills.

Stop configuring. Start shipping.

Start your free trial and deploy your first app in under a minute.

Start free trial