Skip to main content

CNStra

A typed orchestration engine for your app's logic: model flows as an explicit graph of isolated units — run them deterministically, trace and resume them, decoupled from storage and I/O. On the backend and the frontend.

Get Started

Isolated units

Each neuron owns one responsibility. Change one and the compiler + graph show exactly what it affects — no hidden coupling.

Typed & exhaustive

Signals are typed collaterals, and the compiler forces you to handle every one you subscribe to. You can't ship an incomplete flow.

Traceable & durable

Trace and replay every step in devtools — and persist a running flow to resume it after a restart.

Backend jobs

Orchestrate workers and queue-triggered flows (fan-out/fan-in, concurrency gates).

Sync & integrations

Webhooks and third-party APIs with explicit, testable steps.

ETL & pipelines

Step-by-step transforms with retries/backoff and clear boundaries.

Retries & sagas

Deterministic retry patterns, cancellation, and compensation flows.