Prompt to production, on rails
LaunchRail turns an app prompt into a production-shaped Ruby repo, then walks it through planning, scaffold, smoke checks, guarded deploys, and encrypted recovery from one local control plane.
Preflight is a command trail, not another dashboard.
Plan, scaffold, smoke, and ship dry-run each get a distinct surface: terminal output, generated files, gate results, and deployment boundaries.
Generated tree
Smoke report
Preflight
Ship dry-run
Four modes, one operator loop.
Each mode shows what the operator types, what LaunchRail runs, what comes back, and the next concrete action.
Plan
Plan generates a staged build plan and operator runbook.
Quiet controls for sharp launch boundaries.
The product surface stays monochrome and legible: plan the build, gate the launch, and recover with clear authority.
Plan and scaffold
Turn an app prompt into a concrete build plan and a production-shaped repo without leaving the local control plane.
Gate before ship
Keep launch steps legible with preflight, smoke, and dry-run deploy boundaries.
Recover on purpose
Backups are encrypted before leaving the host, and restore authority stays on the operator machine.
CI builds the image. Kamal ships it. Restore authority stays local.
Security boundaries
R2 stores encrypted backup objects only.
The age private key stays with the operator control plane.
Production deploy requires live mode plus explicit confirmation.
Track launches without a board inside a board.
A static ledger is faster to scan than a horizontal Kanban here: status, app, mode, command, and result all stay visible.
Start local, then add team ship controls.
Pricing copy is a placeholder for the public page. The local console remains available through the open-console path.
Solo
Run the whole factory on your own machine.
- Local-only control plane
- Plan · Scaffold · Smoke
- Minimal + Rails templates
- Dry-run ship
Team
recommendedShared runners and live ship for a small crew.
- Everything in Solo
- Live guarded ship
- Self-hosted CI → GHCR
- Kamal deploys to DigitalOcean
- Encrypted R2 backups
Factory
Fleet-scale launches with restore authority.
- Everything in Team
- Multi-droplet fleets
- Restore authority + age keys
- Audit + approval boundaries
- Priority support
Ship your first app tonight.
Open the console locally, generate the runbook, scaffold the repo, and keep production deploys guarded until you are ready.