Whiteboard
Vector shapes & arrows.
A vector whiteboard with pen, rectangle, ellipse, line, and arrow tools.
type · whiteboard
Runs entirely in the shell — no backend needed.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“give me a whiteboard to sketch a diagram”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
whiteboard.json
{
"type": "whiteboard",
"tools": [
"pen",
"rect",
"ellipse",
"line",
"arrow"
]
}Properties
| Prop | Type | Description |
|---|---|---|
tools | string[] | Enabled tools |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.