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.
| Surface | Note |
|---|---|
| meet-stage | Renders and is interactive; action_url POST requires stage-level routing |
| Field | Type | |
|---|---|---|
| question | string. Label text above the widget. e.g. "Was this helpful?" | optional |
| style | string. One of: thumbs | stars. Default: thumbs. | optional |
| placeholder | string. Follow-up textarea placeholder shown after the rating buttons. | optional |
| action_url | string. Endpoint for form POST on submit. | optional |
{
"type": "feedback_prompt"
}
{
"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"
]
}
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 →