Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/content/docs/openui-lang/comparison.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Feature Comparison
description: OpenUI vs json-render (Vercel), A2UI (Google), and CopilotKit OpenGenerativeUI.
---

# The Generative UI Landscape

**Four frameworks. Which one ships to production?**

---

## At a Glance

| | **[OpenUI](https://github.com/thesysdev/openui)** | **[json-render](https://github.com/vercel-labs/json-render)** (Vercel) | **[A2UI](https://github.com/google/A2UI)** (Google) | **[CopilotKit OpenGenUI](https://github.com/CopilotKit/OpenGenerativeUI)** |
|---|---|---|---|---|
| **Tokens** | **1x** | 3x | 3x | 4x |
| **Latency (60 tok/s)** | **4.9s** | 14.2s | 14.2s | ~20s |
| **Streaming** | Yes | Yes | Yes | Partial |
| **Consistent output** | Yes | Yes | Yes | No |
| **Design system** | Yes | Yes | Yes | No |
| **Components** | Library + custom | Library + custom | Custom only | None |
| **Built-in data fetching** | Yes | No | No | No |
| **Chat UI included** | Yes | No | No | Yes |
| **Multi-platform** | Web, mobile, email | Web, mobile, PDF, email, video | Web, iOS, Android | Web |
| **Security risk** | Minimal | Minimal | Minimal | Medium |
| **License** | MIT | Apache 2.0 | Apache 2.0 | MIT |

---

## Best For

- **Data-driven chat UIs and dashboards** → OpenUI
- **One UI across web, mobile, PDF and email** → OpenUI
- **Multi-agent systems across iOS, Android, and web** → OpenUI
- **Creative one-off visuals (animations, generative art)** → CopilotKit OpenGenUI
1 change: 1 addition & 0 deletions docs/content/docs/openui-lang/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"root": true,
"pages": [
"index",
"comparison",
"quickstart",
"---Core Concepts---",
"overview",
Expand Down
Loading