Typewriter

Text that reveals itself character-by-character using a CSS steps() width animation on an overflow-hidden monospace container, with an optional blinking cursor. No JavaScript required.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
pdfRenders as static completed text; no animation
google-chatCSS animation not supported; renders as plain text
Live preview
|
Fields
FieldType
textstring. The text to type out.required
speed"slow" | "normal" | "fast" (optional, default "normal")optional
cursorbool. Show blinking cursor after typing. Default true.optional
colorstring. Text colour. Default "#0f172a".optional
sizestring. Font size e.g. "1.4rem". Default "1.4rem".optional
weightstring. Font weight. Default "600".optional
backgroundstring. Container background. Default "#f8fafc".optional
Example payload
{
  "type": "typewriter",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:typewriter",
  "displayName": "Typewriter",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/typewriter",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Text that reveals itself character-by-character using a CSS steps() width animation on an overflow-hidden monospace container, with an optional blinking cursor. No JavaScript required.",
  "representativeQueries": [
    "show a CSS character-by-character typewriter reveal with optional cursor",
    "text that reveals itself character-by-character using a css steps() width animation on an overflow-h",
    "render a typewriter"
  ]
}
← 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 →