Humans

You can create and make public states that contain complex data—reports, files, or images—and make them available to applications, humans, and AI. BigState stores that payload as versioned state (inline or via value references) so dashboards, browsers, and services can fetch the latest snapshot or subscribe to updates.

Curate data → publish public state → apps / people / AI read or subscribe

What you can publish#

How public states work#

  1. Define an object for the resource people will see (report, gallery item, shared document).
  2. Upload large or binary content with Value when the payload should not live inline.
  3. Set state with an inline value or a valueRef so the latest version is stored.
  4. Share access through policies for the principals (apps or users) that should read it.
  5. Deliver updates over WebSocket when the UI should refresh live—or let clients poll get-state when a snapshot is enough.

See it in practice#

  • Applications — how services publish and subscribe
  • AI — consume the same curated states from agents
  • Use cases — content delivery and collaboration patterns

© 2024 BigState