Gdm Rocket Panel

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.

Surfaces
mcp-apps
Fields
FieldType
sidestring (optional, right|left, default right -- which viewport half the overlay claims)optional
layerstring (optional, back|front, default back -- back is z-index 50, front 150, matching the original component's layer variants)optional
loopboolean (optional, default false -- false launches once and holds at apex; true restores the original's ambient relaunch loop)optional
Example payload
{
  "type": "gdm_rocket_panel"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →