Audience raise-hand button with live count — optional Google Sheets backend
| Field | Type | |
|---|---|---|
| question | string (optional, prompt text above button) | optional |
| label | string (optional, button label, default ✋ Raise hand) | optional |
| write_url | string (optional, GAS doGet URL to record hands) | optional |
| sheet_url | string (optional, Google Sheet CSV for live count) | optional |
| poll | number (optional, poll interval ms) | optional |
| accent | string (optional, hex) | optional |
{
"type": "raise_hand"
}
{
"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"
]
}
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 →