A2UI
A2UI copied to clipboard
feat: add React client demo for A2UI rendering
The Roadmap mentions adding official support for React. I have initialized the samples/client/react directory and added a basic boilerplate using Vite.
It includes a simple proof-of-concept renderer that maps A2UI JSON (text and buttons) to React components. This serves as a foundation for future React implementation.