Live Timer (Stopwatch)

Stopwatch with start/pause/reset/lap.

A client-side stopwatch with Start, Pause, Reset, and Lap controls. Runs entirely in the shell β€” no backend.

type Β· live_timer
Runs entirely in the shell β€” no backend needed.

How to use it

Just ask for it in chat β€” the agent emits this widget and the shell renders it:

Try saying
β€œstart a stopwatch”

Example

The agent returns this A2UI component (inside the components array of a /chat response):

live_timer.json
{
  "type": "live_timer",
  "format": "mm:ss.ms",
  "autoStart": true,
  "color": "0xFF007AFF"
}

Properties

PropTypeDescription
formatmm:ss|hh:mm:ss|mm:ss.msDisplay format
colorcolorAccent color
autoStartbooleanBegin counting immediately

Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.