Live Clock

Live ticking clock on a dark card, updates every second

Surfaces
apps-script-web
Fields
FieldType
labelstring (optional, alias: title)optional
formatstring (optional, 12h|24h, default 24h)optional
timezonestring (optional, IANA tz label for display only)optional
Example payload
{
  "type": "live_clock"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:live_clock",
  "displayName": "Live Clock",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/live_clock",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Live ticking clock on a dark card, updates every second",
  "representativeQueries": [
    "show a live ticking clock widget",
    "live ticking clock on a dark card, updates every second",
    "render a live clock"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →