Hatua is an embeddable workflow builder. Drag steps together, map one step's typed outputs into the next, branch and loop. Hatua reads and writes plain YAML and renders run history you hand it. It never executes anything: your app supplies the component manifests, storage and runner.
| Path | What |
|---|---|
source/ |
The monorepo — the React workflow designer and the packages it ships. |
brand/ |
The logo, and the tooling that rasterizes it to PNG. Versioned separately; the product depends on it, not the other way round. |
Node 24 (Active LTS) and pnpm ≥ 11. Both are declared in engines; .nvmrc
pins the exact Node version for nvm use, and packageManager pins pnpm for Corepack.