Global ChatRoom is a web based conversational dialog platform build in CSS nd JS which makes it possible to generate responses based on collections of known conversations. This is an open source Chat platform which doesn't require any specific requirements.
- React-based component
- Supports Text with Markdown formatting, Images, and Buttons
- Customizable with SASS variables
- Generates a unique session id and keeps it in
sessionStorage
- Queues consecutive bot messages for better readability
- Speech input (only in Chrome for now)
- Text to Speech (only in Chrome for now)
- Demo mode included (ideal for scripted screencasts)
- Hosted on S3 for easy use
yarn build
Distributable files will be created in folder dist
.
AGPL v3