Web Chatbot Client

Star Fork

Introduction

This is a open source web client for chatbots built using Dialogflow or Bot Framework.

Support for additional platforms will be added soon.

Demos

Dialogflow + Chat Window Style: Popup

Bot Framework + Chat Window Style: Slide

Getting Started

Download the code from Github

Install node.js from here if not already installed

Install required npm libraries

npm install http-server -g
npm install

Test the client by running the following code on the terminal

http-server

Configuration

To change the color, title, backend or style update the config object.

Template config objects can be found in demo pages

Deployment

The deployment code can be found in the demo pages linked at the top of this page.

Sliding Window
demo of a sliding chatbot client
Popup Window
demo of a popup chatbot client