<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Omar Bni</title>
    <description>The latest articles on DEV Community by Omar Bni (@omar_bni_f6856a8bb0e021e9).</description>
    <link>https://dev.to/omar_bni_f6856a8bb0e021e9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4020398%2F0f11873f-a642-47ce-be74-9a22a6fbf87b.png</url>
      <title>DEV Community: Omar Bni</title>
      <link>https://dev.to/omar_bni_f6856a8bb0e021e9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omar_bni_f6856a8bb0e021e9"/>
    <language>en</language>
    <item>
      <title>6 open-source Intercom alternatives you can self-host in 2026</title>
      <dc:creator>Omar Bni</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:30:39 +0000</pubDate>
      <link>https://dev.to/omar_bni_f6856a8bb0e021e9/6-open-source-intercom-alternatives-you-can-self-host-in-2026-5ele</link>
      <guid>https://dev.to/omar_bni_f6856a8bb0e021e9/6-open-source-intercom-alternatives-you-can-self-host-in-2026-5ele</guid>
      <description>&lt;p&gt;The strongest open-source Intercom alternatives in 2026 are Chatwoot (the most complete omnichannel helpdesk), Zammad (process-heavy ticketing), FreeScout (lightweight shared inbox), Tiledesk (LLM agent flows), Papercups (maintenance mode), and Clanker Support (our AI-first agent: one script tag, any LLM, serverless self-hosting). The right pick depends on whether you need a helpdesk or an AI agent that answers and escalates.&lt;/p&gt;

&lt;p&gt;That's the short version. The longer one matters, because these six tools share little beyond a public repo: some are full Rails platforms, some are single-purpose widgets, some haven't shipped in years — and only a couple can answer the question people actually ask in 2026: can it do what Fin does, without Fin's bill?&lt;/p&gt;

&lt;h2&gt;
  
  
  Why developers are leaving Intercom
&lt;/h2&gt;

&lt;p&gt;As of July 2026, Intercom starts at $29 per seat per month on annual billing ($39 if you pay monthly), and Fin — its AI agent — bills $0.99 per resolution on top. The definition of "resolution" is broad: it includes "assumed resolutions," where the customer simply leaves without replying. There's also a 50-outcome monthly minimum — a floor of roughly $50 a month (50 × $0.99 = $49.50, illustrative) before Fin has demonstrably resolved anything. The full math is in &lt;a href="https://clankersupport.com/blog/intercom-fin-pricing" rel="noopener noreferrer"&gt;our Fin pricing teardown&lt;/a&gt;; check Intercom's pricing page for current numbers.&lt;/p&gt;

&lt;p&gt;Cost isn't the only pressure. Intercom renamed itself Fin in May 2026, and on June 15, 2026 &lt;a href="https://www.salesforce.com/news/press-releases/2026/06/15/salesforce-signs-definitive-agreement-to-acquire-fin/" rel="noopener noreferrer"&gt;Salesforce signed a definitive agreement to acquire Fin&lt;/a&gt; for roughly $3.6 billion (the deal hasn't closed). If part of your support stack's roadmap just became a Salesforce integration question, wanting an exit you control is rational.&lt;/p&gt;

&lt;p&gt;And the structural issue: per-resolution pricing means your vendor profits from counting generously, and a closed product means you never choose which model answers your customers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What open source actually buys you
&lt;/h2&gt;

&lt;p&gt;Three things, concretely:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A license nobody can re-price.&lt;/strong&gt; MIT or AGPL code can't be acquired out from under you, moved to per-resolution billing, or sunset by a new owner. Worst case, you pin a version or fork. Not a hypothetical benefit in the year your incumbent got acquired.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your data, in your database.&lt;/strong&gt; Conversations, customer emails, and knowledge content sit in Postgres, MySQL, or SQLite that you control. Migrations become a schema problem, not an export-negotiation problem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your choice of LLM.&lt;/strong&gt; The axis almost nobody comparing these tools writes about. Closed AI support products bundle a proprietary model into an opaque per-resolution price. Open-source AI-era tools let you bring your own key — pick the model, swap when a better one ships, pay your provider per token, at cost.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What it does not buy you: someone else's pager. More on that below.&lt;/p&gt;

&lt;h2&gt;
  
  
  The alternatives, compared
&lt;/h2&gt;

&lt;p&gt;Method note: this comparison is built from each project's public repo, license file, docs, and pricing pages, checked in July 2026 — no synthetic benchmarks. Where a vendor's numbers appear, verify them on their pricing page before you budget.&lt;/p&gt;

&lt;h3&gt;
  
  
  Chatwoot — the most complete open-source helpdesk
&lt;/h3&gt;

&lt;p&gt;If you want the closest thing to a full Intercom replacement, it's Chatwoot — no contest. Live chat, shared email inbox, WhatsApp, Instagram, Telegram — a genuine omnichannel desk with 34,000+ GitHub stars and steady releases. Its AI agent, Captain, handles FAQ-style answers and agent assists — but as of July 2026 Captain is a credit-metered paid feature, not part of the free self-hosted community edition. If your reason for self-hosting is "free AI support," that combination doesn't exist here.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; MIT, with the &lt;code&gt;enterprise/&lt;/code&gt; directory under a separate commercial license&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; Ruby on Rails + Vue + PostgreSQL + Redis — a real platform to operate, not a widget&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; Captain (answers, summaries, agent copilot) — paid, credit-metered, not in the free community edition&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; Captain is Chatwoot's managed AI feature; you're not picking the model per project&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; yes, cloud from $19 per agent/month as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want a full omnichannel helpdesk and have the ops capacity to run a Rails stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We compare directly in &lt;a href="https://clankersupport.com/vs/chatwoot" rel="noopener noreferrer"&gt;Clanker Support vs Chatwoot&lt;/a&gt; — and in plenty of scenarios, Chatwoot is the right call.&lt;/p&gt;

&lt;h3&gt;
  
  
  Zammad — process-heavy ticketing done properly
&lt;/h3&gt;

&lt;p&gt;Zammad is a mature helpdesk/ticketing system (5,700+ stars) with strong workflow, SLA, and audit features — the kind of tool an IT department or regulated support org loves. It is emphatically not an AI-first product.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; AGPL-3.0&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; heavy — Rails plus PostgreSQL 13+, Redis 6+, a reverse proxy, and Elasticsearch (optional per the docs, but performance degrades significantly without it)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; not the pitch — this is tickets, queues, and process&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; n/a&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; yes, Zammad sells hosted plans; pricing on their site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; structured ticketing with SLAs, roles, and reporting — internal IT, agencies, regulated teams&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  FreeScout — the lightweight shared inbox
&lt;/h3&gt;

&lt;p&gt;FreeScout is the anti-platform: a free, self-hosted help desk and shared mailbox (closer to a Help Scout alternative than an Intercom one), 4,400+ stars, demonstrably alive — its latest release shipped in July 2026. The economics are honest: a free AGPL core plus optional paid modules (WhatsApp, Telegram, Slack, dozens more) sold as one-time lifetime licenses.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; AGPL-3.0&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; light — a PHP (Laravel) app; by far the easiest classic helpdesk on this list to run&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; none in the core; AI isn't the project's focus&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; n/a&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; no first-party cloud — self-hosting is the product&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; small teams that want email-first support on minimal infrastructure for near-zero recurring cost&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tiledesk — open-source LLM agent flows
&lt;/h3&gt;

&lt;p&gt;Tiledesk started as an open-source live chat and has pivoted hard toward AI: the project now describes itself as an open-source alternative to Voiceflow for building LLM-powered agents with human-in-the-loop handoff. If you want to visually design conversation flows — automated answers here, human handoff there — this is the tool aimed at exactly that.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; MIT&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; moderate-to-heavy — a Node.js microservices architecture deployed via Docker Compose or Kubernetes/Helm; more moving parts than a single app&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; yes — LLM-powered agent building is now the core product&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; built around LLM integrations; check their docs for the currently supported provider list&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; yes, a managed cloud exists; pricing on their site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want to design multi-step agent workflows rather than install a ready-made support agent&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Papercups — check the pulse before you commit
&lt;/h3&gt;

&lt;p&gt;Papercups earns its place here mostly as a caution. It's a pleasant, minimal open-source live chat (MIT, Elixir/Phoenix, 6,000+ stars) — but the repo states plainly that it's in maintenance mode: no major new features planned, pull requests and bug fixes still accepted. Chaskiq, another Intercom-style project common in these roundups, warrants similar care: its license is AGPL-3.0 with a Commons Clause attached (source-available, not OSI-approved open source) and development has slowed markedly — the most recent tagged release dates to late 2023.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; MIT (Papercups); AGPL-3.0 + Commons Clause (Chaskiq — not OSI open source)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; Elixir/Phoenix (Papercups); Rails + React + PostgreSQL + Redis (Chaskiq)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; none — both predate the AI-agent era of support tooling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; n/a&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; don't count on one for either project&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams with Elixir chops who want a small codebase to own and extend — eyes open&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Clanker Support — AI-first, one script tag, any model
&lt;/h3&gt;

&lt;p&gt;Disclosure first: Clanker Support is our product — read this entry knowing who wrote it. It's placed last on purpose.&lt;/p&gt;

&lt;p&gt;Clanker Support is not a helpdesk platform. It's an AI support agent you add with one &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag (shadow DOM, no style bleed) — plus a React Server Components SDK, a WordPress plugin, and a Shopify theme embed. It answers only from the knowledge you give it — page URLs, text snippets, Q&amp;amp;A pairs — and cites its sources. When it can't help, it says so visibly and escalates: email (and optionally Slack) to your team, and the conversation lands in a team inbox with AI-written summaries, tags, and search. Email replies thread back into the conversation in both directions, and a visitor who asks for a human always gets one — that request overrides the escalation threshold.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; MIT (&lt;a href="https://github.com/theopenco/llmchat" rel="noopener noreferrer"&gt;github.com/theopenco/llmchat&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack &amp;amp; self-host weight:&lt;/strong&gt; serverless — runs on Cloudflare-compatible infrastructure (workerd, D1, KV). No Rails, no Postgres, no Elasticsearch to babysit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in AI:&lt;/strong&gt; the entire product — grounded answers with citations, honest escalation, per-message thumbs, and 1–5 CSAT&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; any model via LLM Gateway — OpenAI, Anthropic, Google, and others — set per project, swappable with a config change&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosted option:&lt;/strong&gt; flat plans from $19/month (annual = two months free), no per-seat or per-resolution fees; each tier includes a monthly AI-response quota — details on &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;pricing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; developer-led teams that want an AI agent answering from their docs today, without adopting a platform&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What we don't do, stated plainly: web widget and email only — no WhatsApp, Messenger, Instagram, or voice. No CRM, no product tours, no outbound campaigns. It's a newer product with a smaller ecosystem than Chatwoot's. And the hosted version has no free tier — self-hosting is the free path. If you need omnichannel, pick Chatwoot — we mean that. Poke the real widget on our &lt;a href="https://showcase.clankersupport.com" rel="noopener noreferrer"&gt;live demo&lt;/a&gt; before forming an opinion.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest cost of self-hosting
&lt;/h2&gt;

&lt;p&gt;Every "open source is free" pitch skips this part.&lt;/p&gt;

&lt;p&gt;Self-hosting Chatwoot or Zammad means operating a Rails application: a VPS, PostgreSQL, Redis, possibly Elasticsearch, plus backups, upgrades, security patches, and email deliverability (SPF, DKIM, bounces — the part everyone underestimates). None of it is hard; all of it is recurring. A few engineer-hours a month babysitting the stack usually costs more than a flat hosted plan — the line item just moves from "software" to "engineering time," where it's harder to see.&lt;/p&gt;

&lt;p&gt;FreeScout sits at the cheap end of the trade: one PHP app. The serverless route — how Clanker Support is built — removes most of it: no server to patch, no database process to back up. You bring an LLM Gateway key, deploy, and your marginal cost is model tokens.&lt;/p&gt;

&lt;p&gt;The honest framing: free license plus your ops time, or flat hosted fee plus someone else's. Pick deliberately.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is there an open-source alternative to Intercom Fin specifically?
&lt;/h2&gt;

&lt;p&gt;Not a clone — and that's arguably the point. Fin bundles a proprietary model, a resolution-counting system, and a $0.99-per-outcome price into one product. As of July 2026 it charges for "assumed resolutions" (the customer left without replying) and carries the ~$50 monthly minimum — though it doesn't charge when the customer asks for a human.&lt;/p&gt;

&lt;p&gt;The open-source answer decomposes the bundle instead of cloning it. On the AI axis there are three real options: Chatwoot's Captain (capable, but credit-metered and paid), Tiledesk's agent builder (if you want to design flows yourself), and Clanker Support (answers from your knowledge base with citations, escalates honestly, and lets you choose the model — paying your provider per token instead of per "resolution"). The economics differ in kind: token costs fall as models get cheaper; per-resolution fees scale with however your vendor defines success. Head-to-head details are in &lt;a href="https://clankersupport.com/vs/fin" rel="noopener noreferrer"&gt;Clanker Support vs Fin&lt;/a&gt; and &lt;a href="https://clankersupport.com/blog/best-ai-support-agents" rel="noopener noreferrer"&gt;our guide to AI support agents&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What a minimal self-hosted AI live chat setup looks like
&lt;/h2&gt;

&lt;p&gt;Strip the category to parts and you need five things: a widget on your site, a place to put knowledge (docs URLs, snippets, Q&amp;amp;A), an inference path to some LLM, an escalation hatch to a human channel, and an inbox where a human triages what the AI couldn't handle.&lt;/p&gt;

&lt;p&gt;The classic path: provision a VPS, run Docker Compose for a Rails or Node platform, configure Postgres and Redis, wire up SMTP, then bolt AI on top — often as a paid feature with its own configuration. Doable; plan a weekend plus ongoing care.&lt;/p&gt;

&lt;p&gt;The serverless path, ours as the example: deploy the open-source repo to Cloudflare-compatible infrastructure, add your LLM Gateway key, paste one script tag before &lt;code&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;, and point the knowledge base at your docs; escalation lands in email and Slack out of the box — the &lt;a href="https://docs.clankersupport.com" rel="noopener noreferrer"&gt;self-hosting docs&lt;/a&gt; walk through it. Either way the parts list is the same; the difference is how much of it you maintain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which one should you pick?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;You want the full Intercom experience, open source:&lt;/strong&gt; Chatwoot. Most complete, most alive, biggest community. Budget for Rails ops, plus Captain credits if you want the AI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You want structured ticketing with process and audit trails:&lt;/strong&gt; Zammad.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You want the cheapest sustainable email-first setup:&lt;/strong&gt; FreeScout.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You want to build custom LLM agent flows:&lt;/strong&gt; Tiledesk.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You want a minimal codebase to own and extend:&lt;/strong&gt; Papercups — clear-eyed about maintenance mode.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You want an AI agent grounded in your docs, on your choice of model:&lt;/strong&gt; Clanker Support — self-host free, or flat from $19/month hosted.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The case for staying put: if you depend on Intercom's omnichannel breadth, its outbound and product-tour tooling, or you're a Salesforce shop that stands to gain from the acquisition, Fin remains polished and migration has real switching costs. Leave because the pricing or lock-in bothers you — not because a blog post said so. The wider field, open source and not, is in our &lt;a href="https://clankersupport.com/blog/intercom-alternatives" rel="noopener noreferrer"&gt;Intercom alternatives roundup&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Is there a completely free open-source alternative to Intercom?
&lt;/h3&gt;

&lt;p&gt;Yes, with a caveat. Chatwoot's community edition, FreeScout, and self-hosted Clanker Support all cost nothing in license fees. But "free" excludes your server and the AI: model usage needs an API key everywhere, and Chatwoot's Captain AI is a paid feature even self-hosted. Budget hosting plus per-token model costs — still typically far below per-seat-plus-per-resolution pricing.&lt;/p&gt;

&lt;h3&gt;
  
  
  How hard is it to migrate off Intercom?
&lt;/h3&gt;

&lt;p&gt;Easier than it looks. Export your conversation history from Intercom, rebuild your help content as knowledge sources in the new tool, swap the embed script, and run both widgets in parallel for a week while you compare answers. The knowledge rebuild is the real work; the widget swap is minutes. Our &lt;a href="https://clankersupport.com/docs/migrate/intercom" rel="noopener noreferrer"&gt;Intercom migration guide&lt;/a&gt; covers the steps.&lt;/p&gt;

&lt;h3&gt;
  
  
  What does self-hosting a support tool actually cost?
&lt;/h3&gt;

&lt;p&gt;The license is free; the total cost isn't. Count a server (or serverless infrastructure), an LLM API key if you want AI answers, and — the big one — engineer time for upgrades, backups, and email deliverability. A Rails platform needs far more care than a single PHP app or serverless worker. If upkeep eats hours monthly, flat hosted plans are often cheaper.&lt;/p&gt;

&lt;h3&gt;
  
  
  Are open-source support tools sustainable long-term?
&lt;/h3&gt;

&lt;p&gt;Judge each project, not the category. Look at release dates, commit activity, and how the maintainers earn money — Chatwoot, Zammad, and FreeScout all ship regularly and fund themselves through hosting, support, or paid modules. Papercups is in maintenance mode and Chaskiq has slowed. The floor is real, though: permissively licensed code can be forked and pinned, if you have the engineers.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's the closest open-source equivalent to Intercom Fin?
&lt;/h3&gt;

&lt;p&gt;Nothing replicates Fin's bundled model and per-resolution billing — by design. Chatwoot's Captain is the closest inside a full helpdesk (paid, credit-based). Tiledesk is closest for custom agent building. Clanker Support is closest as a drop-in AI agent: grounded answers with citations, honest human escalation, your choice of LLM, and per-token economics instead of $0.99 per counted resolution.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>selfhosted</category>
      <category>ai</category>
      <category>aie</category>
    </item>
    <item>
      <title>Intercom Fin pricing in 2026: the real math behind $0.99</title>
      <dc:creator>Omar Bni</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:28:27 +0000</pubDate>
      <link>https://dev.to/omar_bni_f6856a8bb0e021e9/intercom-fin-pricing-in-2026-the-real-math-behind-099-62j</link>
      <guid>https://dev.to/omar_bni_f6856a8bb0e021e9/intercom-fin-pricing-in-2026-the-real-math-behind-099-62j</guid>
      <description>&lt;p&gt;Intercom Fin costs $0.99 per outcome — a resolution, a configured procedure handoff, or a lead disqualification — plus $9.99 per qualification, with a 50-outcome monthly minimum on non-Intercom helpdesks (about $49.50). Intercom seats stack on top, from $29 to $132 per seat per month on annual billing. Volume, not seats, drives the bill.&lt;/p&gt;

&lt;p&gt;That is the one-paragraph answer. The rest of this post is the line-by-line version: what the fine print actually says, what stacks on top, and what two realistic teams would pay. Everything here was checked in July 2026 against the vendor pages and pricing calculator — &lt;a href="https://fin.ai/pricing" rel="noopener noreferrer"&gt;fin.ai/pricing&lt;/a&gt;, &lt;a href="https://www.intercom.com/pricing" rel="noopener noreferrer"&gt;intercom.com/pricing&lt;/a&gt;, and both companies' help centers — not against other vendors' blog posts, which is where most Fin pricing explainers get their numbers. Prices change; treat the vendor pages as the source of truth and this post as the map.&lt;/p&gt;

&lt;p&gt;One disclosure up front: we build &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;Clanker Support&lt;/a&gt;, a flat-priced, open-source AI support agent. We compete with Fin in one lane and not in several others, and we'll be explicit about which is which.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fin pricing at a glance
&lt;/h2&gt;

&lt;p&gt;As of July 2026, per &lt;a href="https://fin.ai/pricing" rel="noopener noreferrer"&gt;fin.ai/pricing&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Per outcome: $0.99.&lt;/strong&gt; An outcome is a resolution, a procedure handoff (a workflow you configured to end with a human), or a disqualification (Fin decides a prospect doesn't meet your criteria).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Per qualification: $9.99.&lt;/strong&gt; When Fin matches a prospect to your qualification criteria and routes them, that single outcome costs ten times a resolution.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monthly minimum: 50 outcomes&lt;/strong&gt; when running Fin on a non-Intercom helpdesk — roughly a $49.50 floor at $0.99 each. Intercom's own pricing page confirms a "minimum monthly commitment" applies to standalone Fin.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Human handoffs: free, mostly.&lt;/strong&gt; Per fin.ai/pricing: "You're not charged when a conversation is simply passed to your team without an outcome." The exception is a procedure you deliberately configured to end in a handoff — that is billable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Billed once per conversation.&lt;/strong&gt; However many questions Fin answers in one thread, it charges at most one outcome for it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No seat requirement for Fin itself.&lt;/strong&gt; Fin runs standalone on Zendesk, Salesforce, and other helpdesks without Intercom seats, with no setup or platform fees.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intercom seats (if you use their helpdesk): Essential $29&lt;/strong&gt; per seat per month billed annually ($39 monthly), &lt;strong&gt;Advanced $85&lt;/strong&gt; ($99 monthly), &lt;strong&gt;Expert $132&lt;/strong&gt; ($139 monthly), as of July 2026. The pricing page now routes you through a calculator rather than a flat price list, so confirm against your own configuration on &lt;a href="https://www.intercom.com/pricing" rel="noopener noreferrer"&gt;Intercom's pricing page&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What counts as a billable outcome — the fine print
&lt;/h2&gt;

&lt;p&gt;The number that actually determines your bill is not $0.99. It is your &lt;strong&gt;outcome rate&lt;/strong&gt;: what fraction of AI conversations end in a state Fin counts as billable. That definition lives in the help center, and it is worth quoting.&lt;/p&gt;

&lt;p&gt;Per &lt;a href="https://fin.ai/help/en/articles/13975800-fin-pricing-outcomes" rel="noopener noreferrer"&gt;Fin's pricing-outcomes article&lt;/a&gt;, a resolution is counted when the customer either "confirms the answer was satisfactory (confirmed resolution), or exits the conversation without requesting further assistance (assumed resolution)." And the window: "If a customer disengages from the conversation for 24 hours after Fin's last answer, it is considered an assumed resolution."&lt;/p&gt;

&lt;p&gt;Read that twice. &lt;strong&gt;Silence is billable.&lt;/strong&gt; A customer who reads Fin's answer and closes the tab — satisfied, unsatisfied, or merely gone — counts as a resolution after 24 hours. This is the single most important line in Fin's pricing, and it is the one the $0.99 headline doesn't tell you. It is also the mechanic nearly every third-party Fin pricing explainer singles out, because it is the part customers say surprised them at invoice time.&lt;/p&gt;

&lt;p&gt;In fairness, the fine print also contains genuinely pro-customer carve-outs, and most teardowns skip these too:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The clarifying-question exception.&lt;/strong&gt; If Fin's last message was a question rather than an answer and the customer never responds, "no resolution state is recorded and this is not a billable outcome."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The return deduction.&lt;/strong&gt; If a resolved conversation is reopened by the customer "even across billing periods, that resolution will be deducted and not charged."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Default escalations are free.&lt;/strong&gt; Handoffs triggered by Fin's default behavior or workspace rules aren't billed — only handoffs you explicitly built as procedures are.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So the honest summary: the definitions are reasonable and the carve-outs are real, but the assumed-resolution mechanic means your bill is decided partly by customer behavior you can't observe, using a counter you don't control.&lt;/p&gt;

&lt;h2&gt;
  
  
  What stacks on top
&lt;/h2&gt;

&lt;p&gt;Fin's per-outcome fee is the metered part. If your team also works inside Intercom's helpdesk, seats stack on top — as of July 2026, that's $29/$85/$132 per seat per month on annual billing (Essential/Advanced/Expert), or $39/$99/$139 monthly.&lt;/p&gt;

&lt;p&gt;Then the add-ons, per &lt;a href="https://www.intercom.com/pricing" rel="noopener noreferrer"&gt;intercom.com/pricing&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Copilot&lt;/strong&gt; — the AI assistant for your human agents, distinct from Fin — is &lt;strong&gt;$29 per agent per month billed annually&lt;/strong&gt; ($35 monthly) for unlimited usage, beyond a small free allowance of 10 Copilot conversations per agent per month.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proactive Support Plus&lt;/strong&gt; is &lt;strong&gt;$99/month&lt;/strong&gt; with 500 messages included.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;$99/month&lt;/strong&gt; conversation-analysis add-on includes 1,000 analyses monthly.&lt;/li&gt;
&lt;li&gt;Email campaigns, SMS, WhatsApp, and phone are &lt;strong&gt;pay-as-you-go&lt;/strong&gt; on top.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these are hidden — they're on the pricing page. But "from $0.99 per resolution" and "what a 10-person support org pays Intercom per month" are very different numbers, which is why the next section does the arithmetic.&lt;/p&gt;

&lt;h2&gt;
  
  
  The math: two illustrative teams
&lt;/h2&gt;

&lt;p&gt;These are worked examples, not benchmarks — the assumptions are stated so you can rerun them with your own numbers. The key variable is the billable-outcome rate: the share of AI conversations that end in a confirmed resolution, an assumed resolution, or a configured handoff. We'll bracket it at 50–70%, on the assumption that the remainder escalate by default (free) or end on an unanswered clarifying question (free).&lt;/p&gt;

&lt;h3&gt;
  
  
  A 2-person team at 300 AI conversations a month
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Outcomes: 150 to 210 conversations × $0.99 = &lt;strong&gt;$148.50 to $207.90&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Seats: 2 × $29 (Essential, annual) = &lt;strong&gt;$58&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Total: &lt;strong&gt;$206.50 to $265.90 per month&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;With Copilot for both agents (2 × $29 = $58): &lt;strong&gt;$264.50 to $323.90 per month&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Effective cost lands around $0.69 to $1.08 per AI-handled conversation once seats are included. At this scale Fin is not outrageous — the metered model is arguably at its best here, because a low-volume month produces a low bill (down to the ~$49.50 floor on standalone deployments).&lt;/p&gt;

&lt;h3&gt;
  
  
  A 10-person team at 2,000 AI conversations a month
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Outcomes: 1,000 to 1,400 × $0.99 = &lt;strong&gt;$990 to $1,386&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Seats: 10 × $85 (Advanced, annual) = &lt;strong&gt;$850&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Copilot: 10 × $29 = &lt;strong&gt;$290&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Total: &lt;strong&gt;$2,130 to $2,526 per month&lt;/strong&gt;, or roughly &lt;strong&gt;$25,600 to $30,300 per year&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note what happened between the two examples: conversation volume grew about 6.7×, and the bill grew roughly 8× to 10× depending on configuration. Metered pricing plus per-seat pricing compounds. And this is before pay-as-you-go channels or the $99 add-ons.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the bill grows when the AI gets better
&lt;/h2&gt;

&lt;p&gt;Per-outcome pricing has a clean sales pitch: you only pay when the AI succeeds. That alignment is real, and it deserves credit — a vendor that only earns on resolutions is motivated to resolve.&lt;/p&gt;

&lt;p&gt;But follow the incentive one step further. Every improvement you make — a better knowledge base, tighter procedures, each model upgrade Fin ships — raises the resolution rate, and the resolution rate is the billing rate. The reward for doing support well is a larger invoice. Under a flat or quota model, deflection improvements accrue to you; under per-resolution pricing, they're split with the vendor, indefinitely.&lt;/p&gt;

&lt;p&gt;The second-order problem is forecastability. Your bill is a function of ticket volume (seasonal, launch-driven, outage-driven) multiplied by an outcome rate that depends on Fin's own judgment calls and on the 24-hour silence rule. Finance teams can budget seats. Budgeting "how often will customers not reply to the bot" is harder. This isn't an accusation of bad faith — it is simply what the model does, and you should price it with your growth curve in mind, not your current one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Salesforce acquisition: what it means if you're deciding now
&lt;/h2&gt;

&lt;p&gt;The corporate facts, since most pricing explainers bury them: Intercom renamed itself Fin earlier in 2026, and on June 15, 2026, &lt;a href="https://www.salesforce.com/news/press-releases/2026/06/15/salesforce-signs-definitive-agreement-to-acquire-fin/" rel="noopener noreferrer"&gt;Salesforce signed a definitive agreement to acquire Fin&lt;/a&gt; for approximately $3.6 billion, &lt;a href="https://www.intercom.com/blog/salesforce-signs-definitive-agreement-to-acquire-fin/" rel="noopener noreferrer"&gt;confirmed on Intercom's own blog&lt;/a&gt;. The deal is expected to close in the final quarter of Salesforce's fiscal 2027 — around the turn of the calendar year — pending regulatory clearance. Salesforce says Fin's team and technology will join Agentforce, its AI-agent platform. Fin's CEO and co-founder Eoghan McCabe said he will stay on and that, with Salesforce's resources, "little will practically change."&lt;/p&gt;

&lt;p&gt;We won't speculate beyond that, and you should be wary of competitors who do. But if you are signing a contract today, three questions are legitimately on the table, acquisition or not:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing continuity.&lt;/strong&gt; Nothing published promises today's $0.99 survives the integration; nothing says it won't. Ask for term protection in writing if it matters to you.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Roadmap gravity.&lt;/strong&gt; Post-close, Fin's roadmap presumably bends toward Agentforce and the Salesforce ecosystem. If you're a Salesforce shop, that may be good news. If you're not, ask where standalone deployments sit in the plan.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contract length.&lt;/strong&gt; An annual commitment signed now matures inside someone else's integration timeline. Shorter terms buy optionality.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Three ways to price an AI support agent
&lt;/h2&gt;

&lt;p&gt;Most "Fin alternatives" posts pitch the same model at a lower unit price. The more useful comparison is between models, because the model determines how your costs behave as you grow.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Per resolution (Fin's model).&lt;/strong&gt; Lowest floor, aligned incentives, unbounded ceiling. Best when volume is low or spiky and you want to pay nothing for a quiet month. Worst when the AI works, because success is metered.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cheaper per unit (credits and message packs).&lt;/strong&gt; Chatbase, for example, starts around $40/month on a credit system as of July 2026. The unit price is lower and the accounting simpler, but the shape is identical: costs scale with usage, and you're managing a credit balance instead of an outcome definition.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flat subscription or self-hosted.&lt;/strong&gt; A fixed monthly price with a usage quota, or open-source software you run yourself. Predictable and immune to the deflection tax; the tradeoff is a real floor even in quiet months, and quotas you should read before buying. This is the lane &lt;a href="https://clankersupport.com/vs/chatwoot" rel="noopener noreferrer"&gt;Chatwoot&lt;/a&gt;'s self-hosted edition and our product occupy.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We compare the specific tools in more depth in our &lt;a href="https://clankersupport.com/blog/intercom-alternatives" rel="noopener noreferrer"&gt;Intercom alternatives&lt;/a&gt; and &lt;a href="https://clankersupport.com/blog/open-source-intercom-alternatives" rel="noopener noreferrer"&gt;open-source Intercom alternatives&lt;/a&gt; posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  The flat-price alternative (disclosure: ours)
&lt;/h2&gt;

&lt;p&gt;Clanker Support is our product, so weight this section accordingly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; flat monthly plans from $19/month (Starter), with Growth at $89 and Scale at $299; annual billing gives two months free. Each tier includes a monthly AI-response quota — details on &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;/pricing&lt;/a&gt;. No per-seat fees, no per-resolution fees. Your bill in a great month equals your bill in a quiet one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat subscription, or free if you self-host — the code is &lt;a href="https://github.com/theopenco/llmchat" rel="noopener noreferrer"&gt;open source&lt;/a&gt; and runs serverless on Cloudflare-compatible infrastructure with your own LLM Gateway key.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Setup:&lt;/strong&gt; one script tag before &lt;code&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;, a React Server Components SDK, a WordPress plugin, or a Shopify theme embed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How it answers:&lt;/strong&gt; only from the knowledge base you give it — page URLs, text snippets, Q&amp;amp;A pairs — with cited sources, and an honest, visible handoff to your team when it can't help. Asking for a human always overrides the AI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; pick the LLM per project (OpenAI, Anthropic, Google, and others) and swap it with a config change.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The honest tradeoffs: we are web widget and email only — no WhatsApp, Messenger, or voice. There's no CRM, no product tours, no outbound campaigns. We're a newer product with a smaller ecosystem, and the hosted version has no free tier (self-hosting is the free path). If those are dealbreakers, we're not your tool. If flat pricing and no metering are the point, the &lt;a href="https://clankersupport.com/vs/fin" rel="noopener noreferrer"&gt;Fin comparison&lt;/a&gt; and the &lt;a href="https://clankersupport.com/docs/migrate/fin" rel="noopener noreferrer"&gt;migration guide&lt;/a&gt; cover the details.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Fin is worth it
&lt;/h2&gt;

&lt;p&gt;Genuinely, sometimes it is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Low or spiky volume.&lt;/strong&gt; At a few hundred conversations a month, per-outcome pricing with a ~$49.50 floor can undercut any subscription, ours included.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Omnichannel requirements.&lt;/strong&gt; Fin operates across live chat, email, WhatsApp, SMS, phone, and Slack. If your support runs through channels beyond web and email, Fin does things we simply don't.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You already live in Zendesk or Salesforce.&lt;/strong&gt; Fin runs standalone on other helpdesks with no Intercom seats, and the Salesforce acquisition will likely deepen that side of the story.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enterprise procurement.&lt;/strong&gt; A Salesforce-owned vendor with a mature compliance and integration ecosystem is an easier security-review conversation than a young open-source project.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You qualify for the startup program.&lt;/strong&gt; Intercom's pricing page advertises up to 93% off plus a year of Fin free for early-stage companies — at that discount, the math above changes completely.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're weighing the whole field rather than just Fin, start with the &lt;a href="https://clankersupport.com/compare" rel="noopener noreferrer"&gt;full comparison&lt;/a&gt; or the &lt;a href="https://clankersupport.com/vs/intercom" rel="noopener noreferrer"&gt;Intercom comparison&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How much does Intercom Fin cost per month?
&lt;/h3&gt;

&lt;p&gt;Fin costs $0.99 per billable outcome, per fin.ai/pricing as of July 2026, with a 50-outcome monthly minimum (about $49.50) on non-Intercom helpdesks. Total monthly cost depends on conversation volume and your outcome rate: illustratively, a team handling 2,000 AI conversations could pay roughly $990–$1,386 for Fin alone, before Intercom seats and add-ons.&lt;/p&gt;

&lt;h3&gt;
  
  
  What counts as a resolution with Fin?
&lt;/h3&gt;

&lt;p&gt;Per Fin's help center, a resolution is counted when the customer confirms the answer helped, or exits without requesting further assistance — an "assumed resolution," triggered after 24 hours of silence following Fin's last answer. Procedure handoffs and disqualifications also bill at $0.99; qualifications bill at $9.99. Each conversation is charged at most once.&lt;/p&gt;

&lt;h3&gt;
  
  
  Does Fin charge for human handoffs?
&lt;/h3&gt;

&lt;p&gt;Mostly no. Per fin.ai/pricing, "you're not charged when a conversation is simply passed to your team without an outcome," and default escalations are free. The exception is a procedure you explicitly configured to end in a handoff — completing that workflow counts as a billable $0.99 outcome.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can I use Fin without Intercom?
&lt;/h3&gt;

&lt;p&gt;Yes. As of July 2026, Fin runs standalone on Zendesk, Salesforce, and other helpdesks with no Intercom seat costs and no setup or platform fees, per fin.ai/pricing. The 50-outcome monthly minimum applies to these standalone deployments, so expect a floor of roughly $49.50 per month even at low volume.&lt;/p&gt;

&lt;h3&gt;
  
  
  What does the Salesforce deal mean for Fin customers?
&lt;/h3&gt;

&lt;p&gt;Salesforce signed a definitive agreement on June 15, 2026 to acquire Fin for about $3.6 billion, expected to close around the turn of the year (Salesforce's fiscal Q4 2027) pending regulatory approval. Salesforce plans to fold Fin into Agentforce, and Fin's CEO says he will stay on with little operational change near-term. Nothing published guarantees pricing continuity either way, so ask for terms in writing.&lt;/p&gt;

</description>
      <category>saas</category>
      <category>ai</category>
      <category>startup</category>
      <category>customersupport</category>
    </item>
    <item>
      <title>The best AI support agents in 2026 (real pricing compared)</title>
      <dc:creator>Omar Bni</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:25:22 +0000</pubDate>
      <link>https://dev.to/omar_bni_f6856a8bb0e021e9/the-best-ai-support-agents-in-2026-real-pricing-compared-3n8n</link>
      <guid>https://dev.to/omar_bni_f6856a8bb0e021e9/the-best-ai-support-agents-in-2026-real-pricing-compared-3n8n</guid>
      <description>&lt;p&gt;The best AI support agents in 2026 are Fin (the strongest resolution engine, at $0.99 per outcome), Chatbase (model choice on a budget), Chatwoot (open-source omnichannel), and Clanker Support (our product: flat pricing from $19/mo, self-hostable, any LLM). The right pick mostly depends on how you'd rather pay — per resolution, per seat, or flat.&lt;/p&gt;

&lt;p&gt;Most "best AI support agent" lists are written for enterprise CX buyers: analyst quadrants, "contact sales" links, no actual prices. This one is different in three ways — every entry has a real dollar figure or an honest "they don't publish one," names which LLM it runs on and whether you can switch it, and open source gets a real section instead of a footnote.&lt;/p&gt;

&lt;h2&gt;
  
  
  What an AI support agent actually is
&lt;/h2&gt;

&lt;p&gt;An AI support agent reads your documentation, help center, and past answers, then writes original responses to customer questions — and escalates to a human when it can't answer.&lt;/p&gt;

&lt;p&gt;That's different from the decision-tree chatbot of the 2010s, which walked visitors through pre-scripted button flows ("Billing → Refunds → Here's an article"). A decision tree only handles paths someone built; an AI agent handles the long tail of oddly-phrased, never-seen-before questions that make up most of a real queue.&lt;/p&gt;

&lt;p&gt;The distinction matters for pricing too: bots were priced like software (flat or per seat); AI agents introduced per-resolution billing, turning a fixed cost into a variable one.&lt;/p&gt;

&lt;h2&gt;
  
  
  How we picked (and our bias, disclosed)
&lt;/h2&gt;

&lt;p&gt;Everything here comes from public pricing pages, vendor docs, and each vendor's own claims, checked July 2026. We didn't run a synthetic benchmark or "test each tool on 500 tickets" — nobody writing listicles does, and we won't pretend to. Prices change: treat every number as "as of July 2026" and check pricing pages before deciding.&lt;/p&gt;

&lt;p&gt;One more thing: &lt;strong&gt;Clanker Support is our product.&lt;/strong&gt; It's on this list, it's not ranked #1, and its limits are listed next to its strengths. The other tools get their genuine wins.&lt;/p&gt;

&lt;h2&gt;
  
  
  The best AI support agents in 2026
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Fin — the resolution benchmark
&lt;/h3&gt;

&lt;p&gt;Fin is the agent everyone else measures against. It started as Intercom's AI product, ate the company (Intercom renamed itself Fin in May 2026), and in June 2026 Salesforce signed a definitive agreement to acquire it for roughly $3.6 billion (pending close). It works across chat, email, and phone, and runs standalone on top of Zendesk or Salesforce without Intercom seats.&lt;/p&gt;

&lt;p&gt;The catch is the meter. You pay $0.99 per "outcome," and outcomes include resolutions, procedure handoffs, and disqualifications — plus "assumed resolutions," where the customer simply stops replying. Qualification outcomes run $9.99 each, and there's a 50-outcome monthly minimum (about a $49 floor). To Fin's credit, it doesn't charge when a customer asks for a human. Full teardown: &lt;a href="https://clankersupport.com/blog/intercom-fin-pricing" rel="noopener noreferrer"&gt;Fin's pricing, explained&lt;/a&gt;; head-to-head: &lt;a href="https://clankersupport.com/vs/fin" rel="noopener noreferrer"&gt;Clanker vs Fin&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; $0.99 per outcome, $9.99 per qualification, ~$49/mo minimum; Intercom seats from $29/seat/mo billed annually&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per resolution (usage-based)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; Fin's own model, Apex, post-trained for support; no user-facing model switch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; high-volume teams that want maximum resolution rate and accept a variable bill&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Zendesk AI agents — for teams already on Zendesk
&lt;/h3&gt;

&lt;p&gt;For teams already on Zendesk, its built-in AI agents are the path of least resistance — same data, same workflows. AI agents are included in every Suite and Support plan, billed on "automated resolutions": you pay only when the AI resolves a request without human escalation.&lt;/p&gt;

&lt;p&gt;What Zendesk does not publish is the price per resolution. The pricing page lists seats ($19/agent/mo for Support Team, $55 for Suite Team, billed yearly), but the per-unit AI rate is behind "contact sales." Third-party teardowns in mid-2026 put it around $1.50–$2.00 per automated resolution, less with committed volume — treat that as reported, not confirmed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; seats from $19/agent/mo (yearly); per-resolution rate not published (third-party estimates ~$1.50–$2.00)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per seat + per resolution&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; not disclosed; no user-facing model switch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; existing Zendesk shops that want AI without changing helpdesks&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Chatbase — model choice on a budget
&lt;/h3&gt;

&lt;p&gt;Chatbase is the pragmatic mid-market pick: build an agent on your content, deploy it to web, WhatsApp, Slack, or Messenger, and pick which LLM it runs on. There's a free plan (one agent, basic models) and paid plans from $40/mo on a credit system — read the fine print, because per Chatbase's docs premium models burn roughly 2–6 credits per message, so effective capacity depends on the model you pick. It's SOC 2 Type II certified and claims 10,000+ businesses.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; free plan; paid from $40/mo, credit-based&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat tiers with metered credits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; yes — pick from OpenAI, Anthropic, Google, and others; heavier models consume more credits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want model flexibility and multi-channel reach without enterprise pricing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Head-to-head: &lt;a href="https://clankersupport.com/vs/chatbase" rel="noopener noreferrer"&gt;Clanker vs Chatbase&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Tidio (Lyro) — SMB all-rounder on Claude
&lt;/h3&gt;

&lt;p&gt;Tidio is a long-running SMB live-chat suite, and Lyro is its AI agent — one of the few that publicly names its model: it runs on Anthropic's Claude — Tidio shipped one of the first Claude-powered support agents. Lyro answers on the web widget, email, Messenger, Instagram, and WhatsApp.&lt;/p&gt;

&lt;p&gt;Per Tidio's pricing page, the Lyro add-on starts at $32.50/mo for 50 AI conversations, on top of base plans from about $24/mo. Volume scales the bill quickly — the Plus tier starts at $749/mo — so model your volume before committing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; Lyro add-on from $32.50/mo (50 AI conversations); base plans from ~$24/mo; high-volume tiers from $749/mo&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat tiers bucketed by conversation volume&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; Anthropic's Claude; not user-switchable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; small commerce teams that want chat, social channels, and AI in one tool&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Crisp — the European all-in-one
&lt;/h3&gt;

&lt;p&gt;Crisp bundles shared inbox, CRM, knowledge base, and chat into one flat-priced product with European hosting — relevant if GDPR data residency is on your checklist. The free plan covers two seats but no AI; AI features start on the Mini plan at roughly €45/mo, with Essentials at €95 and Plus at €295.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; free 2-seat plan (no AI); AI from ~€45/mo; Essentials €95, Plus €295&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat monthly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; not disclosed; no user-facing switch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; European SMBs that want chat + CRM + AI in one flat-priced tool&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feature-by-feature: &lt;a href="https://clankersupport.com/vs/crisp" rel="noopener noreferrer"&gt;Clanker vs Crisp&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. eesel AI — pay-per-task on your existing helpdesk
&lt;/h3&gt;

&lt;p&gt;eesel takes the opposite approach to seats and subscriptions: since early 2026 it charges per task — $0.40 per support ticket, no platform fee, no per-seat fee, no monthly minimum, free until you've burned $50. It plugs into the helpdesk you already run (Zendesk, Freshdesk, Intercom, others) rather than replacing it. The model is abstracted away — you buy outcomes, not model access.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; $0.40 per ticket, no minimum; enterprise flat from $2,100/mo&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per task (usage-based)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; abstracted; no public model switch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want AI bolted onto an existing helpdesk with zero fixed cost&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  7. Chatwoot — the open-source omnichannel suite
&lt;/h3&gt;

&lt;p&gt;Chatwoot is the biggest open-source helpdesk (34,000+ GitHub stars): a full omnichannel inbox — WhatsApp, Instagram, email, Telegram — you can self-host for free or use as a cloud service from $19/agent/mo. Its AI layer, Captain, has fine print: per Chatwoot's docs it requires the Enterprise edition with a paid plan even self-hosted, and you supply your own OpenAI-compatible API key (custom endpoints supported, so local models work). Self-hosting means running a Rails + PostgreSQL stack, with the maintenance that implies.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; self-hosted community edition free; cloud from $19/agent/mo; Captain (AI) needs a paid Enterprise plan&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; open source + per seat (cloud)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; bring your own OpenAI-compatible key on self-hosted; endpoint is configurable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; yes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want a full open-source helpdesk and have the ops capacity to run it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's &lt;a href="https://clankersupport.com/vs/chatwoot" rel="noopener noreferrer"&gt;Clanker vs Chatwoot&lt;/a&gt; — short version: Chatwoot is a helpdesk with AI added; Clanker is an AI agent with an inbox added.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Clanker Support — flat pricing, any LLM, self-hostable (ours)
&lt;/h3&gt;

&lt;p&gt;Full disclosure: this is our product, so weigh this entry accordingly. Clanker Support is an AI support agent you install with one &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag before &lt;code&gt;&amp;lt;/body&amp;gt;&lt;/code&gt; (plus a React Server Component SDK for Next.js 15+, a WordPress plugin on wordpress.org, and a Shopify theme embed). It answers only from the knowledge base you give it — page URLs, text snippets, Q&amp;amp;A pairs — cites its sources, and when it can't help, it tells the visitor honestly and hands off: your team gets an email (and optionally Slack), the conversation lands in a team inbox with AI-written summaries and tags, and replies thread through email both ways. A visitor who asks for a human always gets one.&lt;/p&gt;

&lt;p&gt;Three things define its lane. Pricing is flat — &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;plans from $19/mo&lt;/a&gt; (Growth $89, Scale $299, annual gets two months free), no per-seat or per-resolution fees, each tier with a monthly AI-response quota. It's model-agnostic — pick the LLM per project via LLM Gateway (OpenAI, Anthropic, Google, others) and swap with a config change, no code, no lock-in. And it's &lt;a href="https://github.com/theopenco/llmchat" rel="noopener noreferrer"&gt;open source&lt;/a&gt; — self-hosting is free with your own LLM Gateway key, running serverless on Cloudflare-compatible infra with no Rails/Postgres stack to babysit.&lt;/p&gt;

&lt;p&gt;The honest limits: it covers the web widget and email only — no WhatsApp, Messenger, Instagram, or voice. There's no CRM, no product tours, no outbound campaigns. It's a newer product with a smaller ecosystem, and hosted has no free tier (self-hosting is the free path). &lt;a href="https://showcase.clankersupport.com" rel="noopener noreferrer"&gt;Try the live widget&lt;/a&gt; before signing up for anything.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; flat from $19/mo; no per-seat or per-resolution fees; self-hosting free&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat monthly with an included response quota&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Underlying model / model choice:&lt;/strong&gt; yes — any LLM Gateway model, switchable per project with a config change&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; yes (free, bring your own key)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; developers and founders who want predictable cost, model control, and a five-minute install&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What AI support actually costs at volume
&lt;/h2&gt;

&lt;p&gt;The pricing model matters more than the sticker price. Here's the same workload — 100, 1,000, and 10,000 AI-handled conversations a month — under each model. These are illustrative worked examples that assume every conversation counts as one billable unit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Per resolution.&lt;/strong&gt; Fin at $0.99 per outcome: 100 conversations ≈ $99/mo, 1,000 ≈ $990/mo, 10,000 ≈ $9,900/mo — before any Intercom seats. eesel at $0.40 per ticket: $40, $400, and $4,000 (its flat $2,100/mo enterprise plan wins past ~5,250 tickets). Zendesk's reported ~$1.50–$2.00 band, if accurate, would put 1,000 resolutions at $1,500–$2,000 plus seats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Per seat.&lt;/strong&gt; Your bill tracks headcount, not volume — Intercom from $29/seat/mo (annual) or Chatwoot cloud at $19/agent/mo. Cheap with a small team, but it buys human capacity, not AI resolutions — the AI meter usually sits on top.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flat.&lt;/strong&gt; Tidio and Chatbase sell volume buckets — flat until you outgrow the bucket, then you step up (Tidio's steps get steep). Clanker's tiers are flat with an included quota, so 10,000 conversations costs whatever your tier costs, not tier × volume — see &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;/pricing&lt;/a&gt; for current quotas.&lt;/p&gt;

&lt;p&gt;The general rule: per-resolution pricing is fine at low volume and punishing at scale — it converts your best outcome (AI resolving more) into a bigger bill. Flat pricing inverts that: the more the agent resolves, the cheaper each resolution gets.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which LLM does it run on — and can you switch?
&lt;/h2&gt;

&lt;p&gt;Worth asking before you sign: Fin runs its own post-trained model (Apex) with no switch. Zendesk and Crisp don't say. Tidio's Lyro runs on Claude, fixed. eesel abstracts the model entirely. Chatbase and Clanker let you choose — Chatbase across frontier models at varying credit costs, Clanker across any LLM Gateway model at no price difference. Chatwoot's self-hosted Captain takes whatever OpenAI-compatible key you give it. If a better support model ships next quarter, only the switchable tools let you use it the same day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open-source and self-hostable options
&lt;/h2&gt;

&lt;p&gt;If you need data control, no lock-in, or a $0 software bill, the field narrows fast. Chatwoot is the mature choice — a full omnichannel helpdesk — with the caveats above: Rails + Postgres to operate, and the AI layer paywalled behind Enterprise. Clanker Support is the lighter-weight one: the agent, widget, inbox, and email threading are all in &lt;a href="https://github.com/theopenco/llmchat" rel="noopener noreferrer"&gt;the repo&lt;/a&gt;, self-hosting is free with your own LLM key, and it deploys serverless. Papercups used to be the third name here, but development has slowed markedly. Longer list: our &lt;a href="https://clankersupport.com/blog/open-source-intercom-alternatives" rel="noopener noreferrer"&gt;open-source Intercom alternatives&lt;/a&gt; guide.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to choose (and when to stay put)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;High volume and budget for the best resolution rate:&lt;/strong&gt; Fin — model the per-outcome bill first, including assumed resolutions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Already on Zendesk:&lt;/strong&gt; Zendesk AI — get the per-resolution rate in writing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Happy on Intercom today?&lt;/strong&gt; Stay. Migration costs are real, and the Salesforce deal doesn't change your product tomorrow. Switch when the meter outgrows the value — here's the &lt;a href="https://clankersupport.com/docs/migrate/intercom" rel="noopener noreferrer"&gt;migration path&lt;/a&gt; when it does.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Want model choice with WhatsApp/Slack channels:&lt;/strong&gt; Chatbase.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMB commerce with social channels:&lt;/strong&gt; Tidio. &lt;strong&gt;European all-in-one:&lt;/strong&gt; Crisp.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep your helpdesk, add AI with zero fixed cost:&lt;/strong&gt; eesel.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full open-source helpdesk and ops capacity to run it:&lt;/strong&gt; Chatwoot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flat predictable pricing, any LLM, one-tag install, or free self-hosting:&lt;/strong&gt; Clanker Support — as long as web + email covers your channels.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How do AI support agents work?
&lt;/h3&gt;

&lt;p&gt;An AI support agent connects a large language model to your knowledge base — docs, help-center pages, Q&amp;amp;A pairs. When a visitor asks something, it retrieves relevant content, writes an answer grounded in it, and escalates to a human when confidence is low. Good ones cite sources instead of guessing.&lt;/p&gt;

&lt;h3&gt;
  
  
  How much does an AI support agent cost in 2026?
&lt;/h3&gt;

&lt;p&gt;Anywhere from $19/mo flat to thousands per month, depending on the pricing model. Per-resolution tools run $0.40 (eesel) to $0.99 (Fin) per conversation, so 1,000 resolutions cost $400–$990 a month. Flat-priced tools charge a fixed fee with an included quota. Self-hosted open-source tools cost only infrastructure plus your LLM API bill.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can AI replace human support agents?
&lt;/h3&gt;

&lt;p&gt;Not fully, and tools that claim otherwise oversell. AI agents handle the repetitive majority — documented questions, order status, how-tos. Vendors publish resolution rates to make the case: Fin, for example, cites around 76% of volume for its Apex model, though these are vendor figures, not independent benchmarks. Refunds, edge cases, and angry customers still need humans. The practical goal is fewer tickets reaching people, with an honest handoff when they do.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's the difference between a chatbot and an AI support agent?
&lt;/h3&gt;

&lt;p&gt;A chatbot follows pre-built decision trees — buttons and scripted flows that only cover paths someone designed. An AI support agent uses a language model to understand free-form questions and compose original answers from your documentation, escalating when it can't. Agents handle the unpredictable long tail; decision trees break on the first unexpected phrasing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do AI support agents work with an existing helpdesk?
&lt;/h3&gt;

&lt;p&gt;Many do. eesel and Fin sit on top of Zendesk, Salesforce, and similar helpdesks; Zendesk's AI is native to its own suite. Standalone agents like Chatbase and Clanker Support ship their own inbox instead — Clanker threads escalations through email both ways, so your team can work replies from any mailbox.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>customersupport</category>
      <category>saas</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The best Intercom alternatives in 2026 (an honest comparison)</title>
      <dc:creator>Omar Bni</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:21:13 +0000</pubDate>
      <link>https://dev.to/omar_bni_f6856a8bb0e021e9/the-best-intercom-alternatives-in-2026-an-honest-comparison-4p4c</link>
      <guid>https://dev.to/omar_bni_f6856a8bb0e021e9/the-best-intercom-alternatives-in-2026-an-honest-comparison-4p4c</guid>
      <description>&lt;p&gt;The best Intercom alternative depends on which pricing model you can live with: Zendesk or Freshdesk if you want a per-seat suite, Gorgias or Chatbase if usage-based billing fits your volume, Crisp or Clanker Support for flat monthly pricing, and Chatwoot if you want open source. Most teams leave over cost: seats from $29/month plus Fin's $0.99 per resolution.&lt;/p&gt;

&lt;p&gt;That is the short answer. The longer one: "best" is meaningless until you decide how you want to pay for support software, because the pricing model — not the feature checklist — determines what your bill looks like at 10x your current volume. So this guide groups the alternatives by pricing model.&lt;/p&gt;

&lt;p&gt;Two things up front. Disclosure: Clanker Support is our product; it sits in the flat-pricing section, is not ranked #1, and its weaknesses are listed as plainly as everyone else's. Methodology: this comparison is built from public pricing pages, docs, and each vendor's own claims, checked July 2026. Prices change — treat every number as "as of July 2026" and confirm on the vendor's pricing page.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why teams are leaving Intercom in 2026
&lt;/h2&gt;

&lt;p&gt;Intercom renamed itself Fin in May 2026, after its AI agent, and on June 15, 2026 Salesforce signed a definitive agreement to acquire Fin for roughly $3.6 billion. The deal has not closed yet; an acquisition that size means roadmap and pricing uncertainty for at least a year.&lt;/p&gt;

&lt;p&gt;But the acquisition mostly accelerated a migration already underway, and the reason is the bill. Intercom runs two meters at once:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Seats.&lt;/strong&gt; From $29 per seat per month on annual billing ($39 monthly), $85 ($99 monthly) for Advanced, $132 ($139 monthly) for Expert. Copilot, the AI assistant for your human agents, is another $29 per agent per month on annual billing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fin resolutions.&lt;/strong&gt; Fin, the AI agent, costs $0.99 per "outcome" — a resolution, a procedure handoff, or a disqualification — plus $9.99 per qualification, with a 50-outcome monthly minimum (roughly a $49 floor). The detail that surprises people: "assumed resolutions," where the customer simply stops replying and leaves, are billable. Asking for a human is free.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;An illustrative worked example at those published rates: a five-person team on Advanced pays 5 × $85 = $425/month for seats, plus Copilot for everyone at 5 × $29 = $145. If Fin handles 600 billable outcomes that month, add $594. Total: about $1,164/month, roughly $14,000/year — and the Fin line grows with traffic, including conversations where the visitor just closed the tab. Full mechanics in &lt;a href="https://clankersupport.com/blog/intercom-fin-pricing" rel="noopener noreferrer"&gt;our Fin pricing teardown&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;None of this makes Intercom bad. It makes it expensive with an unpredictable AI line item, which is what sends people searching.&lt;/p&gt;

&lt;h2&gt;
  
  
  How AI support pricing actually works in 2026
&lt;/h2&gt;

&lt;p&gt;Every vendor's pricing page looks different, but there are only four underlying models.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Per-seat.&lt;/strong&gt; You pay per human agent per month (Zendesk, Freshdesk, Help Scout, Intercom's base plans). Predictable if headcount is stable — but in 2026 nearly every per-seat vendor has bolted a usage-priced AI meter on top, so you often pay both.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Per-resolution / usage-based.&lt;/strong&gt; You pay per AI resolution, ticket, conversation, or credit (Fin, Gorgias, Tidio's Lyro, Chatbase, Zendesk's AI agents). Cheap at low volume — but the bill scales with traffic, is hard to forecast, and the vendor decides what counts as "resolved."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flat monthly.&lt;/strong&gt; A fixed subscription per workspace, regardless of seats (Crisp, Clanker Support). The number on the pricing page is the number on the invoice; tiers include a usage quota, so check your volume fits.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hosted open source.&lt;/strong&gt; The software is free (Chatwoot, Clanker Support's open-source edition); you pay in infrastructure and your own time, plus LLM API costs if you run an AI agent.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The most common billing surprise in 2026 is the hybrid: per-seat base plan plus usage-priced AI add-on — two meters at once, the structure Intercom, Zendesk, Freshdesk, and Help Scout now share.&lt;/p&gt;

&lt;h2&gt;
  
  
  Per-seat suites: the classic helpdesks
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Zendesk
&lt;/h3&gt;

&lt;p&gt;The default enterprise answer, and genuinely the deepest omnichannel suite on this list.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; Suite Team $55/agent/month, Suite Professional $115 on annual billing, as of July 2026; Copilot is a $50/agent/month add-on; AI agents bill separately per automated resolution, with no flat rate published on the pricing page&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per seat, plus per-resolution AI on top&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no — Zendesk's own AI stack&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; mid-size and large teams that need mature workflows, SLAs, a big marketplace, and every channel under one roof&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; both meters — seats and resolutions; admin configuration is a real job; the entry price is nearly double Intercom's&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Freshdesk
&lt;/h3&gt;

&lt;p&gt;The budget per-seat suite. Same shape as Zendesk, lower sticker price.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; Growth $19/agent/month, Pro $55, Enterprise $89 on annual billing, as of July 2026, plus a limited free tier for 1–2 agents. The Freddy AI Agent includes 500 sessions on Pro and Enterprise, then $49 per 100 sessions; the Freddy Copilot add-on is priced separately.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per seat, plus AI sessions on top&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams that want a traditional ticketing suite at the lowest per-seat price, with room to grow into the wider Freshworks stack&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; the interesting AI is gated to Pro and above; AI sessions are yet another meter; breadth over depth across the product&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Help Scout
&lt;/h3&gt;

&lt;p&gt;The shared-inbox veteran, loved for being simple where the suites are heavy.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; a free plan covers up to 5 users and 100 contacts/month; paid plans run Standard $25, Plus $45, and Pro $75 per user/month as of July 2026 (annual discounts apply). Its AI answers feature bills at $0.75 per resolution.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per seat, with per-resolution AI on top&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; small teams doing primarily email support who want a tool the whole team understands in an afternoon&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; the AI is newer and shallower than the AI-first products here — and adopting it imports the same per-resolution unpredictability you were fleeing at Intercom&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Usage-based: pay per resolution, ticket, or conversation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Fin standalone
&lt;/h3&gt;

&lt;p&gt;The twist most listicles miss: you can keep Fin and drop Intercom. Fin works standalone on top of Zendesk or Salesforce, no Intercom seats required.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; $0.99 per outcome (resolution, procedure handoff, or disqualification), $9.99 per qualification, 50-outcome monthly minimum — roughly a $49 floor — as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; pure per-resolution&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no — Fin runs on its proprietary Apex model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; teams already on Zendesk or Salesforce that want the highest-profile resolution engine without Intercom's suite&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; assumed resolutions (the visitor leaves without replying) are billable; the bill scales with traffic; the pending Salesforce acquisition makes long-term pricing a guess&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Gorgias
&lt;/h3&gt;

&lt;p&gt;The ecommerce specialist. Charges per ticket, not per agent — unlimited seats on every plan.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; Starter $10/month for 50 tickets, Basic $50–60 for 300, Pro $300–360 for 2,000, Advanced $750–900 for 5,000 (lower figures are annual), as of July 2026. Its AI agent bills separately at $0.90–1.00 per automated interaction — and those interactions also count as tickets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; per ticket, plus per-AI-interaction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Shopify and ecommerce brands — the order-management integrations are the point&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; built for ecommerce, awkward outside it; two usage meters at once; per-ticket pricing punishes high-volume, low-value contact patterns&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tidio
&lt;/h3&gt;

&lt;p&gt;SMB live chat with an AI agent (Lyro) bolted on as a metered add-on.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; free plan with 50 conversations; Starter from about $24/month and Growth from about $49/month on annual billing; the Lyro AI add-on starts around $32.50/month for 50 AI conversations; Plus starts at $749/month, as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; tiered conversation quotas, plus a separate AI-conversation quota&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; small ecommerce and SMB sites that want chat plus basic automation running today&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; multiple separately-billed quotas (conversations, Lyro conversations, automation triggers); the jump from Growth (~$49) to Plus ($749) strands scaling teams in between&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Chatbase
&lt;/h3&gt;

&lt;p&gt;An AI-agent builder rather than a helpdesk: train an agent on your docs, deploy it across channels.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; free plan (1 agent, basic models); paid plans from $40/month on a credit-based system, as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; subscription tiers with usage credits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; yes — you can pick between multiple LLMs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; getting a capable AI agent onto web, WhatsApp, Slack, and Messenger fast, with SOC 2 Type II compliance; it claims 10,000+ businesses&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; an agent platform, not a support inbox — human handoff and team triage are thin compared to helpdesks; credits are one more meter to watch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We compare it to our own approach in &lt;a href="https://clankersupport.com/vs/chatbase" rel="noopener noreferrer"&gt;Clanker Support vs Chatbase&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Flat monthly pricing: predictable bills
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Crisp
&lt;/h3&gt;

&lt;p&gt;The all-in-one European contender: chat, CRM, knowledge base, and campaigns in one box, priced per workspace instead of per seat.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; a free 2-seat plan (no AI); AI-inclusive plans from roughly €45/month (Mini), with Essentials at €95 and Plus at €295 per workspace, as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat monthly, per workspace&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; SMBs that want chat, a lightweight CRM, and a knowledge base on one bill, with European hosting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; the AI is younger than the dedicated AI-first products; tier jumps are chunky; all-in-one breadth means some modules are shallow&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Clanker Support
&lt;/h3&gt;

&lt;p&gt;Our product, so read this section knowing who wrote it. Clanker Support is an AI support agent installed with one script tag: it answers only from your knowledge base (page URLs, text snippets, Q&amp;amp;A pairs), cites its sources, and when it cannot help — or a visitor asks for a human — it hands off honestly: email and optional Slack notification, conversation landing in a team inbox, replies threading through email both ways. There is also a React Server Component SDK, a WordPress plugin, and a Shopify theme embed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; flat plans from $19/month (Starter), $89 (Growth), $299 (Scale); annual gives two months free; no per-seat fees, no per-resolution fees — each tier includes a monthly AI-response quota, detailed on the &lt;a href="https://clankersupport.com/pricing" rel="noopener noreferrer"&gt;pricing page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; flat monthly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; yes — &lt;a href="https://github.com/theopenco/llmchat" rel="noopener noreferrer"&gt;open source&lt;/a&gt;, free to self-host with your own LLM Gateway key, running serverless on Cloudflare-compatible infrastructure with no Rails-and-Postgres stack to babysit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; yes — pick the LLM per project (OpenAI, Anthropic, Google, and others) and swap it with a config change, no code change&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; SaaS and developer-led teams that want a predictable bill, grounded answers with citations, and a clean human handoff&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; web widget and email only — no WhatsApp, Messenger, Instagram, or voice; no CRM, product tours, or outbound campaigns; it is a newer product with a small ecosystem; and the hosted version has no free tier (self-hosting is the free path)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;a href="https://clankersupport.com/docs/migrate/intercom" rel="noopener noreferrer"&gt;Intercom migration guide&lt;/a&gt; covers the move step by step; the &lt;a href="https://showcase.clankersupport.com" rel="noopener noreferrer"&gt;live demo&lt;/a&gt; runs the real widget, not a mockup; and &lt;a href="https://clankersupport.com/vs/intercom" rel="noopener noreferrer"&gt;Clanker Support vs Intercom&lt;/a&gt; has the feature-by-feature breakdown.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open source and self-hosted
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Chatwoot
&lt;/h3&gt;

&lt;p&gt;The established open-source support platform, and the right default if omnichannel on your own infrastructure is the requirement.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pricing:&lt;/strong&gt; the community edition is free to self-host; the paid cloud starts at $19/agent/month, as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing model:&lt;/strong&gt; free self-hosted, or per-seat cloud&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hostable:&lt;/strong&gt; yes — a Rails + PostgreSQL stack you operate yourself&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model choice:&lt;/strong&gt; not the core pitch — Chatwoot is inbox-first, not AI-first&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; WhatsApp, Instagram, Telegram, and email in one self-hosted inbox with full data ownership; real momentum, with 34,000+ GitHub stars as of July 2026&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honest cons:&lt;/strong&gt; you are signing up to run and upgrade a Rails and Postgres deployment; AI capabilities are lighter than the AI-first agents here&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Clanker Support also belongs in this category — same open-source, self-host-for-free deal, but AI-agent-first and serverless rather than inbox-first on Rails. Opposite trade-offs, unpacked in &lt;a href="https://clankersupport.com/vs/chatwoot" rel="noopener noreferrer"&gt;Clanker Support vs Chatwoot&lt;/a&gt; and our &lt;a href="https://clankersupport.com/blog/open-source-intercom-alternatives" rel="noopener noreferrer"&gt;open-source Intercom alternatives guide&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to stay on Intercom
&lt;/h2&gt;

&lt;p&gt;An honest comparison owes you this section. Intercom (now Fin) is still the right choice if:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;You live on channels nobody here covers as well.&lt;/strong&gt; Fin runs across live chat, email, WhatsApp, SMS, phone, and Slack. If voice and WhatsApp are core channels, most alternatives on this list — ours included — do not compete.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resolution economics favor you.&lt;/strong&gt; If Fin genuinely deflects a large share of your volume, $0.99 per resolution can beat the agents you would otherwise hire. Per-resolution pricing is bad when unpredictable, not when high-deflection and measured.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You use the whole platform.&lt;/strong&gt; Product tours, outbound messages, and campaigns are real products; replacing Intercom with three tools plus glue code changes the math.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Switching costs exceed the savings.&lt;/strong&gt; A large team with years of macros and reporting should price the migration honestly first.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If none of those describe you — mostly web and email support, modest or spiky volume, paying for seats and resolutions you barely use — that is exactly the profile that leaves.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to choose
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1–5 people, early-stage SaaS:&lt;/strong&gt; minimize the floor and the variance. A flat plan (Clanker Support from $19/month, Crisp from ~€45) or a free tier (Chatbase, Tidio, Help Scout) gets you live without a usage meter to babysit.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ecommerce:&lt;/strong&gt; Gorgias on Shopify for deep order integrations; Tidio for lighter chat automation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;10+ agents, many channels:&lt;/strong&gt; Zendesk or Freshdesk, eyes open about the AI add-on meters; consider Fin standalone on Zendesk if raw deflection is the goal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data ownership or compliance:&lt;/strong&gt; self-host — Chatwoot for omnichannel inbox depth, Clanker Support for an AI-first agent on serverless infrastructure.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You mainly want the AI to answer well and hand off cleanly:&lt;/strong&gt; compare the AI-first products directly in our &lt;a href="https://clankersupport.com/blog/best-ai-support-agents" rel="noopener noreferrer"&gt;best AI support agents guide&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Is there a free alternative to Intercom?
&lt;/h3&gt;

&lt;p&gt;Yes, several. Crisp has a free 2-seat plan (without AI), Chatbase and Tidio have free tiers, and Help Scout's free plan covers up to 100 contacts a month. For a permanently free option with full features, self-host an open-source tool: Chatwoot's community edition or Clanker Support's open-source edition, where you bring your own LLM key.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why is Intercom so expensive?
&lt;/h3&gt;

&lt;p&gt;Because two meters run at once. You pay per seat ($29–132 per agent per month on annual billing, as of July 2026), then Fin bills $0.99 for every resolution on top, with a 50-outcome monthly minimum. Copilot for human agents is another $29 per agent. Each line looks reasonable; the compounding is what shocks people at invoice time.&lt;/p&gt;

&lt;h3&gt;
  
  
  What counts as a Fin resolution?
&lt;/h3&gt;

&lt;p&gt;Fin bills $0.99 per "outcome": a resolution, a procedure handoff, or a disqualification, with qualifications billed at $9.99. Crucially, "assumed resolutions" — where the customer leaves without replying — are billable. You are not charged when a customer asks for a human. There is a 50-outcome monthly minimum, roughly a $49 floor, as of July 2026.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is the best open-source Intercom alternative?
&lt;/h3&gt;

&lt;p&gt;Chatwoot is the established choice: an omnichannel inbox (WhatsApp, Instagram, Telegram, email) with 34,000+ GitHub stars, self-hosted on Rails and PostgreSQL. Clanker Support — our product — is the AI-agent-first alternative: serverless, model-agnostic, one-script install. Pick Chatwoot for channel breadth, Clanker Support if the AI agent and a predictable bill are the point.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is the best Intercom alternative for early-stage SaaS?
&lt;/h3&gt;

&lt;p&gt;Prioritize a low, fixed floor over features you will not use yet. Flat-priced tools (Clanker Support from $19/month, Crisp from about €45/month as of July 2026) keep the bill predictable while volume is spiky. If WhatsApp or Instagram support is essential from day one, look at Chatwoot or Crisp instead — the AI-first agents, ours included, skip those channels.&lt;/p&gt;

</description>
      <category>customersupport</category>
      <category>saas</category>
      <category>ai</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
