awesome-llm-apps-source/generative_ui_agents
xiaowei 5efcd70b4f awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo)
Size: 160M
2026-07-13 19:45:03 +08:00
..
ai-dashboard-canvas-agent awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
ai-deep-research-agent awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
ai-financial-coach-agent awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
ai-mcp-app-builder awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
ai-shadcn-component-generator awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
generative-ui-starter-project awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
mcp-apps-generative-ui-showcase awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00
README.md awesome-llm-apps: 100+ AI Agent & RAG apps (Shubhamsaboo) 2026-07-13 19:45:03 +08:00

README.md

🖼️ Generative UI and Agentic Frontends

Agents that render UI — not just text.

Generative UI (Gen UI) apps let an LLM emit rich, interactive frontend components instead of (or in addition to) plain chat messages. The model decides what to show, the frontend renders real components, and the user can click, edit, and respond — closing the loop between reasoning and interface.

This section collects self-contained templates for building Gen UI apps across the common stacks:

  • AG-UI / CopilotKit — streaming agent ↔ UI protocol for React apps
  • Vercel AI SDKstreamUI / React Server Components generative UI
  • LangChain / LangGraph UI — structured tool calls rendered as components
  • Custom tool-call → component renderers — minimal DIY patterns in any framework