← All widgetsTier 1Creative

Pixel Art

Pixel drawing grid.

A pixel-art grid with a color palette for retro art.

type Β· pixel_art
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
β€œa 16x16 pixel art canvas”

Example

The agent returns this A2UI component (inside the components array of a /chat response):

pixel_art.json
{
  "type": "pixel_art",
  "gridSize": 16,
  "palette": [
    "0xFF000000",
    "0xFFFFFFFF",
    "0xFFFF5722",
    "0xFF007AFF"
  ]
}

Properties

PropTypeDescription
gridSizenumberGrid dimension (8–32)
palettecolor[]Color palette

Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.