Familiar store ergonomics
Use `defineStore()` with option stores or setup stores while keeping direct mutation and Pinia-like helper names.
Direct-mutation stores with SSR-safe managers and opt-in persistence, history, sync, and async orchestration.
Stately is a Svelte 5 state library for teams that want a small core runtime with explicit plugin-based features. It is designed for package consumers who want predictable store behavior in both SPA and SSR flows.
src/lib/examples/ for consumer-facing patterns that match the public API.