Pomodoro-style focus/break countdown timer. Configurable focus and break durations. Animated SVG progress ring. Counts completed sessions. Session-scoped only — no persistence to progress_store.
| Field | Type | |
|---|---|---|
| label | string. Timer heading. Default "Study Timer". | optional |
| focus_mins | integer. Focus period in minutes. Default 25. | optional |
| break_mins | integer. Break period in minutes. Default 5. | optional |
| accent | string. Ring and mode label colour. Default | optional |
{
"type": "study_timer"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:study_timer",
"displayName": "Study Timer",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/study_timer",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Pomodoro-style focus/break countdown timer. Configurable focus and break durations. Animated SVG progress ring. Counts completed sessions. Session-scoped only \u2014 no persistence to progress_store.",
"representativeQueries": [
"show a Pomodoro focus/break timer with SVG ring \u2014 session only, no persistence",
"pomodoro-style focus/break countdown timer. configurable focus and break durations. animated svg pro",
"render a study timer"
]
}
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 →