🏗️MVI ArchitectureClear separation of State, Action, Event, and Broadcast keeps your code organized and testable.
🔄Store & ContainerPulseStore manages state autonomously. PulseContainer coordinates multiple Stores across your app.
⚡Coroutine-BasedBuilt on Kotlin Coroutines and StateFlow for efficient, non-blocking reactive state management.
🎨Compose IntegrationReady-to-use PulseApp and PulseContent composables with automatic lifecycle management.