Simple.
Fast.
Reliable.
The modern chat widget for your website.
Copy, paste, and start chatting.
import DerinChat from 'derin-chat';
DerinChat.init({
apiKey: 'YOUR_API_KEY',
features: {
fileUpload: true,
quickReplies: true,
agentMode: true
},
ui: {
position: 'bottom-right',
texts: {
title: 'Derin Chat',
subtitle: 'Online Support'
},
colors: {
primary: '#000000',
background: '#ffffff'
}
}
});