Stopwatch that starts ticking on load and freezes when the page finishes loading — shows real page load time
| Field | Type | |
|---|---|---|
| label | string (optional, e.g. "Page loaded in") | optional |
| sub | string (optional, sub-label) | optional |
| accent | string (optional, hex) | optional |
{
"type": "speed_counter"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:speed_counter",
"displayName": "Speed Counter",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/speed_counter",
"capabilities": [
"apps-script-web"
],
"description": "Stopwatch that starts ticking on load and freezes when the page finishes loading \u2014 shows real page load time",
"representativeQueries": [
"show a live page-load stopwatch",
"stopwatch that starts ticking on load and freezes when the page finishes loading \u2014 shows real page l",
"render a speed counter"
]
}
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 →