Displays a curated grid of preview cards for complementary reading material.
| Surface | Note |
|---|---|
| meet-stage | Flexbox card sizing fails to size uniformly. |
| googlechat | Collapses into basic single-line hyperlinks. |
| CSS grid reverts to simple text list. |
| Field | Type | |
|---|---|---|
| posts | array. Objects containing title, url, and optional topic. | optional |
{
"type": "related_posts_grid"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:related_posts_grid",
"displayName": "Related Posts Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/related_posts_grid",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a curated grid of preview cards for complementary reading material.",
"representativeQueries": [
"show a grid of recommended alternative post reading cards",
"displays a curated grid of preview cards for complementary reading material.",
"render a related posts grid"
]
}
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 →