We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Use case · Deploy gates
Deploys need judgment. Give the judgment a place to live.
release → ready → build → stage → a person approves → deploy → verify → deployed → audit
Stage 1 · Automate the safe part
Marked Ready — built and staged without anyone asking
Stage 2 · The gate
The gate is a status a person moves
Stage 3 · Ship
Deploy fires from the approval — not from a terminal
Stage 4 · Evidence
The run is the receipt
Why
Why a status gate beats a pipeline pause
- Visible: gate state lives on a record the whole team can see — not in a CI job only the release engineer knows how to read.
- Recorded: the approval is a state change with an actor and a timestamp, written to the audit trail — not a 👍 that scrolls away.
- Carried with evidence: the same record holds version, risk, and target date — the approver decides with the context attached, not from memory.
- One path to production: the deploy lane only fires from the Approved transition, so the gate can't be worked around quietly.
Put a gate in front of production
We're onboarding a handful of design partners: release pipelines with human gates, on your own Kubernetes, built with the founder.
Prefer to talk it through? Talk to the founder
Want the numbers first? See pricing — self-hosting is free and open source.