Skip to content

Opensource alternative to Intercom, Drift, Zendesk, FreshChat

License

Notifications You must be signed in to change notification settings

nursoltan-s/chatwoot

 
 

Repository files navigation

Woo-logo

Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.


CircleCI Badge License Maintainability Commits-per-month

ChatUI progess

Quick Setup

Install JS dependencies

yarn install

Install ImageMagik

brew install imagemagick

Setup rails server

# 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

http://localhost:3000
user name: john@acme.inc
password: 123456

Detailed documentation

Detailed documentation is available at www.chatwoot.com/docs

Contributors ✨

Thanks goes to all these wonderful people:

Chatwoot © 2017-2019, ThoughtWoot Inc - Released under the MIT License.

About

Opensource alternative to Intercom, Drift, Zendesk, FreshChat

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 39.1%
  • Vue 24.5%
  • JavaScript 20.8%
  • CSS 12.6%
  • HTML 3.0%