Dark terminal window that types out boot/log lines one by one
| Field | Type | |
|---|---|---|
| lines | array of strings — lines typed out in sequence | required |
| title | string (optional, shown as terminal header) | optional |
| speed | number (optional, ms between lines, default 380) | optional |
{
"type": "terminal_boot",
"lines": [
"$ npm install a2ui",
"added 42 packages",
"\u2713 Done in 1.2s"
]
}
{
"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"
]
}
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 →