One honest shapeSuccess is [value, null]. Failure is [null, error]. No wrapper object and no hidden control flow.
Sync or asyncKeep synchronous code synchronous. Promises receive the exact same result shape when awaited.
Framework-readyReact, Svelte, and Vue integrations turn an operation into a runner with pending, value, error, and reset state.