一覧へ戻る
💡事例

Vercel AI SDK - Generative UI

Vercel

概要

Vercel AI SDKは、LLMからReact componentsをstreamし、AIがinteractive UI componentsをリアルタイムに生成できるようにします。Next.js Generative UIやVercel AI SDK Generative UIの実装パターンを調べる開発者にとって、component streamingとtool callingを理解する入口になります。

要約

AI SDK Generative UIの能力:

1. Streaming components: LLMからReact componentsをリアルタイムにstreamする
2. Server Components: React Server Componentsを使いperformanceとcompositionを保つ
3. Type-safe: 生成UI specをTypeScriptで扱いやすい
4. Tool calling: 会話中にLLMがUI生成toolを呼び出せる
5. State management: streaming updateをまたいだcomponent stateを扱う

Developer experience: 既存React applicationへGenerative UIを組み込むための実践的API

タグ

vercelreactstreamingsdk

関連記事

💡事例

Google Stitch: Real-Time AI-Native UI Design

Google LabsのStitchは、chat-onlyなcoding demoではなく、design-time GenUIの強い事例です。2026年5月19日の公式updateでは、Stitchをlive collaborative design systemとして説明しており、Agentがinfinite canvasへUI作業をstreamし、ユーザーが完了前に方向づけを行い、結果のscreenをproductionへhandoffできます。生成AI UIデザインやAI駆動UIを実際のdesign workflowへ接続するケースとしても価値があります。

googlestitchdesign-tool
by Google Labs · 2026-05
サイトを見る
💡事例

Google Gemini 3 - Dynamic View & Visual Layout

GoogleはGemini 3でGenerative UI機能を実装しており、社内ではDynamic ViewやVisual Layoutとして扱われています。Google公式blogによると、Gemini 3 AI Modeはユーザーの質問に応じてimmersive visual layout、interactive tool、simulationをその場で生成し、Dynamic Viewではpromptごとにcustom interactive responseを設計してcode化できます。

googlegeminidynamic-view
by Google · 2025-11
サイトを見る
💡事例

Google Search AI Mode

Gemini 3がSearchに入ったことで、AI ModeにもGenerative UI体験が追加されています。Google Searchチームは、Gemini 3 in Searchがユーザーの質問に合わせて理想的なvisual layout、interactive tool、simulationを動的に作れると説明しています。複雑な概念を検索したときに、テキスト回答だけでなく動的chartやparameter調整可能なcalculatorを表示できる点が重要です。

googlesearchai-mode
by Google · 2025-11
サイトを見る

Generative UI、GenUI、生成AI UIデザインの厳選リソース集。

Made with ❤️ community