● v3.2 — now with remote state

Infrastructure, defined
in one command.

Pathway turns a folder of config into a running, versioned, rollback-able environment. No dashboards required.

$ pathway up --env production
→ resolving 14 modules...
→ provisioning network
✔ deployed in 8.2s

Built for the terminal-first

No context switching. Every action is scriptable, diffable, and reviewable in a pull request.

01

Declarative

Describe the end state; Pathway figures out the diff.

02

Instant rollback

Every apply is a snapshot you can revert in one line.

03

Zero lock-in

Exports to plain Terraform or Pulumi at any time.

04

Team-aware

Locks, approvals, and audit logs, built in.

Config that reads like config

// pathway.config.ts
export default {
  service: "checkout-api",
  region: "us-east-1",
  scale: { min: 2, max: 12 },
  rollback: "auto"
}
VERCELRENDERFLY.IONEONSUPABASE