Full-width light/pastel gradient hero with badge, large title, subtitle, and optional CTA. Pure CSS — no images. Works on all surfaces. Use when dark_hero is too heavy.
| Field | Type | |
|---|---|---|
| title | string (required, alias heading) | required |
| subtitle | string (optional, alias subtext) | optional |
| badge | string (optional, label above title) | optional |
| accent | string (optional, hex, default "#6366f1") | optional |
| accent2 | string (optional, second gradient hex, default "#8b5cf6") | optional |
| gradient | string (optional, css gradient override) | optional |
| align | string (optional, "left"|"center", default "left") | optional |
| cta_label | string | optional |
| cta_url | string | optional |
{
"type": "gradient_hero",
"title": "Gradient Hero"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:gradient_hero",
"displayName": "Gradient Hero",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/gradient_hero",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "Full-width light/pastel gradient hero with badge, large title, subtitle, and optional CTA. Pure CSS \u2014 no images. Works on all surfaces. Use when dark_hero is too heavy.",
"representativeQueries": [
"show a light gradient hero \u2014 badge, large title, subtitle, CTA button",
"full-width light/pastel gradient hero with badge, large title, subtitle, and optional cta. pure css",
"render a gradient hero"
]
}
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 →