Dark card with subtle SVG film-grain noise texture overlay
| Field | Type | |
|---|---|---|
| title | string | optional |
| text | string (optional, alias: content) | optional |
| bg | string (optional, background colour) | optional |
| color | string (optional, text colour) | optional |
{
"type": "noise_card"
}
{
"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"
]
}
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 →