4 regions live · sfo3 · lhr · syd

Deploy from your terminal in seconds.

git push simplicity for anything you can run. One command ships your app to production — with live logs, autoscaling, and scale-to-zero built in. No YAML wall, no platform tax.

$curl -fsSL https://download.altform.app/install | sh
~/blog-api — altform deploy deploying
41s
median deploy
$0/idle
scale-to-zero
7+
runtimes
99.98%
uptime · 90d
The whole workflow

Three commands. You're in production.

No dashboards to click through, no build config to babysit. Point the CLI at your repo and altform detects the buildpack, builds the image, and rolls out a healthy release.

1

Install & log in

Grab the CLI with curl -fsSL https://download.altform.app/install | sh, then altform login to link your workspace.

2

Link your repo

Run altform link in any project. We auto-detect Node, Go, Python, Bun and more — zero config.

3

Ship it

One altform deploy builds, pushes, and releases. Watch it go live with streaming build logs.

~/blog-api

Everything that runs after deploy

An ops console that keeps up with you.

The console is built from the same terminal-grade tooling as the CLI. Observe, scale, and roll back in real time.

Live log streaming

Every request, build step, and crash tailed in real time — color-coded by level, filterable by process. No agents, no setup.

Autoscale & scale-to-zero

Replicas follow traffic and idle apps sleep at zero cost. Wake on the first request.

0 req/s · sleeping — 0 replicas

Real-time metrics

CPU, memory, RPS and p95 latency, updated every second.

CPU
34%
p95
84ms

Env & secrets

Encrypted at rest, injected at boot. Versioned with every release.

DATABASE_URLpostgres://••••••@db🔒
REDIS_URLredis://••••••@cache🔒
NODE_ENVproduction

Instant rollbacks

Every deploy is an immutable release. Bad ship? Roll back to any prior version in one click — no rebuild.

● v42 live v41 v40
Bring what you already build

Buildpacks for every stack.

Free to start

Ship your first app today.

Spin up a project, deploy from your terminal, and only pay for what actually runs. Idle apps cost nothing.

$altform deploy