Tilt Card

A card that tilts in 3D perspective as the cursor moves across it, with a radial glare highlight that tracks cursor position. Uses CSS preserve-3d and dynamic box-shadow.

Surfaces
google-apps-script-webwebgoogle-meet-stagemcp-apps
Live preview
Hover to tilt
Fields
FieldType
contentstring. Inner HTML rendered inside the card.optional
titlestring. Card heading rendered above content.optional
max_tiltnumber. Maximum rotation degrees. Default 14.optional
glareboolean. Show glare highlight. Default true.optional
accentstring. Glare colour. Default rgba(255,255,255,0.15).optional
paddingstring. Inner padding. Default 28px.optional
Example payload
{
  "type": "tilt_card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:tilt_card",
  "displayName": "Tilt Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/tilt_card",
  "capabilities": [
    "google-apps-script-web",
    "web",
    "google-meet-stage",
    "mcp-apps"
  ],
  "description": "A card that tilts in 3D perspective as the cursor moves across it, with a radial glare highlight that tracks cursor position. Uses CSS preserve-3d and dynamic box-shadow.",
  "representativeQueries": [
    "show a 3D perspective tilt card with glare highlight driven by cursor position",
    "a card that tilts in 3d perspective as the cursor moves across it, with a radial glare highlight tha",
    "render a tilt 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 →