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.
Immutable by design
Built from parts that don't drift
Every layer is pinned, versioned and rebuildable from source. The same inputs produce the same system - here, or on your own hardware.
Versioned
Every change is a commit
Nothing is edited in place. Every state of the system is a point in history you can rebuild from exactly.
Continuous
Deploys are rolling
Build, migrate, drain, rotate. The new version is up before the old one stands down, so live sessions carry straight through.
Self-contained
Every domain is its own module
One module per host, each with its own boundary. Sites share no mutable state, so every one is built - and rebuilt - on its own terms.
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.