GitHub radar

Self-hosted AI chatbot platform for WeChat

WeChat-AI is an open-source platform by SMNETSTUDIO for running LLM-powered roleplay chatbots inside WeChat, connecting to Tencent's iLink API with any OpenAI-compatible language model.

01SMNETSTUDIO/WeChat-AI 675TypeScript

An open-source, self-hosted platform by SMNETSTUDIO for deploying LLM-powered roleplay chatbots inside WeChat via Tencent's iLink API. About a third of the documentation and interface is in Chinese. Users assign AI personas with custom personalities and conversation memory; admins manage bots, token usage, and moderation through a dashboard. A visual Chatflow editor lets you wire up conversation logic without writing code. Supports multi-node deployment with Cloudflare Worker load balancing.

Why a vibe-coder should care

Shows a complete working architecture for AI bots with persistent memory, visual conversation orchestration, and multi-user management inside a major messaging platform — useful as a reference for anyone building AI personas or agents that need to live inside a chat app.

Open on GitHub