One LLM to rule China's e-commerce inboxes
A single TypeScript hub that drops an AI agent into WeChat, Douyin, Pinduoduo, Taobao, Xiaohongshu, and a half-dozen other Chinese commerce platforms.

What it does
ChatGPT-On-CS is a TypeScript-based customer-service automation layer that sits across the messaging backends of Chinese e-commerce and social platforms. It reads and replies to text, voice, and images via GPT-3.5, GPT-4, Tongyi Qianwen, Wenxin Yiyan, or DeepSeek, and can tap plugins to reach outside systems or the web. A built-in knowledge-base upload lets shops train the bot on their own catalogs and support scripts.
The interesting bit
The real work isn’t the LLM wrapper—it’s the platform glue. The project maintains live integrations with WeChat, Qianniu (Taobao seller center), Douyin/ Feige, Pinduoduo, JD/ Jingmai, Xiaohongshu, Bilibili, Weibo, and Zhihu, plus browser-multi-session support so one instance can juggle several storefronts at once. That breadth of domestic platform coverage in a single open-source repo is unusual; most Western equivalents focus on one or two channels.
Key highlights
- Supports GPT-3.5/4, DeepSeek, Tongyi Qianwen, and Wenxin Yiyan as backends
- Handles text, voice, and image messages; includes keyword auto-reply, randomized delay timers, and human-takeover detection
- Knowledge-base ingestion plus “one-click learning” from real human chat logs
- Analytics dashboards for after-sales queries and intent classification
- Roadmap lists live-stream auto-reply and local LLM support as in-progress
Caveats
- AGPL-3.0 license with an explicit commercial-use clause: businesses must contact the authors for a commercial license; personal use is free
- The README is heavy on SaaS marketing and OEM partnership pitches, light on architecture or API docs
- “Local large model support” is on the roadmap but not yet shipped
Verdict
Worth a look if you run cross-platform storefronts in China and want a unified AI inbox without building ten separate bots. Skip it if you need deep technical transparency or a permissive license for commercial deployment.
Frequently asked
- What is cs-lazy-tools/ChatGPT-On-CS?
- A single TypeScript hub that drops an AI agent into WeChat, Douyin, Pinduoduo, Taobao, Xiaohongshu, and a half-dozen other Chinese commerce platforms.
- Is ChatGPT-On-CS open source?
- Yes — cs-lazy-tools/ChatGPT-On-CS is open source, released under the AGPL-3.0 license.
- What language is ChatGPT-On-CS written in?
- cs-lazy-tools/ChatGPT-On-CS is primarily written in TypeScript.
- How popular is ChatGPT-On-CS?
- cs-lazy-tools/ChatGPT-On-CS has 4.2k stars on GitHub.
- Where can I find ChatGPT-On-CS?
- cs-lazy-tools/ChatGPT-On-CS is on GitHub at https://github.com/cs-lazy-tools/ChatGPT-On-CS.