Skip to content

itzshoaibmalik/globalchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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