Drop-in chat widget for your website. One script tag, zero dependencies, connects to your Sanctuary Gateway. Your members can reach you without installing anything.
Floating bubble (bottom-right of your site)
Paste this before </body> on any page. The widget loads asynchronously — zero impact on page speed.
Want full control? Copy the standalone script file to your own server. No CDN dependency, no external calls.
The widget speaks a simple JSON protocol with the Sanctuary Gateway. Build your own client in any language.
On connect:
{ "type": "connected", "sessionId": "abc123" }Reply message:
{
"type": "message",
"text": "Welcome! How can we help?",
"gatewayId": "xyz789",
"timestamp": "2026-01-30T12:00:00Z"
}Set display name:
{ "type": "set_name", "displayName": "Jane" }Send message:
{ "type": "message", "text": "MENU" }WebChat is just one channel. Sanctuary connects Telegram, WhatsApp, Discord, Signal, and Matrix — all through one gateway, one dashboard, one system.