Chatwoot Review (2026)
The only genuinely open-source option here. Free if you self-host and value your own time at zero, $19 a seat if you do not.
Some links on this page can be affiliate links. We may earn a commission at no cost to you. This never affects our rankings. How we work.
Visit Chatwoot ↗Opens www.chatwoot.com in a new tab.
What the score measures. Five things we can verify from published material: whether pricing is transparent, whether the product can act on your systems or only answer from documents, whether the vendor still owns its own roadmap, how much independent review evidence exists, and whether the bill stays predictable as volume grows. Weighted, then scored against an ideal platform that scores 5.
BEST FOR: TEAMS THAT CANNOT SEND CUSTOMER DATA TO A THIRD-PARTY CLOUD · LAST UPDATED 2026-08-11
Chatwoot in depth
Chatwoot is the answer to a question nothing else in this directory addresses: what if you cannot send customer conversations to somebody else's cloud? Founded in 2020, it is an open-source support platform you can run on your own infrastructure, and the community edition is free.
There is also a hosted option, and it is competitively priced. Cloud plans run Hacker at $0 for up to two agents, Startups at $19 per agent per month including 300 Captain AI credits, Business at $39 and Enterprise at $99. Additional AI credits are billed around $20 per 1,000. At $19 a seat, Chatwoot Cloud undercuts Freshdesk's $18 Growth tier only marginally but comes in well below Zendesk's $25 entry and $69 Suite Team.
What it does
- Open-source customer support platform, self-hostable
- Cloud-hosted option with per-agent pricing
- Captain AI for automated responses
- Live chat, email and social channels
- Shared inbox and conversation management
- Full data residency control when self-hosted
More detail on how it works
The company is small. Third-party estimates put revenue somewhere between $319,000 and $870,000, which is a fraction of the venture-funded platforms elsewhere in this directory. For an open-source project that is not necessarily a problem — the code outlives the company, which is much of the point, but it is relevant if you are buying the cloud product and expecting enterprise support.
In practice Chatwoot appears most often in discussions among teams pairing it with n8n to build a custom AI layer. That combination recurs across self-hosting communities and is the realistic shape of a Chatwoot deployment for anyone who wants serious automation.
Self-hosting and data control
The community edition runs on your infrastructure with no licence cost and no customer data leaving your environment. For teams under data residency rules, in regulated sectors, or simply unwilling to send conversations to a vendor cloud, this is the only option in this directory that qualifies.
Captain AI
Chatwoot's own AI layer, included with credit allowances on paid cloud plans — 300 monthly on Startups, with more at roughly $20 per 1,000. It is competent for knowledge-base answering and nowhere near Fin, Ada or Decagon on autonomous resolution. Chatwoot is not competing on agent quality.
The n8n pattern
Teams wanting stronger automation commonly pair Chatwoot with n8n, building their own pipeline rather than relying on Captain AI. This works and recurs frequently in self-hosting communities, but it means you are building and maintaining a system rather than buying one.
Cloud as the pragmatic middle
At $19 per agent, Chatwoot Cloud is a cheap conventional help desk with an AI layer attached. Most teams that investigate self-hosting and then price their own time end up here.
Setting Chatwoot up
Realistic time to a working deployment: A week of engineering. Read from the vendor's own documentation.
- 01
Provision infrastructure
Docker or Kubernetes, Postgres, Redis, and object storage for attachments. Budget for backups from day one, not later.
- 02
Configure mail and domain
Inbound routing, SMTP for outbound, SPF and DKIM records. Get the DNS right or your replies land in spam.
- 03
Set up channels
Website widget, email, WhatsApp, Instagram. Each social channel needs its own developer app and review process.
- 04
Add the AI layer yourself
Chatwoot ships Captain plus an OpenAI integration; anything more capable means wiring n8n or your own service. This is where the honest cost sits.
- 05
Harden and monitor
TLS, backups, upgrades, uptime alerting. You are now running a help desk, with the on-call that implies.
- 06
Price it against the alternative
A week of engineering plus hosting plus maintenance frequently exceeds a small team's Zoho or Freshdesk bill. Self-hosting is a data-residency decision, not a savings one.
The step that takes longer than they imply. All of it. The licence is free; standing it up and keeping it patched is a real ongoing cost that the word 'free' hides.
What the AI actually does
Every platform here says “AI agent”. It covers a bot that reads your help centre and a system that can refund a customer. This is which one you are buying.
Captain can act, but almost all of the acting is something you build.
Out of the box it looks things up in your own documents, hands off and closes the conversation; anything touching your systems is an HTTP endpoint you write and register as a custom tool.
- Seven built-in actions, and four of them — contact note, private note, priority and label — are still marked coming soon in Chatwoot's own user guide
- Custom tools are GET or POST endpoints you host, with a parameter schema Captain fills from the conversation
- Capped at 15 custom tools per account
- Chatwoot's own warning is that Captain will call any tool you define, and to scope them read-only where possible and idempotent where not
- Open source and self-hostable, so the agent runs inside a deployment you control rather than a vendor's
Who Should Use It
The second list is the more useful one.
Teams that cannot use vendor clouds
Data residency requirements, regulated sectors, or policy constraints. This is the only option here that fully qualifies, and for those teams it is the answer regardless of the alternatives.
Teams with idle engineering capacity
If you already have the skills in-house and spare time, self-hosting genuinely is cheap. If you are hiring or diverting people to do it, it is not.
Cost-sensitive teams wanting a cheap cloud help desk
At $19 per agent with a free two-agent tier, Chatwoot Cloud is among the cheapest hosted options in this directory.
Who should look elsewhere. Chatwoot is the wrong choice if autonomous resolution is your goal — Captain AI is competent but not competitive with Fin, Ada or Lyro, and the platform does not claim otherwise. It is also the wrong choice if you are attracted to self-hosting purely because it is free: price your own engineering time first, because that number usually exceeds several years of cloud subscription. And with estimated revenue under $1 million, teams needing enterprise vendor support should weigh that carefully.
Strengths and Weaknesses
What Works
- Open-source community edition, free to self-host
- Cloud plans from $19 per agent, undercutting most competitors
- Full data control — nothing leaves your infrastructure
- Free Hacker tier covers up to two agents on cloud
- Captain AI included with credits on paid plans
What Does Not
- Self-hosting is free in licence only — engineering time is the real cost
- Captain AI credits metered separately from seats
- Small company with estimated revenue under $1M
- AI capability trails the dedicated agent platforms
- Community edition lacks enterprise features and support
Chatwoot pricing
Read from Chatwoot pricing pages plus third-party roundups on 2026-07-28.
$0
Up to 2 agents
$19
/agent/moIncludes 300 Captain AI credits/mo
$39
/agent/moMost popular tier
$99
/agent/moTop cloud tier
$0
Open source. Your infrastructure, your maintenance
Verified 2026-07-28 · Chatwoot pricing pages plus third-party roundups
Two models. Self-hosted: the community edition is free, with paid tiers available for premium support and enterprise features. Cloud: Hacker at $0 for up to two agents, Startups at $19 per agent per month with 300 Captain AI credits, Business at $39, Enterprise at $99. Additional AI credits run about $20 per 1,000.
The free self-hosted option deserves an honest accounting, because free licence is not free software. Standing up Chatwoot, configuring channels, maintaining it, handling upgrades and — if you want real automation — building an n8n pipeline on top is realistically a week of competent engineering time to start and ongoing hours thereafter. At any reasonable contractor rate that first week exceeds a year of Chatwoot Cloud Startups for a five-agent team, which would be $1,140.
The full arithmetic
Self-hosting becomes correct in three situations: data residency rules genuinely prohibit vendor clouds, you have idle in-house engineering capacity, or you are at a scale where per-seat pricing has become punitive. Outside those, the cloud tier is almost always the cheaper real cost.
Note also that Captain AI credits are metered separately from seats, so the $19 does not cover unlimited AI usage. This is the same two-meter structure Tidio uses and it makes total cost less predictable than the seat price suggests.
INTEGRATIONS
Our Recommendation
Who we would tell to buy this, and who we would not.
Chatwoot exists for teams that cannot put customer conversations in somebody else's cloud, and for them it is the only option here that qualifies. Everyone else should treat the free self-hosted edition sceptically and price their own engineering time before choosing it — that number usually exceeds several years of the $19 cloud tier. As a cheap hosted help desk it is competitive; as an AI agent it is not trying to compete with Fin or Ada, and does not pretend to.
Where we write about Chatwoot
4 pieces on this site name it.
- Free until the fiftieth conversation, and then it is notNine genuinely free options, with the exact limit each one stops at and what the free tier quietly leaves out.
- The licence is free. We priced the week of engineering that follows.Seven self-hosted options with what each actually costs to run — server, setup time and maintenance — against the SaaS bill you would otherwise pay.
- Five ways AI support goes wrong, and the setting that prevents eachBest-practice lists are usually a vendor describing its own feature set. These are the failure modes teams actually report, and what prevents each one.
- How does support work when the customer is in your Slack?Guide — B2B support in shared Slack channels
Similar Tools
Others in ai agents & chatbots.
Fin (formerly Intercom)
Teams already on Fin who can absorb variable per-resolution billing
4.2 / 5 · $0.99/resDecagon
Large support organisations that need the agent shaped to existing procedures
3.1 / 5 · Not publishedSierra
Enterprises wanting one vendor across chat and phone
3.1 / 5 · Not publishedAda
Global brands needing many languages and channels at once
3.5 / 5 · Not publishedCompared Head to Head
Same category, so the comparison is a real decision rather than a keyword.
Frequently Asked
The questions people actually search for about Chatwoot.
Is Chatwoot really free?
The self-hosted licence is free. Standing it up is roughly a week of engineering, and you then own hosting, upgrades, backups and on-call. Cloud plans run $19-99 per agent.
Is Chatwoot a good Zendesk alternative?
For data residency or full control, yes. As a cost saving it frequently is not — a week of engineering plus hosting plus maintenance often exceeds a small team's Freshdesk or Zoho bill.
Does Chatwoot have AI?
It ships Captain and an OpenAI integration. Anything more capable means wiring your own service or n8n, which is where the honest cost of self-hosting sits.
How much is Chatwoot Cloud?
Hacker $0 for up to two agents, Startups $19 per agent per month with 300 Captain AI credits, Business $39, Enterprise $99. Extra AI credits run about $20 per 1,000.
How good is Captain AI?
Competent for knowledge-base answering, and not competitive with Fin, Ada or Lyro on autonomous resolution. Chatwoot does not position it as such.
Should I self-host or use the cloud?
Self-host if data residency rules require it, you have idle engineering capacity, or per-seat pricing has become punitive at your scale. Otherwise the cloud tier is almost certainly cheaper in real terms.