01מרכז למתרגלים · Generative UI
אנחנו בונים ממשקי AI שיוצאים לפרודקשן.
ייעוץ ופיתוח Generative UI לצוותים שצריכים פיצ'רי AI בפרודקשן — לא דמואים. Streaming components, זרימות tool-use, agent workflows, וליווי end-to-end.
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.
המודל בוחר את הצורה
תרשים למספרים, טופס לקלט, רשימה לבחירות.
רכיבים מהספרייה שלכם
המודל לא כותב HTML או JSX — הוא בוחר מהספרייה שלכם.
סטרימינג, לא טקסט
אלמנטים אינטראקטיביים זורמים כ-UI אמיתי, לא כטקסט.
שינויים דרך הפרומפט
שינויים מתפרסמים על ידי עריכת הפרומפט או הקטלוג.
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
03חדש
Latest
What we published most recently.
מה זה Generative UI? המדריך המלא
כל מה שצריך לדעת על מערכות AI שמייצרות רכיבי UI אינטראקטיביים, לא רק טקסט.Generative UI לעומת UI מסורתי: ההבדלים המרכזיים
כיצד ממשקים גנרטיביים שונים מ-UI קונבנציונלי ומתי כל גישה מתאימה.בניית Generative UI ראשון עם Vercel AI SDK
מדריך צעד-אחר-צעד ליצירת ממשק מבוסס AI ראשון עם רכיבי סטרימינג.04מדריך שטח
Field guide
Six tracks across the generative-UI landscape. Pick by where you are — engineer mid-build, designer mapping patterns, PM evaluating, or executive sizing the bet.
Runtimes & SDKs
Vercel AI SDK, CopilotKit, Tambo, Thesys C1, A2UI — how each one streams components, where the seams are, and what production looks like.
Patterns & components
Interaction patterns for LLM-rendered UI — disclosure, repair flows, tool confirmations, and the design questions GenUI raises.
Designers · EngineersProduction engineering
Observability, performance, testing, accessibility. What it takes to put a streaming, LLM-rendered interface in front of users and keep it up.
EngineersRAG & tool use
Retrieval-augmented generation, tool calling, agent workflows. Patterns that move generative UI past static catalogs into real action.
EngineersState of the field
Market state, vendor landscape, adoption curves. What is and isn't shipping in production right now — for evaluation, scoping, and bets.
PMs · Executives · ConsultantsGetting started
What generative UI is, who it's for, when it makes sense to adopt. The entry-level primer for anyone new to the term.
Written for engineers, designers, product managers, and executives working on or evaluating generative UI. Topic-organised navigation and per-role filters are on the roadmap.
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 | Mature | Streaming React/Vue components with first-class tool use. The default for new Next.js and Nuxt apps. |
| CopilotKit | Maturing | Drop-in copilot hooks and UI primitives. Strong for adding an assistant to an existing app. |
| Tambo | Early | Component catalog the model picks from. Useful when the design system is the unit of generation. |
| Thesys C1 | Maturing | Hosted API that returns ready-to-render UI. Trades infra ownership for time-to-first-screen. |
| A2UI (Google) | Early | Open JSON schema for renderer-agnostic UI from agents. Cross-runtime, very early. |
קוד פתוח
Markdown בסטרימינג בלי הבהוב
רנדררים פשוטים המבוססים על innerHTML מפרקים את ה-DOM בכל טוקן — וגורמים להבהוב, לאיבוד פוקוס ולקריסת layout. Generative DOM משווה את ה-AST ומעדכן רק את מה שהשתנה: עד 90× פחות עבודה על ה-DOM, ללא הבהוב.
userהצג מכירות Q1
modeltool · revenueChart({range:"Q1",currency:"RUB"})
dom<RevenueChart/> — הותקן
dom<FilterPanel/> — הותקן
diffרק צמתים ששונו · ללא הבהוב
07קוד פתוח
רכיבי Web ש-LLMs באמת יכולים להרכיב
100+ תגיות בלתי-תלויות-framework — משטחי צ׳אט, גרפים, מטריצות החלטה, ווידג׳טים לימודיים — לכל אחת meta.json מאומת שחושף props, אירועים, slots, ערכות נושא ותלויות כ-JSON שמובן למכונה. המודל רואה את הקטלוג כפי שמפתח רואה אותו, ובוחר את הפרימיטיב הנכון לנתונים שהוא עומד לרנדר.
קטלוג: 100+ תגיות · meta.json בכל אחת.