All Projects → dermike → Conversational Ui

dermike / Conversational Ui

Licence: mit
Conversational interface web app example

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Conversational Ui

React Simple Chatbot
💬 Easy way to create conversation chats
Stars: ✭ 1,292 (+1556.41%)
Mutual labels:  chatbot, chat, conversational-ui
React Native Chatbot
💬 Easy way to create conversation chats
Stars: ✭ 212 (+171.79%)
Mutual labels:  chatbot, chat, conversational-ui
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+12061.54%)
Mutual labels:  chatbot, conversation, conversational-ui
Dialogflow Web V2
Dialogflow Web Integration. Rich Components, Actions on Google and more
Stars: ✭ 307 (+293.59%)
Mutual labels:  chatbot, chat, conversational-ui
Convform
A jQuery plugin that transforms a form into an interactive chat.
Stars: ✭ 141 (+80.77%)
Mutual labels:  chatbot, conversation, chat
Botframework Webchat
A highly-customizable web-based client for Azure Bot Services.
Stars: ✭ 1,198 (+1435.9%)
Mutual labels:  chatbot, chat, conversational-ui
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+1414.1%)
Mutual labels:  chatbot, chat
Chat
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
Stars: ✭ 710 (+810.26%)
Mutual labels:  conversation, chat
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (-3.85%)
Mutual labels:  conversation, chat
Quip Export
Export all folders and documents from Quip
Stars: ✭ 28 (-64.1%)
Mutual labels:  conversation, chat
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (+541.03%)
Mutual labels:  chatbot, chat
Seq2seq Chatbot
Chatbot in 200 lines of code using TensorLayer
Stars: ✭ 777 (+896.15%)
Mutual labels:  chatbot, chat
Botframework Solutions
Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
Stars: ✭ 965 (+1137.18%)
Mutual labels:  conversation, conversational-ui
Chatui
The UI design language and React library for Conversational UI
Stars: ✭ 684 (+776.92%)
Mutual labels:  chatbot, chat
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (+764.1%)
Mutual labels:  chatbot, chat
Webbybot
chatterbot written in es6 (es2015), fork from hubot
Stars: ✭ 71 (-8.97%)
Mutual labels:  chatbot, chat
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+561.54%)
Mutual labels:  chatbot, chat
Botbuilder Viber
Plug-in Viber connector for Microsoft BotBuilder framework
Stars: ✭ 12 (-84.62%)
Mutual labels:  chatbot, chat
Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-32.05%)
Mutual labels:  chatbot, chat
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-35.9%)
Mutual labels:  chatbot, chat

conversational-ui

Conversational UI web app experiment. Demo

Setup

js/app.js

Built upon the structure Category -> Sub-category -> Info as defined in js/app.js. Also check this file for customising the selection of replies, randomly selected for each step. See this repo for a real world example using AJAX for content.

index.html

Content view for the info step is defined here under .content div. Id's from menu and submenu need to be combined.

Build

This project mainly uses ES2015 JavaScript features. Can be run in Chrome or Safari Technical Preview without a hitch, but needs transpilation with Babel for other browsers using Gulp.

To transpile, install Node.js and Gulp if you haven't already. Then install the project dependencies required, listed in package.json, with:

npm install

Then run the transpile task defined in gulpfile.js:

gulp js

This transpiles and minifies to js/app.min.js.

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].