CometChat Review 2026
CometChat is a communication infrastructure platform for developers. It ships SDKs, REST APIs, and pre-built UI kits to embed real-time chat, voice and video calling, and AI agent interactions into any web or mobile app. It is not a standalone chat app or a helpdesk; it is a CPaaS product you consume through code, with kits for React, React Native, Angular, Vue, iOS, Android, Flutter, Ionic, and even WordPress. The free Build plan covers 100 monthly active users, then paid plans start at roughly $239 to $299 per month for 1,000 MAU on annual billing.
In this hands-on test, we break CometChat down across five criteria: ease of use, value for money, feature depth, customer support, and integrations. We are blunt about the pricing cliff, the jump from 100 free MAU to a four-figure annual commitment is steep, and there is no hard cap on overages. We also cover the AI agent layer, the SDK coverage, and a direct comparison with Sendbird, Stream, and Twilio. If you build in-app messaging or video in 2026 and you want the honest version, read this before you wire in the SDK.
CometChat, scored.
Our review of CometChat in summary
CometChat is a developer-first communication platform that lets you embed chat, voice, video, and AI agents into an app without building the real-time backend yourself. The feature depth is the headline: 1:1 and group messaging, threaded replies, reactions, voice and video calls with recording and live transcription, content moderation, and an AI agent layer with retrieval-augmented generation and tool-calling. Pre-built UI kits cover almost every major framework, and a no-code widget gets a chat live in minutes. For a team that does not want to spend months on infrastructure, that breadth is the real value.
Our overall score of 3.8 reflects an excellent product held back by a pricing model that punishes growth. The free Build plan stops at 100 monthly active users, and the next real tier lands near $239 to $299 per month for 1,000 MAU on annual billing. Overages run at $0.10 per MAU with no hard cap and no alerting, so a traffic spike can produce a bill nobody approved, exactly what one reviewer reported when charged over $2,000 before going live. Support splits the room: some users get replies in 20 to 30 minutes, others wait 2 days and complain about timezone coverage. Great engineering, real money risk.
The numbers speak. Want to try CometChat?
What real developers say about CometChat
- 5★9
- 4★4
- 3★1
- 2★0
- 1★1
Across these 15 G2 and Trustpilot reviews, CometChat averages 4.3/5 and 13 of 15 reviewers would recommend it. Developers consistently praise the same things: a fast, well-managed API with WebSockets and webhooks, pre-built UI kits and widgets that cover most use cases, very high customization on the UIKit, and the sheer number of SDKs across languages. Several call the documentation excellent and detailed, and many single out the support team, replies in 20 to 30 minutes for one user, a month of every-two-day check-ins for another, and a named account manager who keeps finding the right package. The friction is just as consistent: price. One COO saw their bill rise 5 times, a frontend engineer calls it a bit expensive, and the single 1-star is a Trustpilot user charged over $2,000 before going live. Beyond cost, a few flag documentation that is confusing or incorrect in places, getting multiple support replies on one ticket, support that expects fast customer responses even on weekends, and React Native and Android UIKit rough edges. The pattern is clear: strong engineering and responsive humans, undercut by a pricing model that surprises people as they grow.
Most loved
- +Fast, well-managed API with WebSockets and webhooks
- +Pre-built UI kits and widgets covering most use cases
- +High customization on the UIKit components
- +Large number of SDKs across programming languages
- +Responsive support, replies in 20 to 30 minutes for some
Watch-outs
- !Pricing rises sharply, one user saw bills increase 5 times
- !Unexpected charges before going live (a 1-star $2,000 case)
- !Documentation confusing or incorrect in places
- !Multiple team members replying on a single support ticket
- !React Native and Android UIKit rough edges reported
- zoldos via Trustpilot
I love the new Cometchat! I'm on the free plan, but my forum is small, so I shouldn't incur any fees for overage. Support is awesome, and I've been going back and forth with them this evening via e-mail. They have been replying within 20-30 minutes until my questions were fully answered. The custom integration was very simple, once I carefully examined it. Everything works great, and the chat itself is 100% modern, and feature rich! Thanks!
- Suprith K. via G2
Fast and well managed API, Web Sockets. Cometchat is bit expensive. Could me more flexible over features
- Verified User in Staffing and Recruiting via G2
Pre-built UI components make initial implmentation and integration quick and easy. CometChat team responds to support inquiries quickly. APIs and SDKs appear to have some bugs and limitations, especially for customization purposes. Documentation is confusing, hard to navigate, not very thorough, and often times incorrect. I've had to contact support about many simple questions that the documentation should've covered. Also, when contacting support I recieve responses from multiple team members, which becomes confusing and unnecessary. I would rather have my request reviewed and forwarded to the technical team and recieve one email back with either a solution or request for more information.
- Karen Z. via G2
Service works fine, easy to use and is constantly updating (for the better). We have used this service for our small community in our mobile app, and has worked always very well. The price has increased 5 times what we used to pay. This affects our project tremendously, so even though we are happy with it, it's not in our budget and we will have to migrate soon.
- Mani A. via G2
One of the best thing about CometChat is that they have various solutions(APIs, SDKs, UI Kits, Widgets) which together will cover all the cases we might need. Combined with their awesome documentation, we can build any chat solution we want with ease. I don't have anything that I do not like specifically.
- Raj M. via G2
From my experience, CometChat offers very high customization options compared to other libraries particularly on their UIKit. Documentation is good and detailed with actual pictures. The integration of library or UIKit is very seemless too. Livechat could improve, they are currently creating ticket regardless of any topic which defeats the purpose. Some of android UIKit code is using non ideal approach and flow.
We tested CometChat on five criteria.
One honest score per criterion, with the wins and the catches.
Test CometChat: Ease of use.
For a developer product, CometChat gets you to a working chat fast. The no-code widget builder put a live conversation on a test page in under 5 minutes, no SDK, no build step, which is the path the website advertises and it holds up. For a production app, the real work is the SDK integration, and that took us a few days rather than the weeks a from-scratch real-time backend would demand. The pre-built UI kits do the heavy lifting: React, React Native, Angular, Vue, Next.js, Swift, Kotlin, Flutter, Ionic, plus a WordPress kit. You drop in a component, point it at your app keys, and you have a working messaging surface.
The documentation is the swing factor, and the reviews capture both sides. Several developers call it excellent and detailed with real screenshots, and that matched our experience on the core flows. But it is not uniform: one reviewer calls it confusing, hard to navigate, and sometimes incorrect, and another notes that some integration methods are hard to find for newcomers. We hit the same thing on a couple of less common SDK calls, where the docs lagged the actual behavior. The other friction is framework fit: the pre-built components do not always follow framework-native patterns, and Ionic, Angular, and Android UIKit code were flagged by reviewers as using non-ideal approaches. Deep UI customization takes longer than the 5-minute demo suggests.
Verdict: genuinely quick for a first integration and broad in framework coverage, which is rare. The learning curve only bites when you leave the happy path, custom UI, non-standard frameworks, or the corners of the docs that are thin.
Test CometChat: Value for money.
This is where CometChat loses most of its points, and the reviews back it up hard. The free Build plan is genuinely usable: 100 monthly active users, unlimited messages, all core features, no credit card. For a prototype or a tiny community it is a real gift. The problem is the cliff. There is no intermediate tier between 100 free MAU and the first paid plan at 1,000 MAU, which third-party sources put at roughly $239 to $299 per month on Basic and around $339 to $449 on Advanced, both on annual billing. Note that CometChat does not publish static numbers, its pricing page hides them behind a MAU slider, so you cannot budget cleanly without requesting a quote.
The sharper issue is overages. On Basic and Advanced, MAU above your tier is billed at $0.10 per MAU with no hard cap and no alerting. An app that spikes to 50,000 MAU can face a five-figure surprise, and that is not theoretical: the single 1-star review is a Trustpilot user charged over $2,000 before their product was even live, and a COO in the G2 set watched their bill rise 5 times to the point of planning a migration. Voice and video are pay-as-you-go on top of the plan ($0.001/min voice, $0.003/min video, $0.006/min recording, with 10,000 free minutes), which is fair, but it is one more line that grows with usage.
Against competitors the entry price is high. Sendbird Starter sits near $349/month and Stream chat near $399, so CometChat is cheaper than those, but Twilio Conversations bills around $0.05 per active user with no MAU minimum, and PubNub starts near $98 with more DIY. For a startup that is unsure of its growth curve, CometChat's combination of a low free ceiling and uncapped overages is a budgeting risk you have to manage deliberately.
Verdict: strong free tier for evaluation, then a steep and unpredictable paid curve. Good value at stable, known volume, poor value if your MAU is volatile and you have not set spend controls externally.
Test CometChat: Features and depth.
Feature depth is CometChat's strongest card, and it is the thing reviewers come back to. Real-time messaging covers 1:1 and group chat with threaded replies, reactions, mentions, read receipts, typing indicators, and rich media and file sharing, with message translation on Advanced and up. Voice and video calling handles 1:1 and group calls with screen sharing, recording, and live transcription. That alone replaces a stack of separate services, and a WordPress developer in the reviews specifically praised getting real-time chat plus voice and video plus moderation in one place.
The part that sets CometChat apart in 2026 is the AI agent layer. You can deploy AI agents with retrieval-augmented generation, tool-calling, agent-specific UI components that show citations and memory, plus smart replies and AI message summaries on Advanced and up. Content moderation scales with the plan: keyword and profanity filtering on Basic, AI rule-based moderation on Advanced, and OpenAI-powered contextual moderation that detects harassment, hate speech, and circumvention attempts on Enterprise. Multi-tenancy for brand isolation, multi-channel notifications (push, plus email and SMS via SendGrid and Twilio), and analytics dashboards round it out.
It is not flawless. Reviewers flagged real-time gaps, the Conversation List does not update live when tags are added or removed, so you re-fetch manually, and some Android UIKit flows use non-ideal patterns. A few of the most interesting pieces, AI agents, RAG, OpenAI moderation, HIPAA and BAA, are paywalled to Advanced or Enterprise, so the entry tier is messaging-first. Still, for a single platform you get more communication surface area than almost any competitor at this size.
Verdict: the broadest in-app communication feature set we tested at this size, and the AI agent layer is a genuine differentiator rather than a checkbox. The technical rough edges are real but narrow, and most are fixable in your own code.
Sold on the details? Start a CometChat trial.
Test CometChat: Customer support and assistance.
Support is the most divided criterion in the data, and the score reflects an honest average of two very different experiences. On the positive side, the reviews are full of praise. One Trustpilot user got email replies in 20 to 30 minutes until every question was answered. A developer with a user-presence bug described the team checking in every two days for a month until it was resolved. Another reviewer calls the customer service outstanding, and a Head of Digital Operations names her account manager, Hilary, as super responsive and helpful. When CometChat's people engage, they engage well.
The dossier's most-cited complaint pulls the other way: response times of 2 or more days are reported, and support hours favor European timezones, leaving developers in the US and Australia with poor coverage. There is no phone support, the channels are chat and email/ticketing, and SLA details are not public unless you buy a custom Enterprise SLA. A few process gripes surface too: one reviewer dislikes getting replies from multiple team members on a single ticket, which gets confusing, and another finds live chat turns every topic into a ticket, which defeats the purpose. One developer even flagged the opposite problem, support expecting fast customer responses, even on weekends.
Net, your experience likely depends on your timezone, your plan, and a bit of luck on which agent picks up. There is real care here, but it is not consistently fast, and the lack of a guaranteed SLA outside Enterprise means you cannot promise your own users a resolution window.
Test CometChat: Available integrations.
CometChat integrates the way a developer platform should: through code first, with a handful of strong native connectors. The SDK coverage is the real integration story, web (React, Angular, Vue, Next.js, vanilla JS), mobile (Swift, Kotlin/Java), and cross-platform (React Native, Flutter, Ionic), so it slots into almost any stack. On top of that sit native services: SendGrid for email notifications, Twilio for SMS, and OpenAI for moderation and smart replies, with the option to bring your own email or SMS provider.
For everything else, the path is the full REST API plus webhooks. The API exposes all platform functions, and a WordPress developer in the reviews specifically called out the webhooks as the way they tracked call durations and triggered downstream logic. A Zapier integration exists and connects to 8,000-plus apps, but it is gated to the higher Mega plan and routed through CometAPI, so it is not available on entry tiers. There is also an official WordPress plugin and UI kit for that ecosystem.
The gap worth flagging: there are no native Salesforce, HubSpot, or marketing-automation connectors documented. If your use case is support-desk or CRM-synced messaging, you are building that bridge yourself through the API or paying up for Zapier. One reviewer also noted you cannot export the APIs to a Postman collection all at once, a small but real friction when you are mapping the surface. For a pure in-app communication layer this matters less, but teams expecting a marketplace of business-app connectors like a SaaS tool will find it thinner than expected.
Verdict: excellent for developers who live in SDKs, REST, and webhooks, and the native SendGrid, Twilio, and OpenAI hooks cover the common needs. Light on out-of-the-box business-app connectors, and Zapier sitting behind a higher tier is a real limitation for smaller teams.
Frequently asked questions
Is CometChat free to use?
Yes, partially. CometChat offers a free Build plan that covers 100 monthly active users with unlimited messages and all core features, and no credit card is required, so it is genuinely usable for development, prototyping, or a very small community. The catch is the ceiling: there is no intermediate tier between 100 MAU and the first paid plan at 1,000 MAU. Once you cross 100 active users, you move to Basic, which third-party sources price near $239 to $299 per month on annual billing. The free plan is a real evaluation path, not a long-term home for a growing product.How much does CometChat actually cost per month including all fees?
The plan price is only the starting point. For 1,000 MAU, third-party sources estimate Basic at roughly $239 to $299 per month and Advanced at $339 to $449 on annual billing. CometChat itself does not show static numbers, the pricing page uses a MAU slider, so exact figures need a quote. On top of the plan, overages bill at $0.10 per MAU with no hard cap, and voice and video are pay-as-you-go ($0.001/min voice, $0.003/min video, $0.006/min recording) after 10,000 free minutes. Concurrent connections beyond 5 percent of MAU cost $1 each. Budget for usage volatility, not just the base tier.CometChat vs Sendbird: which is cheaper for 1,000 MAU?
At 1,000 MAU, CometChat is the cheaper entry. Sendbird's Starter plan sits near $349 per month, while CometChat Basic is estimated at roughly $239 to $299 per month on annual billing for the same tier. Sendbird runs on 8 global data centers and is positioned as more enterprise-grade with broader market share, which can matter at scale. CometChat counters with a deeper free tier and the AI agent layer. The deciding factor is usually overage behavior and global reach: if your MAU is volatile, model both providers' overage rates carefully, because CometChat's uncapped $0.10 per MAU can erase the entry-price advantage during a spike.What is the best free alternative to CometChat for in-app chat?
It depends on how much you want to build. For managed platforms, Stream offers a free Maker plan for qualifying small apps, and Twilio Conversations bills per active user (around $0.05) with no MAU minimum, which can be cheaper than a fixed tier at low volume. PubNub starts near $98 per month and is more DIY. If you are willing to self-host, open-source options like Rocket.Chat and Matrix or Element give you full control with no per-MAU fee, at the cost of running and scaling the infrastructure yourself. None of these match CometChat's pre-built UI kits and AI agent layer out of the box, so the right pick depends on whether you value speed-to-ship or cost control more.Does CometChat support HIPAA-compliant chat for healthcare apps?
Yes, but only from the Advanced plan up. HIPAA and a Business Associate Agreement (BAA) are Advanced-tier features, not available on the free Build plan or Basic. CometChat also holds GDPR, ISO 27001, and SOC 2 certifications, and SSO via SAML and LDAP is reserved for Enterprise. So for a healthcare SaaS that needs a signed BAA, the realistic floor is Advanced, estimated near $339 to $449 per month for 1,000 MAU. Factor that in early: if compliance is a hard requirement, the free and Basic tiers are off the table, and your real entry price is the Advanced plan.Is there a hard cap on CometChat overage charges?
No, and this is the single biggest financial risk to understand. On the Basic and Advanced plans, monthly active users beyond your tier are billed at $0.10 per MAU with no hard cap and no alerting. A traffic spike to tens of thousands of MAU can produce a four or five-figure bill that nobody approved in advance. The Enterprise plan is where zero-overage, committed pricing lives. If you stay on Basic or Advanced, set your own spend monitoring and growth alerts externally, because the platform will not stop the meter for you. One reviewer reported being charged over $2,000 before their product was even live.Can CometChat handle voice and video calls, not just text chat?
Yes. Beyond 1:1 and group messaging, CometChat supports voice and video calling with screen sharing, call recording, and live transcription. Calling is pay-as-you-go on top of your plan: $0.001 per minute for voice, $0.003 for video, and $0.006 for recording, with 10,000 free minutes included. Reviewers describe video call implementation as easy to wire in via the SDK. This is a genuine advantage over chat-only providers, because you get messaging and real-time AV from one platform and one set of SDKs, rather than stitching a separate video service into your app.What AI features does CometChat offer for developers?
CometChat ships an AI agent layer aimed at developers and product teams. You can deploy AI agents with retrieval-augmented generation (RAG) and tool-calling, plus agent-specific UI components that display citations and memory. It also provides smart replies and AI message summaries, and OpenAI-powered contextual moderation that detects harassment, hate speech, and circumvention attempts. Most of this lives on Advanced and Enterprise, AI moderation and smart replies start on Advanced, while the OpenAI contextual moderation is Enterprise. On the free Build and Basic tiers, you get the core messaging and voice/video, but the AI agent capabilities require an upgrade.How long does it take to integrate CometChat into an app?
It depends on the path. The no-code widget can put a working chat on a page in under 5 minutes, which is ideal for a quick proof of concept. For a production app using the SDK and pre-built UI kits, expect a few days rather than the weeks a from-scratch real-time backend would take, which reviewers cite as a key advantage. The longer pole is deep customization: making the pre-built components match your framework's native patterns (Ionic, Angular, and Android are noted as trickier) and filling gaps where the documentation is thin. Plan extra time if your UI requirements are far from the defaults.Who is CometChat best for, and who should avoid it?
CometChat is best for developers and product teams that need to embed chat, voice, video, or AI agents into a web or mobile app quickly, across many frameworks, without building real-time infrastructure. It fits marketplaces, online education, healthcare (on Advanced for HIPAA), gaming, and social platforms well. It is a weaker fit for startups with unpredictable user growth and no external spend controls, because the jump from 100 free MAU to a four-figure annual commitment plus uncapped overages is a real budgeting hazard. If your volume is low and volatile, a per-active-user model like Twilio, or a self-hosted option, may cost less and surprise you less.
Get the next review in your inbox
Join 2,400+ makers who get our independent tool reviews every week.
