CopilotKit Review (2026): Pricing, Features & Honest Verdict

Reviewed by MakerStack · Published · 7 min read

CopilotKit is an MIT-licensed frontend stack for putting AI agents inside real applications, and the company behind the AG-UI protocol. The free tier is a working product, not a trial. Best for engineering teams shipping agent features into an existing app. Price: free forever, then $39/mo. Rating: 8.5/10.

What is CopilotKit?

CopilotKit solves a problem most agent tutorials skip. Building an agent is now easy. Putting that agent inside a product your users already use, with real-time context, UI it can control, human approval steps and auth-aware routing, is still hard. CopilotKit is the layer that does that: React, Angular and mobile SDKs on the frontend, connections to Claude Agent SDK, OpenAI Agents SDK, LangChain, Google ADK, AWS Strands and Mastra on the backend.

It is also the company behind AG-UI, the Agent-User Interaction protocol, which is the bi-directional connection between a user-facing app and any agentic backend. That matters more than a normal vendor claim, because protocol ownership is why the first-party integrations exist. The main repository is MIT licensed with roughly 36,600 stars, CEO Atai Barkai teaches a DeepLearning.AI short course on the approach, and TechCrunch covered a $27M Series A. We came to it through the Channels SDK launch on 6 August 2026, but the platform is the thing worth reviewing.

What are CopilotKit’s key features?

Generative UI, not just a chat box

The default assumption in agent products is that the interface is a chat window. CopilotKit treats that as one point on a spectrum. You get pre-built chat components you can style with your own CSS, a fully headless option where you own every pixel, and generative UI where the agent renders your own components on demand rather than emitting markdown. The practical result is that an agent can return a real form, a real table or a real chart from your design system instead of a text description of one.

The Channels SDK for Slack and Teams

This was the 6 August launch and it is the most useful piece shipped this quarter. It takes an agent you already run and puts it in a messaging surface without moving your agent, your tools or your business logic into CopilotKit. Messages arrive from the platform, your agent runs over AG-UI, channel tools execute, and the response comes back as native Slack Block Kit or Teams Adaptive Card content rather than a wall of plain text. Managed Slack is available now. Managed Teams is described as a controlled integration target, and direct SDK adapters cover Teams, Discord, WhatsApp and Telegram. Read that carefully before you promise Teams to anyone: managed and adapter are not the same level of support.

Frontend tools, shared state and human-in-the-loop

Three capabilities that sound small and are not. Frontend tools let the agent call your application’s own code, so it can navigate, filter or submit inside the app rather than telling the user to. Realtime shared state is read and write in both directions, so the agent sees what the user is looking at and the UI reflects what the agent is doing. Human-in-the-loop approvals put a gate in front of anything consequential. Together they are the difference between an agent that advises and an agent that acts, and the approval gate is what makes the second one shippable.

Self-hosting, and what it actually costs

CopilotKit is self-hostable and says so on the homepage, which is true but needs a footnote. On the free Developer tier and Pro, VPC or on-prem deployment is listed as “runtime only”. Self-hosting including the database arrives on the Team tier at $100 per developer per month, and full VPC or on-prem is priced at $500 per developer per month. So the open-source core is real and MIT licensed, but the deployment model most enterprises mean by self-hosting is a paid line item.

How much does CopilotKit cost?

CopilotKit is free forever for one developer seat, and the first paid tier is $39 a month. The ladder is published in full, with every limit spelled out, which is rarer than it should be.

Developer at $0 gives one seat, 3-day thread retention, 200 max threads, 1 GB multimodal storage, 1 Slack or Teams org, 5 channels, 500 total Channels credits, the Inspector, the frontend SDKs, agentic backend connections, headless UI and Discord community support. Pro at $39/mo raises retention to 5 days, threads to 5,000, storage to 10 GB, channels to 10 and credits to 2,000 a month. Team at $100 per developer per month covers up to 5 seats, adds self-hosting with the database, 14-day retention, 25,000 threads, 100 GB, 2 orgs, 20 channels, 5,000 credits a month and dedicated Slack support. Enterprise is custom, with unlimited threads and early access to Analytics and Self-Learning.

Against the category this reads well. Most agent-infrastructure vendors in 2026 either quote you or meter you per run, and CopilotKit does neither at the bottom of the ladder. The jump worth planning for is Pro to Team: $39 to $500 a month for five developers is a 12x step, and it is the step where self-hosting lives.

What should you check before committing?

Two things on the page deserve scrutiny. The first is the line “Trusted by the majority of the Fortune 500s and Global 50.” That is a very large claim presented without a single named logo or case study next to it on the homepage. The open-source adoption is verifiable and substantial, so the claim may well be counting repository usage inside large companies, but as written it is unfalsifiable and it is the weakest sentence on an otherwise precise site. Treat it as marketing, not as a reference list.

The second is Channels credits. Every tier publishes a credit allowance, 500 total on free, 2,000 a month on Pro, 5,000 a month on Team, but what one credit buys is not defined anywhere on the pricing page. If you are planning a Slack agent for a few hundred people, that is the number that decides your bill, and it is the one number you cannot compute before signing up. Ask an engineer what a credit is before you scope the project.

PlanPricePlan FeaturesBest For
DeveloperFree forever1 seat, 3-day retention, 200 threads, 1 GB storage, 1 Slack/Teams org, 5 channels, 500 total credits, Discord supportPrototyping an agent feature
Pro$39/mo5-day retention, 5,000 threads, 10 GB storage, 1 org, 10 channels, 2,000 credits/moA shipped agent feature with real users
Team$100/developer/moUp to 5 seats, self-hosting incl. database, 14-day retention, 25,000 threads, 100 GB, 2 orgs, 20 channels, 5,000 credits/mo, dedicated Slack supportA whole team building agentic features
EnterpriseCustomVPC or on-prem included, unlimited threads, custom retention and credits, early access to Analytics and Self-LearningProduction at scale with deployment requirements

Who is CopilotKit best for?

Use CopilotKit if you have an existing application and you are adding agent features to it. That is the exact shape it is built for, and the frontend SDKs plus shared state plus approvals will save you months. Use it if you want the agent to render your components rather than markdown. Use it if you care about not being locked to one agent framework, because AG-UI is the point of the whole thing and the backend list is long.

Skip CopilotKit if you are building a standalone chatbot with no host application, because you would be paying complexity for flexibility you will not use. Skip it if your team is not comfortable in React or Angular. And skip the free tier for anything real: 3-day thread retention and 200 threads is a development budget, not a production one, so plan on $39/mo from the first week of actual users.

Best CopilotKit alternatives

Vercel AI SDK is the obvious open-source comparison and it is free. It is excellent at streaming, tool calls and generative UI in React. It is not trying to be an intelligence platform, so you get no managed threads, no Slack or Teams surface, no inspector and no hosted state. If your needs stop at “stream a response and render a component”, it is lighter and costs nothing.

Assistant UI is the closest pure-frontend competitor: open-source React components for chat and generative UI, with a hosted cloud option. It overlaps heavily with CopilotKit’s UI layer and is a reasonable pick if the UI is all you want. You give up the AG-UI backend connections and the multi-surface channels story.

Building it yourself is a real option here and worth naming. AG-UI is an open protocol and the CopilotKit core is MIT, so the floor is your own time rather than a licence fee. Teams with one agent, one surface and a strong frontend engineer often ship faster on their own components. The moment you need a second surface, approvals and retention, the maths flips hard.

Final verdict: Is CopilotKit worth it?

CopilotKit is one of the few products in the agent-infrastructure category where the free tier is a working product rather than a lead magnet, the paid ladder is published in full, and the open-source claim survives checking. The repository is MIT with about 36,600 stars, the company raised a $27M Series A, and it owns the AG-UI protocol that its competitors’ integrations increasingly speak. If you are putting an agent inside an application you already run, this is the default recommendation and the $39 tier is not a difficult decision.

The reservations are narrow but real. The Fortune 500 claim is not backed by anything visible. Channels credits are published as a number without a unit, so your Slack bill is unknowable in advance. And the Pro to Team jump is steep at exactly the point most teams hit it, since self-hosting with a database only arrives at $100 per developer per month. None of that is disqualifying. Start free, build the prototype, and get a written answer on what a Channels credit costs before you scope anything user-facing.

CopilotKit Pros & Cons

What We Like

  • Core repository is MIT licensed with roughly 36,600 stars, verified against the GitHub API rather than inferred from a badge
  • Owns AG-UI, the Agent-User Interaction protocol, which is why first-party connections to Claude Agent SDK, OpenAI Agents SDK, LangChain, Google ADK, AWS Strands and Mastra exist
  • Generative UI renders your own components on demand instead of markdown, with pre-built chat, styled chat or fully headless options
  • Channels SDK puts an existing agent into Slack or Teams as native Block Kit or Adaptive Card content without moving your agent or business logic into CopilotKit
  • Every tier's limits are published in full, including thread retention, max threads, storage, orgs, channels and credits

What Could Be Better

  • Channels credits are published as a number (500 total, 2,000/mo, 5,000/mo) but what one credit buys is defined nowhere, so a Slack rollout's cost is unknowable before signup
  • 'Trusted by the majority of the Fortune 500s and Global 50' appears with no named logo or case study beside it
  • Self-hosting including the database starts at the $100/developer/month Team tier, and full VPC or on-prem is $500/developer/month
  • Managed Teams is described as a controlled integration target rather than generally available, so Teams support is not equivalent to Slack
  • The free tier's 3-day thread retention and 200-thread cap make it a development budget, not a production one

CopilotKit FAQ

What is CopilotKit?

CopilotKit is a frontend stack for putting AI agents inside real applications. It provides React, Angular and mobile SDKs, generative UI, frontend tools the agent can call, realtime shared state and human-in-the-loop approvals, and connects to agent backends including Claude Agent SDK, OpenAI Agents SDK, LangChain, Google ADK, AWS Strands and Mastra. It is also the company behind the AG-UI protocol.

How much does CopilotKit cost?

CopilotKit is free forever for one developer seat. Pro is $39 a month, Team is $100 per developer per month for up to 5 seats and adds self-hosting with the database, and Enterprise is a custom quote. Full VPC or on-prem deployment is priced at $500 per developer per month.

Is CopilotKit worth it?

Yes if you are adding agent features to an application you already run. The free tier is a working product, the ladder is fully published and the MIT-licensed core with about 36,600 GitHub stars is real. Get a written answer on what a Channels credit costs before scoping a Slack or Teams rollout, because that number is not published.

What are the best CopilotKit alternatives?

Vercel AI SDK is free and excellent for streaming, tool calls and generative UI in React, but offers no managed threads, channels or inspector. Assistant UI is the closest pure-frontend competitor with open-source React components and a hosted option. Building on AG-UI yourself is viable since the protocol is open and the core is MIT.

Does CopilotKit offer a free plan?

Yes. The Developer tier is free forever for one developer seat and includes the frontend SDKs, agentic backend connections, headless UI, the Inspector and Discord community support. Limits are 3-day thread retention, 200 max threads, 1 GB multimodal storage, 1 Slack or Teams org, 5 channels and 500 total Channels credits.

Who is CopilotKit best for?

Engineering teams with an existing React or Angular application who are embedding agent features into it, especially where the agent needs to render real components, call app code and pass through human approval steps. Skip it for standalone chatbots with no host application.

Disclosure: MakerStack is funded by featured placement fees, sponsor slots and a small number of affiliate links. Nobody paid for this review. Where any of those does apply to a review, we say so on the page. The scoring criteria are the same in every case. See our editorial policy.