A powerful contextual commenting system for any website
npm install @commentwidget/coreA powerful, Contextual commenting system that can be integrated into any website.
- 💬 Click-to-comment interface
- 🧵 Threaded conversations
- ⌨️ Keyboard shortcuts
- 💾 Multiple storage options (localStorage, API, Firebase, Supabase)
- 🎨 Customizable styling
- 📱 Responsive design
- ⚡ Lightweight and performant
``bash`
npm install @commentwidget/core
`html`
`typescript
import { initCommentWidget, LocalStorageAdapter } from '@commentwidget/core';
initCommentWidget({
storage: new LocalStorageAdapter('my-app-comments'),
primaryColor: '#575CE5'
});
`
`html
``
Visit our documentation site for detailed guides and API reference.
MIT