← All widgetsTier 1Games & Random

Coin Flip

Animated 3D coin flip.

Flips one to five coins with a 3D animation.

type Β· coin_flip
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
β€œflip a coin”

Example

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

coin_flip.json
{
  "type": "coin_flip",
  "count": 1
}

Properties

PropTypeDescription
countnumberCoins to flip (1–5)

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