Showcase
Examples
Twelve guided examples from one signal to a multi-process Station Network. Each links concepts to working source in the repository.
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.
11 — Beacon
A supervised server, poller, and reconnecting client with restart + backoff.
12 — Station Network
One Headquarters and two workers with fleet limits, placement, schedules, and draining.