Live-feed status pill — shows LIVE (n) or SIM based on data published to a named feed
| Field | Type | |
|---|---|---|
| name | string (feed name to subscribe to) | required |
| label | string (optional, text prefix in pill) | optional |
| size | string (optional, CSS font-size, default 0.6rem) | optional |
{
"type": "feed_status",
"name": "Feed Status"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:feed_status",
"displayName": "Feed Status",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/feed_status",
"capabilities": [
"apps-script-web"
],
"description": "Live-feed status pill \u2014 shows LIVE (n) or SIM based on data published to a named feed",
"representativeQueries": [
"show a live/sim status pill for a named data feed",
"live-feed status pill \u2014 shows live (n) or sim based on data published to a named feed",
"render a feed status"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →