StateMirror
StateMirror preserves structured decision evidence at the moment your application acts. Your application submits the evidence payload. StateMirror preserves it as an immutable snapshot with integrity metadata.
{
"customer_id": "cust_123",
"subscription_status": "active",
"plan": "professional",
"deny_signal": false,
"expires_at": "2026-07-01T00:00:00Z",
"captured_at": "2026-06-15T18:22:31Z"
}This is evidence the application submitted. StateMirror preserves it; it does not decide whether access should be granted.
StateMirror Core v1.0.0 is released. It includes preservation, snapshot-by-id verification, inspection, export tooling, and clearer integrity failure diagnostics.
StateMirror Core is the open-source core. StateMirror Standard is the packaged self-hosted commercial artifact. Evidence Lanes are optional canonical shapes for common submitted evidence, not required formats.
The Core workflow is intentionally small. Preserve evidence at the decision moment, then verify, inspect, or export it later when someone asks what happened.
statemirror verify statemirror inspect statemirror export
- Not observability
- Not policy engine
- Not enforcement system
- Not workflow engine
- Not compliance automation
- Not decision engine
- Does not prove upstream truth or decision correctness
Do not use StateMirror if logs and state stores already answer your questions, if you only need observability, if you want authorization or policy enforcement, or if you want workflow orchestration. StateMirror is for preserving decision-time evidence, not another decision layer.
[ Read Spec Sheet ] [ Download Datasheet ] [ Inspect Core ] [ Core v1.0.0 ]