← All widgetsTier 1Time

Pomodoro Timer

Work/break focus cycles.

A Pomodoro timer that alternates work and break intervals and emits `pomodoro.break` events other widgets can react to.

type · pomodoro
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
a pomodoro timer with 50 minute work sessions

Example

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

pomodoro.json
{
  "type": "pomodoro",
  "workMinutes": 50,
  "breakMinutes": 10,
  "longBreakMinutes": 20
}

Properties

PropTypeDescription
workMinutesnumberWork interval (default 25)
breakMinutesnumberShort break length
longBreakMinutesnumberLong break length

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