Ship faster. Integrate deeper. Stay accountable.
Install the CLI and have a service deployed in under fifteen minutes.
A typed SDK, an OpenAPI spec, a managed edge runtime, and a control plane — all wired together before you write your first handler.
Browse the dashboard app, the edge runtime, and the official SDK.
Standalone applications and runnable services — APIs, workers, web apps, and anything that deploys independently.
Reusable modules shared across the codebase — libraries, utilities, configs, SDKs, and internal tooling.
Acme services are described by acme.config.ts. The SDK validates against your live database schema on deploy — drift never ships.
The CLI ships your handlers to every region in a single pass, with health gates between waves.
$ acme deploy --env production ▸ building 3 handlers ✓ us-east healthy (12 isolates) ✓ eu-west healthy (8 isolates) ↻ rollback available: acme rollback billing@41
Every exported handler becomes an edge route with a typed client method.