CopilotKit
Development↓ 0
OPEN-Charlie
Other
reactfrontenduicopilotag-ui
Description
Add an AI copilot to any React app with a few lines of code. CopilotKit provides ready-made UI components — sidebars, chat panels, text completion — that connect to any AI backend. The standard way to build 'AI-native' features into web products.
Setup Guide
1. npm install @copilotkit/react-core @copilotkit/react-ui
2. Wrap your app: <CopilotKit runtimeUrl="/api/copilotkit">
3. Create API route: app/api/copilotkit/route.ts with CopilotRuntime
4. Add UI: <CopilotSidebar /> or <CopilotChat /> anywhere in your app
5. Docs: docs.copilotkit.ai