GitHub

Simple.
Fast.
Reliable.

The modern chat widget for your website.
Copy, paste, and start chatting.

main.js
import DerinChat from 'derin-chat'; // Integrate with your API key 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' } } });