Full-screen multi-slide presentation deck — each slide is its own atom block array, with shared data feeds and slide navigation
| Field | Type | |
|---|---|---|
| slides | array of {id, blocks: [atom block objects]} — each slide is a full block list | optional |
| shared_blocks | array of atom block objects with role:data_source. Rendered once before slides. Use for adsb_feed, metar_feed, firestore_read etc. — atoms that publish to window.A2UI_CALLBACKS[name] and have no visual output. Visual atoms in slides bind by name via data_source / weather_source / connector fields. | optional |
| transition | string (optional, fade|slide, default fade) | optional |
{
"type": "playbook"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:playbook",
"displayName": "Playbook",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/playbook",
"capabilities": [
"apps-script-web"
],
"description": "Full-screen multi-slide presentation deck \u2014 each slide is its own atom block array, with shared data feeds and slide navigation",
"representativeQueries": [
"show a multi-slide fullscreen presentation playbook",
"full-screen multi-slide presentation deck \u2014 each slide is its own atom block array, with shared data",
"render a playbook"
]
}
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 →