Embed Stackblitz

Renders an integrated live development engine frame executing StackBlitz workspace code.

Surfaces
web
Degraded on
SurfaceNote
meet-stageVirtual environments hit thread execution limits within stages.
googlechatCollapses to fallback hyperlinks due to framework policies.
emailSandboxed editor containers completely blocked.
apps-script-webexternal iframe — depends on site's X-Frame-Options; test before use
Fields
FieldType
project_idstring. Folder identity indicator for active workspace.required
Example payload
{
  "type": "embed_stackblitz",
  "project_id": "Project id"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →