Introduction
Production-ready AI Copilots for any product. Connect any LLM, deploy on your infrastructure, own your data. Built for speed and control.
Prebuilt Copilot UI
Production-ready chat components. Streaming, markdown, code highlighting, and file attachments included.
Tool Execution
Define tools with Zod schemas. AI calls them, you handle the result. Full agentic loop support.
Plug & Play
Works out of the box. No configuration headaches. Just React hooks.
Multi-LLM
OpenAI, Anthropic, Google, xAI, and more. Swap providers without changing your code.
| Package | What it does |
|---|---|
@yourgpt/copilot-sdk | React hooks, provider, UI components, and core utilities |
@yourgpt/llm-sdk | Multi-provider LLM integration + streaming |
For OpenAI, Google, or xAI, use openai package instead of @anthropic-ai/sdk. See all providers →
User sends message → Your API route → LLM Provider
↓
UI ← Stream response ← AI responds or calls tools
↓
Tool executes → Result sent back → AI continuesYou define tools, we handle the rest.