Testimonial Card

Renders a single customer testimonial with text, author details, and

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as basic text and author name; avatar and complex styling are not supported.
emailRenders as basic text and author name; avatar and complex styling may be rendered as a simple image or not at all depending on client.
Live preview
“The catalog cut our build time in half.”
A
Ada L.
Platform Lead
Fields
FieldType
textstringrequired
author_namestringrequired
author_titlestringrequired
author_avatar_urlstringrequired
ratingintegerrequired
Example payload
{
  "type": "testimonial_card",
  "text": "A concise description of the content.",
  "author_name": "Author Name",
  "author_title": "Author title",
  "author_avatar_url": "https://example.com",
  "rating": 75
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:testimonial_card",
  "displayName": "Testimonial Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/testimonial_card",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a single customer testimonial with text, author details, and",
  "representativeQueries": [
    "show a customer testimonial with photo name and quote an optional avatar",
    "renders a single customer testimonial with text, author details, and",
    "render a testimonial 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 →