Skip to content

Demos

Interactive demos showcasing callbag-recharge primitives in action. Each demo is a self-contained Vue app backed by a pure TypeScript store — hover, click, and inspect real-time reactive state.

Orchestration

DemoWhat it shows
Airflow in TypeScriptpipeline() + task() DAG with circuit breakers, retry, and real-time node status
Agent LoopagentLoop() + gate() for observe → plan → act with human-in-the-loop approval
Workflow BuilderCode-first DAG builder with template selection, node status visualization, and reactive execution logs

State & Forms

DemoWhat it shows
Form BuilderformField() with sync/async validation, dirty tracking, and derived aggregation
Markdown EditorSplit-pane Markdown editor with live preview, reactive toolbar state, and autosave checkpoints
State MachinestateMachine() with declarative transitions, SVG graph, and Mermaid export

Data & Monitoring

DemoWhat it shows
Real-time DashboardreactiveMap() + reactiveLog() + derived() for live service metrics

Compatibility

DemoWhat it shows
Compat ComparisonSame counter in 4 APIs — native, Jotai, Zustand, and TC39 Signals

Released under the MIT License.