Renders an integrated live development engine frame executing StackBlitz workspace code.
| Surface | Note |
|---|---|
| meet-stage | Virtual environments hit thread execution limits within stages. |
| googlechat | Collapses to fallback hyperlinks due to framework policies. |
| Sandboxed editor containers completely blocked. | |
| apps-script-web | external iframe — depends on site's X-Frame-Options; test before use |
| Field | Type | |
|---|---|---|
| project_id | string. Folder identity indicator for active workspace. | required |
{
"type": "embed_stackblitz",
"project_id": "Project id"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:embed_stackblitz",
"displayName": "Embed Stackblitz",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/embed_stackblitz",
"capabilities": [
"web"
],
"description": "Renders an integrated live development engine frame executing StackBlitz workspace code.",
"representativeQueries": [
"show a embed dynamic StackBlitz live IDE code sandboxes",
"renders an integrated live development engine frame executing stackblitz workspace code.",
"render a embed stackblitz"
]
}
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 →