List पर वापस जाएँ
📚Resources

Stop making AI write JSON - Why we built OpenUI

Thesys Engineering Team
2026-04

परिचय

Generative UI के लिए JSON trees से आगे जाने के कारणों पर OpenUI का official engineering लेख। यह interactive agent-generated interfaces की runtime requirements बताता है, समझाता है कि stateful UI में nested JSON क्यों fragile हो जाता है, और model-generated UI के लिए streaming-first भाषा OpenUI Lang पेश करता है।

सारांश

OpenUI का design argument:

1. Interactive runtime focus: state, live data, mutations और follow-up edits को target करता है
2. JSON tradeoff: बताता है कि schema-heavy JSON को maintain करना LLMs के लिए कहां कठिन होता है
3. Streaming-first language: OpenUI Lang progressive rendering और patching के लिए design की गई है
4. Execution split: UI एक बार generate होता है, फिर हर click को LLM से गुजारे बिना चलता है
5. Implementation depth: आधुनिक GenUI framework design की सबसे साफ primary-source व्याख्याओं में से एक

Tags

openuiframeworkstreamingopen-sourceengineering
Resource देखें

मिलते-जुलते लेख

📚Resources

Harness4GenUI 2026: Engineering Foundations for Generative UI

Official ASE 2026 workshop dedicated to the software-engineering foundations of Generative UI. Harness4GenUI frames dynamic interfaces as runtime systems and organizes work around stable context models, UI schemas, rendering contracts, testing, observability, safety, and governance rather than generation quality alone.

genuiharness-engineeringsoftware-architecture
लेखक ASE 2026 · 2026-10
Resource देखें
📚Resources

AppLess: A Generative UI Phone with No Apps

OpenUI टीम का open-source React Native प्रयोग, जिसमें हर mobile screen मांग पर generate होकर native Cupertino या Material 3 components में stream होती है। AppLess एक shared component contract, compact openui-lang DSL, संभावित अगली screen की prefetching और optional web व image tools के जरिए यह दिखाता है कि apps के बिना Generative UI operating system कैसा हो सकता है।

react-nativeopenuinative-ui
लेखक Thesys · 2026-07
Resource देखें
📚Resources

OpenTiny GenUI SDK

Vue और Angular applications में schema-driven Generative UI जोड़ने के लिए open-source full-stack toolkit। इसमें stream extraction, delta patching, JSON repair, customize किए जा सकने वाले component materials और actions, OpenAI-compatible model access, MCP tools तथा A2A support को live multi-framework playground के साथ जोड़ा गया है।

vueangularschema-driven-ui
लेखक OpenTiny · 2026-07
Resource देखें

Generative UI resources का curated संग्रह।

बनाया गया ❤️ community द्वारा