Raise Hand

Audience raise-hand button with live count — optional Google Sheets backend

Surfaces
apps-script-web
Fields
FieldType
questionstring (optional, prompt text above button)optional
labelstring (optional, button label, default ✋ Raise hand)optional
write_urlstring (optional, GAS doGet URL to record hands)optional
sheet_urlstring (optional, Google Sheet CSV for live count)optional
pollnumber (optional, poll interval ms)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "raise_hand"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:raise_hand",
  "displayName": "Raise Hand",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/raise_hand",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Audience raise-hand button with live count \u2014 optional Google Sheets backend",
  "representativeQueries": [
    "show a raise-hand button with live participant count",
    "audience raise-hand button with live count \u2014 optional google sheets backend",
    "render a raise hand"
  ]
}
← 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 →