← all apps

Can I code Intercom?

A chat widget on your site talking to a real-time inbox is a genuinely solid weekend build — the same real-time patterns as any chat app. What's hard to match is routing, AI-suggested replies, and every channel (email, SMS, social) folded into one inbox.

VIBE SCORE 87/100

how this is worked out

Why CanICodeThis says Borderline

  • A website chat widget plus a real-time agent inbox is websockets and a message table, the same core as any chat app
  • Basic canned responses and a simple FAQ bot (keyword matching or an LLM call) cover a lot of ground for one person
  • Read receipts, typing indicators, and conversation history are all bounded, well-understood problems

Read before building

  • Omnichannel routing — email, SMS, and social messages landing in the same inbox as website chat — is real integration work per channel, not a checkbox
  • AI-assisted reply suggestions tuned to your specific product and tone take real iteration, not just an API call
  • Their app store of integrations into CRMs and ticketing systems doesn't come with a DIY build

Bill of materials

The parts this build actually needs, each rated on its own — the average is the Vibe Score above.

Landing page99
CRUD database95
Realtime collaboration67

The build spec

Build me a website chat widget with a real-time agent inbox. Widget: embeddable script, chat bubble, message history for returning visitors. Inbox: real-time incoming messages over WebSockets, conversation list, canned responses, and basic visitor context (page URL, browser). SQLite behind a small API, single admin login. Skip email/SMS channels — website chat only.

Standard Parts/Free Alternatives

Don't feel like building it? These are already made, open-source, and free.

categorysupport
time to codea weekend
Borderline
their price$39/mo · $468/yr
last checked2026-08 · source ↗

Questions

Can I code Intercom?

Borderline. A chat widget on your site talking to a real-time inbox is a genuinely solid weekend build — the same real-time patterns as any chat app. What's hard to match is routing, AI-suggested replies, and every channel (email, SMS, social) folded into one inbox.

How much does Intercom cost?

Intercom costs $39/mo (about $468/yr) as of 2026-08. That's what a working rebuild would save you.

What do I lose by building it myself?

Omnichannel routing — email, SMS, and social messages landing in the same inbox as website chat — is real integration work per channel, not a checkbox AI-assisted reply suggestions tuned to your specific product and tone take real iteration, not just an API call Their app store of integrations into CRMs and ticketing systems doesn't come with a DIY build

Is there a free alternative to Intercom I don't have to build?

Yes — Chatwoot are open-source options worth trying before you build your own. Details are in the standard parts section on this sheet.