The Generative UI Company

Joined January 2024
187 Photos and videos
Pinned Tweet
We benchmarked our new rendering spec against @vercel json-render. 3× faster rendering. 67% fewer tokens. Far more reliable outputs. Meet OpenUI Lang, the open standard for generative UI. Try it today and star us on GitHub⭐️, link below.
4
2
74
9,103
Thesys retweeted
Someone just open-sourced a new standard for AI-generated UI. OpenUI lets your LLM stream real components (charts, forms, dashboards) directly into React. No more parsing massive JSON blobs. → 67% fewer tokens than JSON → 4.9s render vs 14.2s for Vercel's approach → Web, mobile, and email support 100% open source.
2
4
74
huge congratulations to everyone who participated!! @tokensandai
Got a chance to represent @thesysdev and OpenUI at the Agent Harness Hackathon as a sponsor judge! Amazing to see brilliant use cases - from FDA drug analysis to fun projects like using OpenUI to make music! AWS loft served some amazing 🍕
1
5
112
Thesys retweeted
Most debates about Generative UI are actually two decisions being confused as one. 1. Transport: where does the UI appear? (AG-UI for your app, MCP-Apps for ChatGPT/Claude) 2. Generation: what does the agent emit? (Static, Declarative, or Open-Ended) Any pairing is valid. Once you separate them, most disagreements dissolve. Wrote a full report covering the protocols, the formats, the token benchmarks, and everything you should consider before choosing your stack.
1
5
13
379
Thesys retweeted
ever wondered how AI models become production-ready? this friday. come build with us master the tools, systems, and feedback loops that turn AI models into reliable agents. 💵 $40K in prizes (cash,credits, giftcards) 📅 June 12 · SF 🎟️ Teams of 4 max @awscloud @AnthropicAI @AirbyteHQ @GuildAI @truefoundry @composio @render @ClickHouseDB @fastinoAI
2
5
13
444
Thesys retweeted
It's really great to see my project AI Native Dashboard get listed in OpenUI Projects. Thanks to @thesysdev team. It is really cool to explore UI generation using natural language
1
1
6
305
Thesys retweeted
OpenUI by @thesysdev The Open Standard for Generative UI
2
19
3,443
Thesys retweeted
guess what? we hit 6767 stars on github this morning! the clip attached was my genuine reaction when i found out
3
2
10
437
AI is becoming more visual, dynamic, and interactive. @thesysdev, one of six startups participating in our Spring 2026 Accelerator, enables AI applications to respond with interactive UI and rich artifacts like dashboards, charts, forms, slides, reports, and more.
2
5
1,102
Thesys retweeted
A startup just dropped a free open-source spec that generates UI components with 67% fewer tokens than JSON. It's called OpenUI. One protocol. No SDK lock-in. No proprietary runtime. You plug it into any LLM and the model starts shipping clean UI instead of bloated JSON blobs. Every "AI generates UI" framework before this made you pick one trade-off. Spend the tokens and get rich components. Compress the output and lose half your interactivity. Skip the schema and ship broken renders. OpenUI does all of it inside a single open spec. Here's what makes it different from every LLM-to-UI pipeline that came before: → 67% token reduction vs JSON for the exact same rendered component, which means your bills drop by two-thirds on every UI generation call → Model-agnostic, works with Claude, GPT, Gemini, DeepSeek, Llama, anything that can output structured text → Component-first instead of element-first so the LLM thinks in buttons, cards, and forms instead of nested div soup → Streamable by design, components render as the tokens arrive instead of waiting for the full response → Framework-neutral output that compiles to React, Vue, Svelte, or plain HTML without rewriting the prompt → Built-in primitives for forms, charts, tables, modals, and dashboards so you stop reinventing the same 40 components every project → Type-safe schema that catches malformed LLM output before it ever hits the renderer → Zero runtime dependency, the spec is just text the model already knows how to produce Killed: $200/mo "AI UI builder" SaaS, every prompt-to-React wrapper sitting on top of a bloated JSON schema, the 4000-token system prompts trying to teach GPT what a button is. Works with every major LLM provider. No API key lock-in. No vendor. MIT License. 100% Opensource.
2
14
19
1,571
Thesys retweeted
Generative UI: interfaces that build themselves, adapt to context, and turn AI models into real interactive products instead of just conversations. Wrote about why text alone is no longer enough: shorturl.at/EfcHU @thesysdev
1
3
152
Thesys retweeted
OpenUI lets you define components from prompts and render them as the model streams. running a 4 person company where nobody has time for proper dashboards, this kind of prompt-to-UI feels like it could save us another hire we cant afford 🍜
1
1
4
137
Thesys retweeted
AI can plan your trip. But somehow the result still looks like Flight A $450 Flight B $520 Flight C $610 A wall of text I wrote about 5 things that look terrible as plain text and how @thesysdev 's OpenUI fixes them. dev.to/shogun444/5-things-th…
1
7
206
i guess that's one way to use openui?
used openui-lang to generate manim using gpt 5.5? i have got too much free time tbh
1
4
206
Thesys retweeted
The next shift is generative UI - interfaces that adapt, compose themselves, and turn AI models into real interactive products instead of just prompts and responses. Wrote about why Gemma 4 needs more than chat here: shorturl.at/l42cA @thesysdev
2
4
152
Thesys retweeted
Mar 11
¡Vercel ACABA DE SER SUPERADO en UI generativa! Acaban de benchmarkear el nuevo estándar abierto OpenUI Lang contra json-render de Vercel y los números son BRUTALES: ✅ 3X más rápido. ✅ 67% MENOS tokens. ✅ Mucho más confiable. REPOOO👇x.com/thesysdev/status/20317…

6
42
512
58,585
Integrating Open WebUI with OpenUI is actually easier to implement than you might think! Open WebUIとOpenUIの統合、実は思ったより簡単に実装できます! 🔗 github.com/thesysdev/openweb…
【Open WebUI × OpenUI】チャット画面が劇的に進化!視覚的な体験を実現✨ Open WebUIにOpenUIを統合することで、チャット内でグラフやUI要素を直接表示できる機能が注目を集めています! 🚀 注目ポイント ・ClaudeのArtifactsのようなリッチな視覚体験が可能に ・テキストだけでなく、動的なチャートやUIコンポーネントを生成 ・GPT-4o-miniやQwen、GemmaなどのローカルLLMにも対応 ・機密情報を守りつつ、社内専用ダッシュボードを爆速で構築可能 開発効率と利便性を同時に高める、非常に強力なアップデートです! #OpenWebUI #ローカルLLM
1
4
297
Thesys retweeted
May 12
「OpenUI」はAIアプリの返答をMarkdownやJSONではなく、自分たちのUIコンポーネントで返すためのOSSフレームワーク。 LLMに自由にHTMLを書かせるのではなく、許可したコンポーネントだけをOpenUI Langで組ませる設計になっている点がいい。ストリーミング、型付きprops、React rendererまで含めて、Generative UIを実装に落としやすくしている。 AIアプリのUIが「チャット欄+カード」から先に進むとき、こういう層がかなり重要になる。
3
15
282
66,676
OpenUI、★6千超えで話題になってるんだな 「事前に作るUI」から「AIが必要な時に出す」へシフトって これ本気で来たら、生成AIの使い勝手がまた一段上がるよな
【速報】 「AIにUIを動的生成させる」ためのオープン標準が出てきた😳 名前は OpenUI、★6千超え。 何が変わるかというと👇 ・AIごとにバラバラだった「UI生成」の仕様を統一 ・1度書けばどのAIエージェントでも動くUIが作れる ・Generative UI(生成UI)の議論が一気に進む ・実装側もユーザー側も恩恵あり UIの未来は「事前に作る」から「AIが必要なときに出す」へ。 この分野、Antigravity あたりが本気で来てる前に押さえとくべきです。 github.com/thesysdev/openui
2
11
326
【速報】 「AIにUIを動的生成させる」ためのオープン標準が出てきた😳 名前は OpenUI、★6千超え。 何が変わるかというと👇 ・AIごとにバラバラだった「UI生成」の仕様を統一 ・1度書けばどのAIエージェントでも動くUIが作れる ・Generative UI(生成UI)の議論が一気に進む ・実装側もユーザー側も恩恵あり UIの未来は「事前に作る」から「AIが必要なときに出す」へ。 この分野、Antigravity あたりが本気で来てる前に押さえとくべきです。 github.com/thesysdev/openui
3
15
1,055