Showcase
Examples
Ten working examples from a single signal to full production workflows. Each one runs standalone with pnpm start.
01 — Basic
The simplest signal. Define it, trigger it, done.
02 — With Output
Signals that return typed values and react to completion.
03 — With Steps
Multi-step signals where each step's output pipes to the next.
04 — Recurring
Signals that fire on a schedule without manual triggers.
05 — With Retries
Automatic retry behavior for flaky operations.
06 — With SQLite
Persistent storage with separate trigger and runner processes.
07 — Broadcast
DAG workflow orchestration with fan-out and conditional execution.
08 — ETL Pipeline
Extract-transform-load with multi-step signals in a linear broadcast.
09 — CI Pipeline
Fan-out, branch guards, result fallback. The most complex DAG.
10 — Fleet Monitor
Six parallel health checks converging into an aggregate report.