Deadline Ticker

Countdown timer showing days/hours/minutes/seconds to a target date — alias for countdown_timer

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Countdown
Loading…
Target date
Fields
FieldType
target_datestring (ISO date, alias: target)required
labelstring (optional, alias: title)optional
Example payload
{
  "type": "deadline_ticker",
  "target_date": "Target date"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:deadline_ticker",
  "displayName": "Deadline Ticker",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/deadline_ticker",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Countdown timer showing days/hours/minutes/seconds to a target date \u2014 alias for countdown_timer",
  "representativeQueries": [
    "show a countdown timer to a target date (alias)",
    "countdown timer showing days/hours/minutes/seconds to a target date \u2014 alias for countdown_timer",
    "render a deadline ticker"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →