πŸ”οΈ Quilt + Nomad β€” control plane demo

Edit a Quilt cell on the left. Watch the Nomad job reconfigure on the right. Demo of the new quilt-nomad repo (25th in the ecosystem).

β˜• Buy Casey a Coffee

Quilt compiles cell changes into Nomad job specs and applies them via the Nomad API. value β†’ variable, formula β†’ task, api β†’ http check, listener β†’ watch. Designed with z.ai GLM-4.5.

Cell-to-Nomad mapping

Quilt cell kindNomad concept
value→variable { ... }
formula→task { config = ... }
api→service { check { http {} } }
listener→watch { ... }
program→task { exec = ... }
sensor→volume { mount } + template {}
Idle

Quilt sheet β€” edit a value

Nomad cluster β€” reconfigured

Event log

Click "Apply to Nomad" to start.