The loop
Ask, and it is live
Plain language in, live display out - and seeing it live is what produces the next request. The loop is the method.
ndexr deploy
rotates the app without dropping a
session. No staging - this is the live site.
Why it's safe enough
The rails were already there
Fast only counts if a bad change is cheap to undo.
Reversible
Every change is a commit
Nothing is edited in place. It is in git history, reviewable, and revertable in one command.
Non-disruptive
Deploys are rolling
Build, migrate, drain, rotate. Active sessions survive the deploy.
Isolated
Domains are separate modules
One module per host. A broken edit takes out its own page and nothing else.
NRPS
Ask → live. Same moment.
Tell us what you want to see and what data it sits on. You get a live link and a named agent behind it.