<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rails on Text Matrix</title><link>https://txtmix.com/tags/rails/</link><description>Recent content in Rails on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/rails/index.xml" rel="self" type="application/rss+xml"/><item><title>Chatwoot：开源全渠道客服平台，Intercom 与 Zendesk 的自部署替代</title><link>https://txtmix.com/posts/tech/chatwoot-open-source-customer-support-platform-guide/</link><pubDate>Fri, 12 Jun 2026 15:11:15 +0800</pubDate><guid>https://txtmix.com/posts/tech/chatwoot-open-source-customer-support-platform-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完本文后，你应能：&lt;/p>
&lt;ul>
&lt;li>说清 Chatwoot 把&amp;quot;多渠道对话归一化&amp;quot;做到什么程度，以及它和 Twenty、Odoo 这类相邻项目的边界在哪里。&lt;/li>
&lt;li>对照 Rails + Sidekiq + PostgreSQL + Redis 这套后端组合，判断自部署时哪个组件会成为瓶颈，并知道 pgvector 在 Captain AI Agent 里扮演什么角色。&lt;/li>
&lt;li>跟着一次&amp;quot;客户从网站 Widget 发消息到坐席回复&amp;quot;的完整链路，定位路由、实时分发、报表聚合分别落在哪段代码、哪个进程。&lt;/li>
&lt;li>在 Heroku、DigitalOcean Kubernetes、自建 Docker Compose 三条部署路径里做出取舍，并知道落地前必须自检的合规、凭证、本地化三件事。&lt;/li>
&lt;/ul>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#%e4%b8%80%e5%8f%a5%e8%af%9d%e5%88%a4%e6%96%ad" rel="">一句话判断&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e9%a1%b9%e7%9b%ae%e4%bd%8d%e7%bd%ae" rel="">项目位置&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e7%b3%bb%e7%bb%9f%e5%9c%b0%e5%9b%be" rel="">系统地图&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%80%e6%ac%a1%e4%bc%9a%e8%af%9d%e4%bb%8e%e5%ae%a2%e6%88%b7%e6%95%b2%e7%ac%ac%e4%b8%80%e8%a1%8c%e5%ad%97%e5%88%b0%e5%9d%90%e5%b8%ad%e5%9b%9e%e5%a4%8d" rel="">一次会话从客户敲第一行字到坐席回复&lt;/a>&lt;/li>
&lt;li>&lt;a href="#captain%e5%80%bc%e5%be%97%e5%8d%95%e7%8b%ac%e7%9c%8b%e7%9a%84-ai-agent" rel="">Captain：值得单独看的 AI Agent&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e9%83%a8%e7%bd%b2%e4%b8%8e%e8%90%bd%e5%9c%b0" rel="">部署与落地&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%b0%81%e8%af%a5%e7%94%a8%e8%b0%81%e5%8f%af%e4%bb%a5%e7%ad%89" rel="">谁该用、谁可以等&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%be%b9%e7%95%8c%e4%b8%8e%e6%9c%aa%e8%a6%86%e7%9b%96" rel="">边界与未覆盖&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%87%aa%e6%b5%8b%e9%a2%98" rel="">自测题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%9b%e9%98%b6%e8%b7%af%e5%be%84" rel="">进阶路径&lt;/a>&lt;/li>
&lt;li>&lt;a href="#faq" rel="">FAQ&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="一句话判断">一句话判断&lt;/h2>
&lt;p>Chatwoot 把分散在十几种渠道里的客户对话统一收进一个可自托管的工单系统，同时把 AI 助手、Help Center、报表、自动化打包在一起。它不是 Intercom 的功能克隆，但已经覆盖 80% 的中型团队实际会用到的客服场景，剩下的 20% 需要靠 enterprise 版或自研补齐。&lt;/p></description></item></channel></rss>