Noise Card

Dark card with subtle SVG film-grain noise texture overlay

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
textstring (optional, alias: content)optional
bgstring (optional, background colour)optional
colorstring (optional, text colour)optional
Example payload
{
  "type": "noise_card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:noise_card",
  "displayName": "Noise Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/noise_card",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Dark card with subtle SVG film-grain noise texture overlay",
  "representativeQueries": [
    "show a dark card with film-grain noise texture",
    "dark card with subtle svg film-grain noise texture overlay",
    "render a noise card"
  ]
}
← 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 →