Woo-logo

A simple and elegant live chat software
An opensource alternative to Intercom, Zendesk, Drift, Crisp etc.

___

Maintainability CircleCI Badge License Commits-per-month Discord Chat on Discord

![ChatUI progess](./.github/dashboard-screen.png) ## Background Chatwoot is a customer support tool for instant messaging channels which can help businesses to provide exceptional customer support. The development of Chatwoot started in 2016 and it failed to succeed as a business and eventually shut the shop in 2017. During 2019 #Hacktoberfest, the maintainers decided to make it opensource instead of letting the code rust in a private repo. With a pleasant surprise, Chatwoot became a trending project on Hacker News and best of all, got lots of love from the community. Now, a failed project is back on track and the prospects are looking great. The team is back to working on the project and we are building it in the open. Thanks to the ideas and contributions from the community. ## Quick Setup ### Install JS dependencies ``` bash yarn install ``` ### Install ImageMagick ```bash brew install imagemagick ``` ### Setup rails server ```bash # install ruby dependencies bundle # Copy configurations ./configure # run db migrations bundle exec rake db:create bundle exec rake db:reset # fireup the server foreman start -f Procfile.dev ``` ### Login with credentials ```bash http://localhost:3000 user name: john@acme.inc password: 123456 ``` ## Detailed documentation Detailed documentation is available at [www.chatwoot.com/docs](https://www.chatwoot.com/docs) ## Contributors ✨ Thanks goes to all these [wonderful people](https://www.chatwoot.com/docs/contributors): *Chatwoot* © 2017-2019, ThoughtWoot Inc - Released under the MIT License.