#Ruby #OpenSource #Friday #RubyFriday
Here is a review of another Ruby on Rails open-source web app: chatwoot

This customer engagement suite is an alternative to Intercom, Zendesk, Salesforce Service Cloud, and more.

✅ Built on Ruby 3.2.2 and Rails 7.0.8
✅ Vue front end with Tailwind CSS
✅ Sidekiq with Redis for background processing
✅ PostgreSQL for database management

More about chatwoot:

👉 YCombinator batch 2021
👉 Open-source with MIT-like license

It uses quite a few interesting gems that I expanded into the article on my blog where I also talk about some design patterns I found while browsing the repo.

You can read the full article at https://allaboutcoding.ghinda.com/ruby-open-source-chatwoot

#Ruby #OpenSource #Rails #Review

Ruby Open Source: chatwoot

Continuing the series about open-source Ruby with chatwoot As a reminder, this is a 30-minute review so this is a high-level overview and there might be things that I missed or that I misunderstood. The product chatwoot is an "Open-source customer en...

All about coding