Terminal Boot

Dark terminal window that types out boot/log lines one by one

Surfaces
apps-script-web
Fields
FieldType
linesarray of strings — lines typed out in sequencerequired
titlestring (optional, shown as terminal header)optional
speednumber (optional, ms between lines, default 380)optional
Example payload
{
  "type": "terminal_boot",
  "lines": [
    "$ npm install a2ui",
    "added 42 packages",
    "\u2713 Done in 1.2s"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:terminal_boot",
  "displayName": "Terminal Boot",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/terminal_boot",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Dark terminal window that types out boot/log lines one by one",
  "representativeQueries": [
    "show a animated terminal boot sequence",
    "dark terminal window that types out boot/log lines one by one",
    "render a terminal boot"
  ]
}
← 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 →