Renders a real-time collaborative preview referencing explicit Figma design canvas artboards.
| Surface | Note |
|---|---|
| meet-stage | Vector redraw calls strain stage runtime layers. |
| googlechat | Collapses to remote document shortcuts. |
| Design tool canvas structures dropped by secure parsers. | |
| apps-script-web | Figma iframes require Figma auth; test before use |
| Field | Type | |
|---|---|---|
| embed_url | string. Absolute sharing path generated by Figma. | required |
{
"type": "figma_embed",
"embed_url": "https://example.com"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:figma_embed",
"displayName": "Figma Embed",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/figma_embed",
"capabilities": [
"web"
],
"description": "Renders a real-time collaborative preview referencing explicit Figma design canvas artboards.",
"representativeQueries": [
"show a embed collaborative live Figma design file prototype previews",
"renders a real-time collaborative preview referencing explicit figma design canvas artboards.",
"render a figma embed"
]
}
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 →