Spec to task graph, in your browser
Write the work as a spec — phases, packages, tasks, the model for each and what it waits for. orch's own parser and graph checks run on this page, compiled to WebAssembly: the same code as orch atomize and orch validate. Nothing you type is sent anywhere.
Ctrl+Enter builds. The sample is the nextjs-saas template.
Loading orch (about 1.5 MB)…
Run it for real
Install orch, put the spec under specs/ and let orch atomize --apply write tasks.json. Then orch run dispatches every ready task to its agent.
curl -fsSL https://raw.githubusercontent.com/hectorcanaimero/orch/main/scripts/install.sh | sh