create-ag-ui-app
v0.0.42
Published
CLI tool for scaffolding **Agent-User Interaction (AG-UI) Protocol** applications.
Readme
create-ag-ui-app
CLI tool for scaffolding Agent-User Interaction (AG-UI) Protocol applications.
create-ag-ui-app provides an interactive setup wizard to quickly bootstrap AG-UI projects with your preferred client framework and agent backend.
Choose from CopilotKit/Next.js for web apps or CLI clients for terminal-based interactions.
Usage
npx create-ag-ui-app@latest
pnpx create-ag-ui-app@latest
bunx create-ag-ui-app@latestFeatures
- 🎯 Interactive setup – Guided prompts for client and framework selection
- 🌐 Multiple clients – CopilotKit/Next.js web apps and CLI clients
- 🔧 Framework integration – Built-in support for LangGraph, CrewAI, Mastra, Agno, LlamaIndex, and more
- 📦 Zero config – Automatically sets up dependencies and project structure
- ⚡ Quick start – Get from idea to running app in minutes
Quick example
# Interactive setup
npx create-ag-ui-app@latest
# With framework flags
npx create-ag-ui-app@latest --langgraph-py
npx create-ag-ui-app@latest --mastra
# See all options
npx create-ag-ui-app@latest --helpDocumentation
- Concepts & architecture:
docs/concepts - Full API reference:
docs/events
Contributing
Bug reports and pull requests are welcome! Please read our contributing guide first.
License
MIT © 2025 AG-UI Protocol Contributors
