# Deadline Ticker

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

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| target_date | string (ISO date, alias: target) |
| label | string (optional, alias: title) |

## Example payload

```json
{
  "type": "deadline_ticker",
  "target_date": "Target date"
}
```

Live page: https://a2uicatalog.ai/atoms/deadline_ticker/
Full field contract: https://a2uicatalog.ai/spec.json
