Server Automation
in TypeScript
Write server automation recipes as functions and push them over SSH.
TypeScript Recipes
Write server automation logic in real TypeScript. No YAML, no DSL. Get full IDE autocomplete, type checking, conditionals, loops, and async/await. Import any npm package. Or use AI to write the recipe for you.
Check Before Apply
Every resource reads actual server state before mutating anything. Run ignition check for a complete dry-run. See exactly what would change before applying.
Real-Time Dashboard
Monitor automation runs in a local, live web UI. Watch resources check and apply in real time, expand output per host, and catch failures during runs.
Why Ignition?
This is real. It works.
TypeScript Recipes
Full language power. Loops, conditionals, type safety, and IDE autocomplete. No YAML.
Check Before Apply
Every resource reads actual state before mutating. Dry-run for free with ignition run --check.
Agentless
Nothing to install on target hosts. Uses your system SSH binary directly.
Idempotent
Run recipes repeatedly. Only what needs changing gets changed. Already correct? No-op.
Real-Time Dashboard
Monitor automation runs across hosts in a live web UI. See status as it happens.
Parallel Execution
Automate multiple hosts concurrently with a bounded worker pool.
How It Compares
You should probably use Ansible.
| Ignition | Ansible | Chef / Puppet | |
|---|---|---|---|
| Production Ready | Experimental | Yes | Does anyone still use it? |
| Language | TypeScript | YAML | Ruby / DSL |
| Agent required | No (SSH) | No (SSH) | Yes |
| State files | None | None | Server-side |
| Dry-run | Built-in | --check flag | --why-run |
| IDE support | Full (native TS) | Limited | Limited |