01מרכז למתרגלים · Generative UI

אנחנו בונים ממשקי AI שיוצאים לפרודקשן.

ייעוץ ופיתוח Generative UI לצוותים שצריכים פיצ'רי AI בפרודקשן — לא דמואים. Streaming components, זרימות tool-use, agent workflows, וליווי end-to-end.

קראו את המדריך המלאפתחו את ה-Playground

תוכן ונתונים נכון למרץ 2026.

קלט סטרימינג
פלט מרונדר
הדגמת סטרימינג

02עקרונות

What is generative UI?

Generative UI is interfaces produced by language models at runtime. Components are streamed from LLM output and rendered as real UI, not text. The model picks the form alongside the content: a chart for numbers, a form for input, a list for choices.

01

המודל בוחר את הצורה

תרשים למספרים, טופס לקלט, רשימה לבחירות.

02

רכיבים מהספרייה שלכם

המודל לא כותב HTML או JSX — הוא בוחר מהספרייה שלכם.

03

סטרימינג, לא טקסט

אלמנטים אינטראקטיביים זורמים כ-UI אמיתי, לא כטקסט.

04

שינויים דרך הפרומפט

שינויים מתפרסמים על ידי עריכת הפרומפט או הקטלוג.

Traditional UI

Generative UI

Form chosen by the designer at build time

Form chosen by the model at inference time

Static templates, deterministic outcomes

Runtime components, probabilistic outcomes

Same screen for every user, every request

Different shape per user, per request

Changes ship through a release cycle

Changes ship by editing the prompt or the catalog

05מצב

State of generative UI — runtimes at a glance

Five production-grade options, compared on stack, streaming model, openness, and maturity.

Runtimeבשלותתקציר
Vercel AI SDK MatureStreaming React/Vue components with first-class tool use. The default for new Next.js and Nuxt apps.
CopilotKit MaturingDrop-in copilot hooks and UI primitives. Strong for adding an assistant to an existing app.
Tambo EarlyComponent catalog the model picks from. Useful when the design system is the unit of generation.
Thesys C1 MaturingHosted API that returns ready-to-render UI. Trades infra ownership for time-to-first-screen.
A2UI (Google) EarlyOpen JSON schema for renderer-agnostic UI from agents. Cross-runtime, very early.

קוד פתוח

Markdown בסטרימינג בלי הבהוב

רנדררים פשוטים המבוססים על innerHTML מפרקים את ה-DOM בכל טוקן — וגורמים להבהוב, לאיבוד פוקוס ולקריסת layout. Generative DOM משווה את ה-AST ומעדכן רק את מה שהשתנה: עד 90× פחות עבודה על ה-DOM, ללא הבהוב.

generative-dom · live

userהצג מכירות Q1

modeltool · revenueChart({range:"Q1",currency:"RUB"})

dom<RevenueChart/> — הותקן

dom<FilterPanel/> — הותקן

diffרק צמתים ששונו · ללא הבהוב

07קוד פתוח

רכיבי Web ש-LLMs באמת יכולים להרכיב

‎100+‎ תגיות בלתי-תלויות-framework — משטחי צ׳אט, גרפים, מטריצות החלטה, ווידג׳טים לימודיים — לכל אחת meta.json מאומת שחושף props, אירועים, slots, ערכות נושא ותלויות כ-JSON שמובן למכונה. המודל רואה את הקטלוג כפי שמפתח רואה אותו, ובוחר את הפרימיטיב הנכון לנתונים שהוא עומד לרנדר.

ce-chat-bubblece-kpice-decision-treece-pros-consce-tool-callce-feedback-barce-source-cardce-stream-statusce-bar-chartce-calloutlesson-quizlesson-rule

קטלוג: 100+ תגיות · meta.json בכל אחת.