Geo Iso Fleet

Full-viewport tabbed showcase of all three isometric aviation animations — A321neo takeoff, Ariane 6 launch, and H160 hover — in a single atom with tab switcher. Use this for a full aviation/aerospace demo page. tab field sets which scene opens by default.

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webanimates, not interactive
Live preview
Fleet
Fields
FieldType
airlinestring. Airline ICAO for A321neo accent — AIB, EZY, AFR, BAW, DLH, RYR. Default AIB.optional
rocketstring. ESA or CNES. Default ESA.optional
liverystring. Airline ICAO for H160 livery. Default AIB.optional
tabstring. Starting tab — "ac" (A321neo), "rk" (Ariane 6), "hh" (H160). Default ac.optional
Example payload
{
  "type": "geo_iso_fleet"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_iso_fleet",
  "displayName": "Geo Iso Fleet",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_iso_fleet",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Full-viewport tabbed showcase of all three isometric aviation animations \u2014 A321neo takeoff, Ariane 6 launch, and H160 hover \u2014 in a single atom with tab switcher. Use this for a full aviation/aerospace demo page. tab field sets which scene opens by default.",
  "representativeQueries": [
    "show a tabbed isometric fleet demo \u2014 A321neo takeoff + Ariane 6 launch + H160 hover with tab switcher",
    "full-viewport tabbed showcase of all three isometric aviation animations \u2014 a321neo takeoff, ariane 6",
    "render a geo iso fleet"
  ]
}
← 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →