Skip to content

Acknowledgements

openworkflow (Apache-2.0) is the durable-execution substrate underneath every Thodare run. Every step is one step.run() call against openworkflow’s worker; replay determinism, crash recovery, and signal-driven waits are its contributions, not ours. We’re a thin DSL + control-plane layer on top.

We vendor it as @thodare/openworkflow for version pinning and patch capability — see Why we vendor openworkflow.

If you use Thodare, please star openworkflow too.

  • Hono. The HTTP framework. Tiny, fast, runs on every JS runtime. hono.dev.
  • better-auth. The auth library. Plugin architecture, organization
  • Zod. Schemas everywhere; the LLM-facing surface couldn’t exist without it. zod.dev.
  • Astro + Starlight. This documentation site.
  • Diataxis. This site’s structural discipline. diataxis.fr.
  • Changesets. Per-package versioning + changelog.
  • @tsconfig/strictest. The TypeScript strictness baseline.

Thodare workspace: MIT.

Vendored components retain their original licenses; see NOTICE.