Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.24 KB

GlobalChatRoom

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.

GitHub license

Features

  • 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

Build

yarn build

Distributable files will be created in folder dist.

License

AGPL v3

ForTheBadge uses-html ForTheBadge uses-css ForTheBadge uses-js