Live Edit

Embedded mini schema editor with a textarea for typing a single atom JSON block and a live rendered preview below

Surfaces
apps-script-web
Fields
FieldType
placeholderstring (optional, example atom JSON)optional
accentstring (optional, hex)optional
renderer_urlstring (optional, renderer base URL for linking)optional
Example payload
{
  "type": "live_edit"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:live_edit",
  "displayName": "Live Edit",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/live_edit",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Embedded mini schema editor with a textarea for typing a single atom JSON block and a live rendered preview below",
  "representativeQueries": [
    "show a embedded live atom JSON editor with preview",
    "embedded mini schema editor with a textarea for typing a single atom json block and a live rendered",
    "render a live edit"
  ]
}
← 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 →