Fixed-position canvas launch animation -- an isometric rocket climbing through exhaust trail and sparks to a HUD telemetry readout. Overlays one half of the viewport (position:fixed, non-interactive). Ported from the Google Meet Stage add-on's gdm-rocket-panel component (used in the "Apps Script is now a Workspace Core Service" playbook); graduated from stage:preview after serving as the mcp-apps page's off-catalog demo content -- the catalog's intake pipeline working as designed.
| Field | Type | |
|---|---|---|
| side | string (optional, right|left, default right -- which viewport half the overlay claims) | optional |
| layer | string (optional, back|front, default back -- back is z-index 50, front 150, matching the original component's layer variants) | optional |
| loop | boolean (optional, default false -- false launches once and holds at apex; true restores the original's ambient relaunch loop) | optional |
{
"type": "gdm_rocket_panel"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:gdm_rocket_panel",
"displayName": "Gdm Rocket Panel",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/gdm_rocket_panel",
"capabilities": [
"mcp-apps"
],
"description": "Fixed-position canvas launch animation -- an isometric rocket climbing through exhaust trail and sparks to a HUD telemetry readout. Overlays one half of the viewport (position:fixed, non-interactive). Ported from the Google Meet Stage add-on's gdm-rocket-panel component (used in the \"Apps Script is now a Workspace Core Service\" playbook); graduated from stage:preview after serving as the mcp-apps page's off-catalog demo content -- the catalog's intake pipeline working as designed.",
"representativeQueries": [
"show a isometric rocket launch canvas animation, fixed half-viewport overlay",
"fixed-position canvas launch animation -- an isometric rocket climbing through exhaust trail and spa",
"render a gdm rocket panel"
]
}
The renderer is an open-source Google Apps Script web app. 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 →