Papers
Academic research and technical papers on Generative UI
Cases
Real-world products and applications using Generative UI
Videos
Tutorials, demos, and talks about Generative UI
Resources
Blogs, documentation, and open-source projects
Discussions
Community forums and popular discussion threads
Latest Resources
Generative UI: LLMs are Effective UI Generators
Google Research paper that first systematically articulates the Generative UI concept. The paper defines Generative UI as "AI models generating not just content, but the entire user experience". Experiments show that with the right prompts and tools, LLMs can generate high-quality custom interactive interfaces that are significantly preferred by human users (44% of cases comparable to human experts). The paper also releases the PAGEN dataset for evaluating generated interfaces.
Google Gemini 3 - Dynamic View & Visual Layout
Google has implemented Generative UI features in Gemini 3 (internally called "Dynamic View" and "Visual Layout" experiments). According to Google's official blog, Gemini 3 AI Mode can "generate immersive visual layouts and interactive tools and simulations", completely generating interfaces on-the-fly based on user queries. Dynamic View allows Gemini 3 to "design and code a fully custom interactive response" for each prompt, while Visual Layout generates "magazine-style" immersive multimedia interfaces.
Google Search AI Mode
With Gemini 3 launching in Search, AI Mode has added Generative UI experiences. Google Search team states that Gemini 3 in search can dynamically create ideal visual layouts with interactive tools and simulations, tailoring interfaces to user questions. For example, when searching for complex concepts, users not only get text answers but can also see dynamic charts or simulation tools (like calculators with real-time adjustable parameters).

Google Search with Gemini 3: Our most intelligent search yet
Official YouTube video from Google introducing the new features of Gemini 3 in Search, including graphical answers and interactive tools.

Getting started with GenUI
Official Flutter tutorial demonstrating how to use the GenUI SDK to generate dynamic interfaces in Flutter applications.
Google Research Blog: Generative UI
Google Research blog article "Generative UI: A rich, custom, visual interactive user experience for any prompt". Written by senior engineers at Google Research, it introduces the implementation approach and experimental results of Generative UI. The article states: "Generative UI is a new capability that enables AI models to create not just content but the entire user experience", and explains that this feature has been experimentally launched in Gemini app and Google Search AI Mode.
Google launches Gemini 3, Google Antigravity, generative UI features
Constellation Research technical analysis article introducing the Gemini 3 launch and emphasizing Generative UI features: Gemini 3 can "create interactive components, provide different scenario options, images, tables and text". The article details the Visual Layout and Dynamic View experiments.
9to5Google: Gemini 3 Launch Analysis
9to5Google detailed analysis of Gemini 3 explaining Generative UI features. The article notes that Dynamic View enables Gemini 3 to "design and code a fully custom interactive response" for each prompt, while Visual Layout generates "magazine-style" immersive multimedia interfaces.
Generative UI Project - Google
Google team's Generative UI project website (generativeui.github.io), containing research papers, interactive examples, and some code, demonstrating their GenUI implementation approach.