Embed Stackblitz

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

Surfaces
webmcp-apps
Degraded on
SurfaceNote
google-meet-stageVirtual environments hit thread execution limits within stages.
google-chatCollapses to fallback hyperlinks due to framework policies.
emailSandboxed editor containers completely blocked.
google-apps-script-webexternal iframe — depends on site's X-Frame-Options; test before use
Live preview
⚡ StackBlitz · StackBlitz
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",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

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 →