Case Study
Creator & Full-Stack AI Infrastructure Engineer · ClayPulse · Mar 2026 - Apr 2026

Overview
Built ClawScale, an open-source, multi-tenant gateway for deploying AI chatbots across WhatsApp, Discord, Slack, Telegram, Teams, LINE, WeChat, and other messaging platforms.
Key Technologies
Achievements
Story & Process
ClawScale is an open-source platform for deploying AI chatbots across many messaging platforms without rebuilding webhook infrastructure for every channel.
It connects AI backends such as OpenClaw, Claude, GPT, OpenRouter, self-hosted models, or local CLI agents to messaging surfaces like WhatsApp, Discord, Slack, Telegram, Teams, LINE, Signal, WeChat, and more.
Most teams that want IM chatbots end up gluing together webhook handlers, queues, user-state stores, provider adapters, and AI API calls. ClawScale replaces that repeated integration work with a single gateway and dashboard.
The key design goal was multi-tenant isolation: many users can chat with AI through the same deployed system while their conversations, memory, and state stay separated.
ClawScale is a pnpm monorepo with two main packages:
This separation keeps the gateway layer independent from the agent layer, so teams can scale messaging infrastructure and AI execution separately.