Reaction Shower

Emoji reaction buttons โ€” tapping rains the emoji down the screen, with optional Sheet-backed totals

Surfaces
apps-script-web
Fields
FieldType
reactionsarray of emoji strings (optional, default ๐Ÿ”ฅ๐Ÿ’ก๐Ÿคฏ๐Ÿ‘)optional
write_urlstring (optional, GAS doGet URL to record reactions)optional
sheet_urlstring (optional, Google Sheet CSV for live counts)optional
pollnumber (optional, poll interval ms)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "reaction_shower"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:reaction_shower",
  "displayName": "Reaction Shower",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/reaction_shower",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Emoji reaction buttons \u2014 tapping rains the emoji down the screen, with optional Sheet-backed totals",
  "representativeQueries": [
    "show a emoji reaction buttons with raining particles",
    "emoji reaction buttons \u2014 tapping rains the emoji down the screen, with optional sheet-backed totals",
    "render a reaction shower"
  ]
}
โ† 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 โ†’