Flip Card

Renders a card with a front and back side that flips on interaction.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Live preview
Front
Back (flipped)
Fields
FieldType
front_contentstringrequired
back_contentstringrequired
trigger_on_hoverbooleanrequired
Example payload
{
  "type": "flip_card",
  "front_content": "Front content",
  "back_content": "Back content",
  "trigger_on_hover": true
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:flip_card",
  "displayName": "Flip Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/flip_card",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a card with a front and back side that flips on interaction.",
  "representativeQueries": [
    "show a card that flips on hover to reveal back content",
    "renders a card with a front and back side that flips on interaction.",
    "render a flip card"
  ]
}
← 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 →