generative-ui-playground

作者 CopilotKit已验证

Interact with all three types of generative UI, all in one interface

124
Stars
24
Forks
HTML
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/CopilotKit/generative-ui-playground

快速入门

使用 generative-ui-playground 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Generative UI Demo

https://github.com/user-attachments/assets/79ead351-f63c-4119-9d28-9d604e7f8876

A generative UI playground showcasing the three types for building AI-powered user interfaces with CopilotKit.

Demo Overview

This demo demonstrates how different types of generative UI can be used to create rich, interactive AI experiences:

SpecDescriptionUse Case
Static GenUIPre-built React components rendered by frontend hooksWeather cards, stock displays, task approvals
MCP AppsHTML/JS apps served by MCP servers in sandboxed iframesFlight booking, hotel search, trading simulator
A2UIAgent-composed declarative JSON UI rendered dynamicallyRestaurant finder, booking forms

CopilotKit Features Used

  • CopilotKitProvider - Main provider with agent switching
  • CopilotSidebar - Chat interface component
  • useRenderToolCall - Display-only tool rendering (WeatherCard, StockCard)
  • useHumanInTheLoop - Interactive approval flows (TaskApprovalCard)
  • A2UIRenderer - Renders A2UI declarative JSON from agent responses
  • MCPAppsMiddleware - Bridges MCP server tools with UI resources
  • BasicAgent - TypeScript agent for Static GenUI + MCP Apps
  • HttpAgent - Connects to Python A2A backend for A2UI

Setup

Prerequisites

  • Node.js 18+
  • Python 3.11+
  • OpenAI API key

Installation

# Clone and install dependencies
cd ui-protocols-demo
npm install

# Install MCP server dependencies
cd mcp-server
npm install
cd ..

# Install Python A2A agent
cd a2a-agent
pip install -e .
cd ..

Environment Variables

Create a .env file:

OPENAI_API_KEY=sk-your-key-here
MCP_SERVER_URL=http://localhost:3001/mcp
A2A_AGENT_URL=http://localhost:10002

Running the Demo

Start all three services:

# Terminal 1: MCP Server (port 3001)
cd mcp-server && npm run dev

# Terminal 2: Python A2A Agent (port 10002)
cd a2a-agent && python -m agent

# Terminal 3: Next.js Frontend (port 3000)
npm run dev

Open http://localhost:3000 to see the demo.

Usage

Static + MCP Apps Mode

Click the "Static + MCP Apps" tab to use:

  • "What's the weather in Tokyo?" → Weather card
  • "Get stock price for AAPL" → Stock card with sparkline
  • "Open the calculator" → Interactive calculator app
  • "Search for flights to Paris" → Flight booking workflow

A2UI Mode

Click the "A2UI" tab to use:

  • "Find Italian restaurants nearby" → Restaurant list with booking
  • "Show me Chinese food options" → Filtered results
  • "Book a table for 4" → Interactive booking form

Architecture

Frontend (Next.js) ─────────────────────────────────────────────────────
├── Protocol tabs switch between agents
├── Static GenUI: useRenderToolCall, useHumanInTheLoop
├── MCP Apps: Automatic iframe rendering via middleware events
└── A2UI: A2UIRenderer for declarative JSON
                    │
          ┌─────────┴─────────┐
          ▼                   ▼
   "default" Agent      "a2ui" Agent
   BasicAgent + MCP     HttpAgent → Python
   Port 3001            Port 10002

Project Structure

ui-protocols-demo/
├── src/app/              # Next.js frontend
│   ├── page.tsx          # Main page with agent switching
│   ├── theme.ts          # A2UI theme configuration
│   ├── api/copilotkit/   # CopilotKit API route
│   └── components/       # React components
├── mcp-server/           # MCP Apps server
│   ├── server.ts         # Tool registrations
│   └── apps/             # HTML app files
└── a2a-agent/            # Python A2A agent
    └── agent/            # Agent modules

Learn More


Note: This project has been consolidated into the CopilotKit monorepo. The latest version lives at examples/showcases/generative-ui-playground. Please open issues and pull requests in the main CopilotKit repository.

常见问题

What is generative-ui-playground?

generative-ui-playground is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by CopilotKit. Interact with all three types of generative UI, all in one interface. It has 124 GitHub stars.

Is generative-ui-playground safe to use?

Yes. generative-ui-playground passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install generative-ui-playground?

Clone the repository with "git clone https://github.com/CopilotKit/generative-ui-playground" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is generative-ui-playground written in?

generative-ui-playground is primarily written in HTML. It is open-source under CopilotKit on GitHub, so you can review or fork the full source.

Are there alternatives to generative-ui-playground?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh generative-ui-playground against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情