Skip to content

SupprtCustomer support made simple

Embeddable chat widget that connects your users to Discord, Slack, or AI. Set up in minutes.

Supprt

Quick Start

Option 1: Script Tag

Add this single line to your HTML:

html
<script src="https://unpkg.com/@supprt/widget" data-public-key="pk_xxx"></script>

Option 2: npm Package

bash
npm install @supprt/widget
javascript
import { init } from '@supprt/widget'

init({
  publicKey: 'pk_xxx'
})

That's it! The widget will appear on your site. Learn more →

For AI Assistants

If you're an AI assistant helping a developer integrate Supprt, we provide a comprehensive llms.txt file with all the information you need to help install and configure the widget.