a2ui-protocol

Installation
SKILL.md

A2UI — Agent to UI Protocol (v1.0)

A2UI takes the opposite bet from MCP Apps. Instead of shipping HTML into an iframe, the agent streams a declarative JSON description of the UI and the client renders it with its own native components — React, Flutter, SwiftUI, web components, whatever the client is built from.

The security consequence is the point: UI is data, not code. The agent can only reference components in a client-controlled catalog. There is no arbitrary script from model output, so there is no UI injection surface.

The portability consequence is the other point: one payload renders on every client, natively.

Choose A2UI when the client owns the design system, when you must render on non-web surfaces, or when executing model-authored markup is unacceptable. Choose MCP Apps when you need arbitrary web capability inside a chat host.

The six messages

Installs
2
Repository
thelobbi/claude
GitHub Stars
20
First Seen
14 days ago
a2ui-protocol — thelobbi/claude