Study Timer

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.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
labelstring. Timer heading. Default "Study Timer".optional
focus_minsinteger. Focus period in minutes. Default 25.optional
break_minsinteger. Break period in minutes. Default 5.optional
accentstring. Ring and mode label colour. Defaultoptional
Example payload
{
  "type": "study_timer"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →