Humans
Public states for people — reports, files, and live views.
Curate complex data once and make it available to readers, dashboards, and services. The same foundation as Applications and AI — versioned state, policies, and live delivery.
What You Can Publish
Share reports, files, and updates that people can open and trust as current
Reports & Documents
Share the latest report or metrics snapshot. People and apps always see the current version — no emailing files around.
Files & Images
Upload PDFs, photos, and other files once. Everyone who has access gets the newest copy automatically.
Always the Latest
People stop opening yesterday's file. When you update the content, everyone sees the current version.
Reach Your Audience
Colleagues, partners, or the public — share curated data with people the same way apps already consume it.
How It Works
From curated content to readers in three steps
Curate
Define an object for the resource people will see — a report, gallery item, or shared document.
await httpClient.objectCreate(REPORT_OBJECT, { type: 2, ... });Publish
Set state with an inline value or a valueRef after uploading large or binary content.
await httpClient.stateSet(REPORT_OBJECT, { value: data });Share
Grant access through policies and deliver updates over WebSocket — or let clients fetch the latest snapshot.
// Policy + delivery for readersPublish in a Few Lines
Inline state or valueRef for files and images
Built for Human-Facing Data
One public state, many audiences
Public Reports
Publish versioned reports and metrics snapshots that dashboards, partners, and AI agents can all read from one source.
Shared Media
Distribute images, documents, and digital assets as state — update once and every reader sees the latest version.
Human-Facing Dashboards
Build live multi-widget UIs on public streams so people watch the same data applications already produce.
Cross-Audience Sharing
One curated state feeds applications, people, and AI — no separate export pipelines for each consumer.
Ready to Share Public States?
Follow the live dashboard tutorial or dig into the State API — publish once and let people, apps, and AI read the latest version.