Feedback Prompt

In-context feedback collection widget for rating content or AI response quality. Supports thumbs up/down or 1–5 star ratings with optional follow-up text. Inspired by Vercel Geist Feedback pattern.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageRenders and is interactive; action_url POST requires stage-level routing
Fields
FieldType
questionstring. Label text above the widget. e.g. "Was this helpful?"optional
stylestring. One of: thumbs | stars. Default: thumbs.optional
placeholderstring. Follow-up textarea placeholder shown after the rating buttons.optional
action_urlstring. Endpoint for form POST on submit.optional
Example payload
{
  "type": "feedback_prompt"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:feedback_prompt",
  "displayName": "Feedback Prompt",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/feedback_prompt",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "In-context feedback collection widget for rating content or AI response quality. Supports thumbs up/down or 1\u20135 star ratings with optional follow-up text. Inspired by Vercel Geist Feedback pattern.",
  "representativeQueries": [
    "show a thumbs or star rating feedback collection widget",
    "in-context feedback collection widget for rating content or ai response quality. supports thumbs up/",
    "render a feedback prompt"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. 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 →