a2ui-oat: Framework-free web renderer with 37 components (v0.9) #1033
MisterTK
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! Sharing a2ui-oat, a lightweight A2UI renderer for the web that requires zero frameworks and zero build tooling.
Why I built this
Every web renderer in the ecosystem today targets a framework (React, Angular, Lit). I wanted something I could drop into any page with a CDN include — no bundler, no node_modules, no React. Just A2UI JSON in, semantic HTML out, styled automatically by Oat CSS.
What it does
@a2ui/web-libintegration via a singleregisterWithWebLib()callnpm run validatechecks spec compliance, renderer coverage, and function cross-references (16/16 passing)Try it
Live demo: https://mistertk.github.io/a2ui-oat/
Install:
CDN:
Links
Spec version: v0.9 only. License: MIT.
Would love feedback from anyone working on renderers or agent UIs!
Beta Was this translation helpful? Give feedback.
All reactions