Nortinia Chat Widget

Powerful, customizable chat widget for seamless customer support integration. Easy to embed, secure, and works on any website.

Easy Integration

Just add two lines of code to embed the chat widget on any website

Customizable

Customize colors, position, theme, and messages to match your brand

Real-time

WebSocket-powered real-time messaging with typing indicators

Secure

API key authentication and secure message routing

Quick Start

1. Get your API Key

Sign up for an account and get your API key from the admin dashboard

2. Add the widget to your website

<script>
  window.NortiniaChatConfig = {
    apiKey: 'YOUR_API_KEY',
    position: 'bottom-right',
    theme: 'light',
    // Optional: For authenticated users
    visitorName: 'John Doe',
    visitorEmail: 'john@example.com'
  };
</script>
<script src="https://cdn.nortinia.com/chat-widget/v1/widget.js"></script>

3. That's it!

The chat widget will appear on your website and start accepting messages