Reading Progress Bar

Renders a horizontal visual bar tracking the reader's scroll completion depth within the article.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageHigh frequency scroll monitoring triggers suffer from visual frame latency.
google-chatDynamic scroll tracking layout elements are completely stripped.
emailScript-driven viewport position tracking fails in client readers.
Live preview
Fields
FieldType
colorstring. Hexadecimal or design utility color token for the bar.required
Example payload
{
  "type": "reading_progress_bar",
  "color": "#6366f1"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:reading_progress_bar",
  "displayName": "Reading Progress Bar",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/reading_progress_bar",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a horizontal visual bar tracking the reader's scroll completion depth within the article.",
  "representativeQueries": [
    "show a track and display article reading progress completion status",
    "renders a horizontal visual bar tracking the reader's scroll completion depth within the article.",
    "render a reading progress bar"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →