Logix
React mental model for a deterministic, observable runtime
Organize rules and state like components. Stable ordering, stable identities, observable runs with trace + replay.
Start here
Three quick entries to build a working mental model.
Time-travel debugging
Not just Redux DevTools: record full traces, roll back state, and fork + mock future timelines.
Trace (sketch)
Structure only: real traces are serializable, explainable, and replayable.
Core capabilities
Deterministic execution with observable traces for composable rules and state.
React mental model
Organize rules and state like components; compose behavior as flows.
Deterministic execution
Stable ordering and stable identities make issues reproducible.
Minimal IR
Declarations compile to Static IR + Dynamic Trace for tooling.
Replay debugging
Replay traces, fork timelines, and mock what-if scenarios.
Module scoping
Explicit boundaries prevent dirty reads and hidden coupling.
Effect-native
Built on Effect: errors, concurrency, context, and resources.
FAQ
Ship your first flow
Start with Quick Start, then add trace/replay and module collaboration step by step.