mausconi / chaskiq

Open Source conversational Marketing alternative to Intercom, Drift, etc..

Home Page:https://chaskiq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaskiq is a 100% open source conversational marketing platform build as an alternative for Intercom, Drift, and others, currently under active development.

Chaskiq

Chaskiq is a platform that enables chat comunication with users in app or via campaigns (in app messages or newsletters). The platform is a Ruby on Rails app serving a graphql API which is consumed by a React application. It has minimal dependences , Postgres & Redis and interoperates with cdn providers like Amazon s3 and Amazon SES for email delivery. You can use other providers too.

Deploy

Travis CI


image

Main features:

  • Segments or users filters to trigger campaigns, messages and bots.

    • use build in attributes like "last sign in", "country", "nº of sessions" or provide your own attributes from your registered users.
  • Embedable Widget Messenger

    • Embed web widget with a simple js snippet
    • Pass custom attributes to feed your segment properties
    • Secure data comunication with Encrypted data (JWE)
    • Multilanguage and Customizable color palette
  • Conversations

    • Agent's auto assignment
    • Extensible Chat editor with many kind of blocks ie: image, code, video, embed, giphy and more.. it's based in Dante2 editor
  • Campaigns

    • Newsletters with programable scheduling and Audience target
      • track open, clicks and complaints
    • User auto messages, send messages to visitors through segments
      • track open, clicks
    • Receive & Reply those unreaded messages from email and deliver the directly to the chat.
    • Set Agent's team availability, days with their time frames.
    • Compose Onboarding tours to give an awesome experience on your site
      • track open, clicks and skips
      • set which url the onboarding should trigger, support patterns like /*

    All Campaigns messages are powered by Dante2, with all the bells and whistles.

  • Data enrichment, through third parties

  • Api integrations & pluggable integrations (currently on the works)

  • Programable bots and composable paths of conversations

  • Report dashboard with visits avg response & resolution times

  • Help Center/ Knowledge base in the box

    • Create articles & collections
    • multilanguage

And many features to come

To learn more about the philosophy and goals of the project, visit chaskiq.io.

Screenshots

Intercom's like messenger. widget based chat application:

image

Dashboard panel

image

Help Center

image

Development

To get your environment setup, follow the community setup guide for your operating system.

  1. If you're on macOS, try the macOS development guide.
  2. If you're on Ubuntu, try the Ubuntu development guide.
  3. If you're on Windows, try the Windows 10 development guide.
  4. If you want to develop on Docker Docker Dev Guide

Before you get started, ensure you have the following minimum versions: Ruby 2.6+, PostgreSQL 10+, Redis 2.6+.

Setting up Chaskiq

If you want to set up a Chaskiq for production use, see our Chaskiq Install Guide.

Requirements

Chaskiq is built for the next 10 years of the Internet, so our requirements are high:

Browsers Tablets Phones
Safari 10+ iPad 4+ iOS 10+
Google Chrome 57+ Android 4.4+ Android 4.4+
Internet Explorer 11+
Firefox 52+

Built With

  • Ruby on Rails — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
  • React.js — Our front end is an React.js app that communicates with the Rails Graphql API.
  • PostgreSQL — Our main data store is in Postgres.
  • Redis — We use Redis as a cache and for transient data.

Plus lots of Ruby Gems, a complete list of which is at /master/Gemfile.

Contributing

Chaskiq is 100% free and open source. We encourage and support an active, healthy community that accepts contributions from the public – including you!

The Chaskiq Team

For a complete list of the many individuals that contributed to the design and implementation of Chaskiq, please refer to GitHub's list of contributors.

Copyright / License

Copyright 2019 Chaskiq.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Open Source conversational Marketing alternative to Intercom, Drift, etc..

https://chaskiq.io

License:GNU General Public License v2.0


Languages

Language:JavaScript 59.3%Language:Ruby 28.9%Language:HTML 8.6%Language:CSS 3.2%Language:Dockerfile 0.1%Language:Shell 0.0%