Word Cloud

Interactive word cloud — static words or live Google Sheets feed with submit input

Surfaces
apps-script-web
Fields
FieldType
wordsarray of {text, weight} (optional static words)optional
palettearray of hex strings (optional, word colours)optional
placeholderstring (optional, input placeholder)optional
accentstring (optional, hex accent for input bar)optional
sheet_urlstring (optional, Google Sheet CSV URL for live words)optional
write_urlstring (optional, GAS doGet URL to write submissions)optional
pollnumber (optional, poll interval seconds)optional
Example payload
{
  "type": "word_cloud"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:word_cloud",
  "displayName": "Word Cloud",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/word_cloud",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Interactive word cloud \u2014 static words or live Google Sheets feed with submit input",
  "representativeQueries": [
    "show a interactive word cloud with optional live Sheet feed",
    "interactive word cloud \u2014 static words or live google sheets feed with submit input",
    "render a word cloud"
  ]
}
← 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 →