Playground
Paste raw A2UI v0.9 messages and watch them render live with MeldUI components.
Edit a raw A2UI v0.9 message sequence — the same JSON an agent streams — and press Render to see it rendered live with MeldUI components. This is the exact path a surface takes: createSurface → updateComponents (and optional updateDataModel), resolved against the MeldUI catalog by the Vue renderer.
Tips:
- The first message must
createSurfacewithsurfaceId: "s1"and the MeldUIcatalogId; later messages target that surface. - Bind dynamic values with a JSON Pointer (
{ "path": "/some/key" }) and seed them via anupdateDataModelmessage. - See the Catalog Reference for every component’s props, and the per-component pages for copy-paste examples.