Self-contained QR code for a given URL (or the current page URL on JS-capable surfaces) — computed via the vendored QR-Code-generator library (Project Nayuki, MIT) and rendered as inline SVG, zero network calls. Optionally interactive — set is_interactive to add a text input that live-regenerates the QR client-side as the visitor types.
| Surface | Note |
|---|---|
| Renders the static QR only — live URL entry needs a JS-capable surface. | |
| Renders the static QR only — live URL entry needs a JS-capable surface. | |
| google-meet-stage | Renders the static QR only — live URL entry needs a JS-capable surface. |
| google-apps-script-side-panel | Renders the static QR only — live URL entry needs a JS-capable surface. |
| Field | Type | |
|---|---|---|
| url | string (optional, fixed URL — defaults to the current page URL on JS-capable surfaces; static surfaces render nothing if omitted) | optional |
| label | string | optional |
| sub | string (optional, sub-label below QR) | optional |
| size | number (optional, px, default 220) | optional |
| is_interactive | boolean (optional, default false). Adds a text input that live-regenerates the QR client-side. Only meaningful on web, google-apps-script-web, and mcp-apps — see degraded_on. | optional |
{
"type": "schema_qr"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:schema_qr",
"displayName": "Schema Qr",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/schema_qr",
"capabilities": [
"web",
"google-meet-stage",
"email",
"pdf",
"google-apps-script-web",
"google-apps-script-side-panel",
"mcp-apps"
],
"description": "Self-contained QR code for a given URL (or the current page URL on JS-capable surfaces) \u2014 computed via the vendored QR-Code-generator library (Project Nayuki, MIT) and rendered as inline SVG, zero network calls. Optionally interactive \u2014 set is_interactive to add a text input that live-regenerates the QR client-side as the visitor types.",
"representativeQueries": [
"show a self-contained QR code, optionally with a live URL input",
"self-contained qr code for a given url (or the current page url on js-capable surfaces) \u2014 computed v",
"render a schema qr"
]
}
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 →