Welcome to Acme Co.

This is a demo page for testing the embeddable chat widget. Look for the chat bubble in the corner — click it to start a conversation.

Features

Fast Support

Real-time chat backed by Socket.IO and a NestJS API.

Embeddable

Drop in a single script tag on any site — no build required.

Multi-Tenant

Identified by site key; each customer gets isolated data.

// Demo configuration
data-key: sk_f44cfab9988c8651dad0684771b5a4a77732c49be14bf0b7
data-server: http://localhost:3001
data-color: #4F46E5
data-position: bottom-right

// Make sure the backend is running:
yarn dev --filter=@adwings-chat/backend

// And that the embed script is built:
yarn build --filter=@adwings-chat/embed-script