All Projects → Cognigy → WebchatWidget

Cognigy / WebchatWidget

Licence: other
A graphical chat widget you can embed into your website to provide visitors access to a Conversational AI via Cognigy.AI.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to WebchatWidget

Webchat
The SAP Conversational AI webchat let you deploy a bot straight to a website
Stars: ✭ 71 (+343.75%)
Mutual labels:  webchat
python-omegle
A simple Python API for the Omegle chat service
Stars: ✭ 18 (+12.5%)
Mutual labels:  webchat
xpllyn
个人网站项目。使用spring-boot搭建,集合了博客、书籍下载、留言、github page查询、Netty+WebSocket搭建的Web网页聊天室等功能。其中github page查询工具使用了github的api,Web聊天室使用Netty+Websocket+Redis+MySQL搭建服务,使用Shiro安全框架实现身份验证/登录,采用MySql作为网站的数据库,使用Redis用于聊天记录缓存,实现了群聊、单聊、查询用户、添加好友、聊天记录等功能。
Stars: ✭ 21 (+31.25%)
Mutual labels:  webchat
Django-Rasa-Bot
Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface
Stars: ✭ 30 (+87.5%)
Mutual labels:  webchat
Microsoft.Owin.Security.QQ-WebChat
QQ and Webchat extensions for Microsoft.Owin.Security
Stars: ✭ 20 (+25%)
Mutual labels:  webchat
webchat app
微信小程序
Stars: ✭ 28 (+75%)
Mutual labels:  webchat

Cognigy Webchat Widget

This repo contains a Webchat that seemlessly integrates with your website and lets your users chat with your Conversational AI built with COGNIGY.AI.

Documentation

To get started using the Webchat on your Website, you can use the Documentation section in this repository. For Information on how to set up the Webchat on Cognigy side, please refer to the "Deploy a Webchat Endpoint" guide in our product documentation.

Please read the Documentation here for information about how you can integrate this Webchat on your own website. For customization of styling, please read the guide on applying custom CSS to the Webchat.

About this Repository

This repository contains the source code for the Cognigy Webchat within our product. It is divided into multiple sub-projects

  • webchat-ui contains the source code used to render the webchat and webchat-plugins via react
  • webchat makes use of webchat-ui and adds the socket connection as well as state management to it. It can be used within react applications for seamless integration
  • webchat-embed takes the webchat and renders it into a website without further manual integration into an existing react application
  • plugins contains builtin webchat-plugins that can be understood as a basic featureset.

Building the Webchat

To build the webchat, you will need an installed version of Node.js. Clone this repository, then run npm i and npm run bundle within the root folder to install dependencies and create bundle files in dist/.

Development

For development, you may use npm run dev, which will spawn a http-server on port 8080 that features the webchat in the current form from the source code. On updating source files, it will reload automatically to ease up the development process.

Compatibility Builds

The npm run bundle task will create bundle files for the webchat itself as well as basic webchat plugins. It will also create a second version of each bundle ending in .legacy.js. Those builds contain the same featureset as the regular builds, but are translated into an older standard of JavaScript, providing improved compatibility for older browsers which do not support modern JavaScript features (e.g. Internet Explorer 11).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].