Circular SVG countdown that depletes as seconds tick down.
| Field | Type | |
|---|---|---|
| duration_sec | total countdown in seconds (required, default 60) | required |
| size | ring diameter in px (default 80) | required |
| color | ring colour (default var(--a2ui-accent)) | required |
| label | caption below | required |
{
"type": "countdown_ring",
"label": "Countdown Ring"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:countdown_ring",
"displayName": "Countdown Ring",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/countdown_ring",
"capabilities": [
"gas",
"web",
"meet-stage",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a Circular SVG countdown that depletes as seconds tick down",
"render a countdown ring"
]
}
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 →