Powerful, customizable chat widget for seamless customer support integration. Easy to embed, secure, and works on any website.
Just add two lines of code to embed the chat widget on any website
Customize colors, position, theme, and messages to match your brand
WebSocket-powered real-time messaging with typing indicators
API key authentication and secure message routing
Sign up for an account and get your API key from the admin dashboard
<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>The chat widget will appear on your website and start accepting messages