Features
Everything after go-live.
The part most deploy tools skip — the surface you live in for the next two years.
01 / releases
Ship, then un-ship.
Every release keeps its commit and its author. A bad one never goes out — the old version keeps serving. Go back to any earlier release in a click.
02 / data
Databases, handled.
Postgres, MySQL and Redis provisioned and connected — the connection strings are injected into your app. Scheduled backups, and a verifier that proves a backup restores.
DATABASE_URL=postgres://…@db-nyc-1:5432/campfire REDIS_URL=redis://…@cache-nyc-1:6379/0 MYSQL_URL=mysql://…@db-nyc-1:3306/legacy 03 / logs
Logs and a real console.
Build and application output streams live, tagged by stream. Drop into a shell on the running container from the browser.
04 / monitoring
See it before your users do.
CPU, memory and disk history per server. Health checks after every deploy. Alerts when a number moves.
05 / team
Teams, roles, a paper trail.
Owner down to viewer. Two-factor auth, scoped API tokens, and a permanent, attributed record of every deploy and config change.
- maya deployed campfire #218 just now
- maya rolled back orbit #91 → #90 12m
- sam changed 3 env vars on campfire 1h
- system provisioned web-fsn-1 (hetzner) 3h
- sam invited priya as deployer yesterday
Your next deploy could be on a server you own.
Attach a machine with a host, a user and an SSH key. Railyard installs the rest and watches it come online.
Free for one server, forever. No credit card.