Use cases
Use BigState wherever services publish changing data that clients, people, or agents need to observe in near real time. The same object → state → delivery model covers sync, analytics, assets, and device fleets.
At a glance#
- Reactive apps — sync backend object states to frontend
- AI training — live data for model training
- AI analytics — data source for insights
- Content delivery — distribute digital assets to applications
- Real-time apps — chat, dashboards, collaboration
- IoT systems — device state and data delivery
Patterns in detail#
Build an example#
Related#
- Applications — ecosystem sharing for services
- Humans — public states for people and content
- AI — agents on the same live data
- Core concepts — object, state, delivery, and identity