Skip to content

Event Sourcing

Build resilient, auditable systems with a type-safe event sourcing foundation.

Complete Audit Trail

Every state change is captured as an immutable event, giving you a full history of your data.

Type-Safe Events

Leverage TypeScript’s type system for compile-time guarantees on event shapes and handlers.

Time Travel

Replay events to reconstruct past states, debug issues, or build new read models from existing data.

Scalable Architecture

Decouple writes from reads with CQRS patterns for independently scalable components.