🧱openui
The Open Standard for Generative UI
⭐ Popular: 8k stars, gaining about 105 a week
View on GitHub ↗repo profile
momentum
durability
bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.
since we covered it
why it's a big deal
- Lets AI models emit rendered, structured interfaces instead of plain text, so developers building chat and agent products can stream real UI as tokens arrive.
- Defines UI through component libraries that generate the model's system prompt, giving teams typed contracts over what the model is allowed to render.
- Claims up to 67% fewer tokens than equivalent JSON output, which lowers cost and latency for generative-UI workloads.
under the hood
- Written primarily in TypeScript as a monorepo with eight packages, splitting a framework-agnostic core from framework-specific renderers.
- lang-core holds the parser and prompt generation with no UI dependency, while react-lang, vue-lang, and svelte-lang provide per-framework bindings.
- Uses a compact streaming-first language rendered incrementally, with Zod schemas defining component contracts and separate packages for React chat UI, headless state, email, and a CDN browser bundle.
Radar summary, generated from the project's public sources
star history
- PR#30 2k 2026-03-25
- now 8k + 6k since first covered
curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.
understory
Output and attention are roughly in balance.
- output, commits & releases
- clout, star velocity
output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →
covered in
-
Open standard and runtime for generative UI
similar projects
compare these →- 🎛️ CopilotKit
4.4× the stars
The Frontend Stack for Agents & Generative UI. React, Angular, Mobile, Slack, and more. Makers of the AG-UI Protocol
37k ACTIVE - 🔗 Composio
3.5× the stars
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
30k ACTIVE - 🧙 Mastra
3.3× the stars
Mastra is the modern TypeScript framework for AI-powered applications and agents.
27k ACTIVE
comments
Sign in with GitHub to add your blip on openui.