Real-time Request Flow Visualization: Canvas-based particle animation showing how individual requests flow through the system, with color-coded status indicators (pending, success, failed, timeout, retrying).
Interactive Pattern Testing: Toggleable resilience patterns (Circuit Breaker, Rate Limiting, Bulkheads, Retries, Timeouts) with real-time metrics showing immediate impact on system behavior.
Discrete-Time Simulation Engine: Pure TypeScript simulation engine (framework-agnostic) that models microservice interactions, failure scenarios, and recovery mechanisms without external dependencies.
Multi-Lane Architecture Simulation: Bulkhead pattern demonstration with separate lanes showing how resource isolation prevents cascade failures (one degraded lane doesn't affect others).
Live Metrics & Historical Charts: Real-time metrics dashboard tracking throughput, failure rates, latency, and circuit breaker state with historical trend visualization using Recharts.
MDX-Based Content System: Educational guides and pattern explanations using MDX with Mermaid diagram support for architecture visualization and learning materials.
Scenario-Driven Learning: Pre-built demo scenarios (Death Spiral, Breaker Relief, Rate Limiting) that teach resilience concepts through interactive exploration.