Split Stat

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.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
valuestring. The stat number or short value.required
prefixstring. Text before value (e.g. "$", "~").optional
suffixstring. Text after value (e.g. "%", "k", "+").optional
headingstring. Right-side heading.optional
bodystring. Right-side paragraph text.optional
colourstring. Stat glow colour. Defaultoptional
flipboolean. Put stat on right side. Default false.optional
Example payload
{
  "type": "split_stat",
  "value": 1
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →