Mujeeb Muhideen
All products

Developer tooling · Active build

Dagryn

CI that feels like running a local command.

Status
Active build
Platform
CLI · dashboard · self-hosted
Role
Creator & engineer
Source
MIT license

Swipe to explore

What it does

Focused on the work that matters.

  • Explicit directed acyclic graphs for task dependencies
  • Parallel execution when dependencies allow it
  • Deterministic caching for repeatable runs
  • The same workflow behavior locally and in CI
  • A React and TanStack Router dashboard for inspection
Built with

A stack chosen for the product.

GoReactTypeScriptTanStack Router

Dagryn is a self-hosted, local-first workflow orchestrator. Its Go execution engine runs explicit task DAGs with deterministic caching and parallelism across local and CI environments, while a React and TanStack Router dashboard makes workflows inspectable.

Why I’m building it

Developer workflows become frustrating when the system around them is slow, opaque, or difficult to reproduce. Dagryn is designed around a shorter feedback loop and a clearer mental model.

Engine and interface

A Go execution engine handles DAG scheduling, parallel work, and deterministic caching. The React, TypeScript, and TanStack Router dashboard brings graphs and workflow state into a visual interface.