Two-column layout — a large glowing stat number on the left (with neon text-shadow) and heading + body text on the right. Classic keynote layout, great for Meet Stage.
| Field | Type | |
|---|---|---|
| value | string. The stat number or short value. | required |
| prefix | string. Text before value (e.g. "$", "~"). | optional |
| suffix | string. Text after value (e.g. "%", "k", "+"). | optional |
| heading | string. Right-side heading. | optional |
| body | string. Right-side paragraph text. | optional |
| colour | string. Stat glow colour. Default | optional |
| flip | boolean. Put stat on right side. Default false. | optional |
{
"type": "split_stat",
"value": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:split_stat",
"displayName": "Split Stat",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/split_stat",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Two-column layout \u2014 a large glowing stat number on the left (with neon text-shadow) and heading + body text on the right. Classic keynote layout, great for Meet Stage.",
"representativeQueries": [
"show a two-column stat + text keynote layout with neon glow",
"two-column layout \u2014 a large glowing stat number on the left (with neon text-shadow) and heading + bo",
"render a split stat"
]
}
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 →