All Projects → hubtype → Botonic

hubtype / Botonic

Licence: mit
Build chatbots and conversational experiences using React

Programming Languages

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

Projects that are alternatives of or similar to Botonic

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 (+6487.5%)
Mutual labels:  bots, bot-framework, chatbots, nlu, conversational-ui
airy
💬 Open source conversational platform to power conversations with an open source Live Chat, Messengers like Facebook Messenger, WhatsApp and more - 💎 UI from Inbox to dashboards - 🤖 Integrations to Conversational AI / NLP tools and standard enterprise software - ⚡ APIs, WebSocket, Webhook - 🔧 Create any conversational experience
Stars: ✭ 299 (+107.64%)
Mutual labels:  bots, bot-framework, nlu, conversational-ui, chatbots
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+9079.86%)
Mutual labels:  bots, bot-framework, chatbots, nlu
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-86.81%)
Mutual labels:  bots, bot-framework, nlu, chatbots
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+1888.89%)
Mutual labels:  bots, bot-framework, chatbots
Wisty.js
🧚‍♀️ Chatbot library turning conversations into actions, locally, in the browser.
Stars: ✭ 24 (-83.33%)
Mutual labels:  bot-framework, nlu, chatbots
Bot Context
Easy, powerful, functional way to maintain conversational context in chat bots.
Stars: ✭ 44 (-69.44%)
Mutual labels:  bots, chatbots, conversational-ui
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-38.89%)
Mutual labels:  bots, bot-framework, chatbots
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (-79.17%)
Mutual labels:  bots, bot-framework, chatbots
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-78.47%)
Mutual labels:  bots, bot-framework, chatbots
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-87.5%)
Mutual labels:  bots, bot-framework, chatbots
Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (-33.33%)
Mutual labels:  bot-framework, chatbots, nlu
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (+18.75%)
Mutual labels:  bots, bot-framework, conversational-ui
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+184.72%)
Mutual labels:  bots, bot-framework, chatbots
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+234.03%)
Mutual labels:  bots, bot-framework, conversational-ui
Botbuilder Dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Stars: ✭ 631 (+338.19%)
Mutual labels:  bots, bot-framework
Chatito
🎯🗯 Generate datasets for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
Stars: ✭ 678 (+370.83%)
Mutual labels:  chatbots, nlu
Botframework Composer
Dialog creation and management for Microsoft Bot Framework Applications
Stars: ✭ 605 (+320.14%)
Mutual labels:  bots, chatbots
Adaptivecards
A new way for developers to exchange card content in a common and consistent way.
Stars: ✭ 950 (+559.72%)
Mutual labels:  bots, bot-framework
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 (+570.14%)
Mutual labels:  bot-framework, conversational-ui

Botonic

Website | Blog | Docs | Examples | Friday Office Hours


Build Chatbots and Conversational Apps Using React

botonic Version Downloads/week License Twitter Follow

🐣 What is Botonic?

Botonic is a full-stack framework to create chatbots and modern conversational apps made with ❤️ by Hubtype.

It's built on top of:

⚛️ React | ⚡ Serverless | 💡 Tensorflow.js

And it works on:

💬 Messaging apps like Whatsapp, Facebook Messenger, Telegram, Twitter DMs | 🌐 Your website | 📱 Your mobile app

With Botonic you can focus on creating the best conversational experience for your users instead of dealing with different messaging APIs, AI/NLP complexity or managing and scaling infrastructure. It also comes with a battery of plugins so you can easily integrate popular services into your project, for instance:

If you'd like to see more plugins/integrations, please submit an issue or a pull request

🚀 Quick Start

Prerequisites

  • Node (v10 or above) and NPM are required.
  • LTS version of NodeJS Installer is recommended.
  • You can verify the installation running npm --version and node --version on a terminal.

Step 1 - Install

$> npm install -g @botonic/cli

Step 2 - Create a bot

$> botonic new myBot tutorial

Step 3 - Run your bot

Run your bot locally while developing:

$> cd myBot
$> botonic serve

botonic serve is just an alias for npm run start which will start a local server at http://localhost:8080. While you develop, the server will auto reload every time you make changes to your code.

Step 4 - Deploy

$> botonic deploy

Check out the Getting Started Tutorial: a step-by-step guide to start building high quality conversational apps.

🤝 Contributing

  • ⭐⭐ Give us a Star on GitHub ⭐⭐
  • Submit an issue if you find a bug or want to request a feature.
  • Join our Slack community, let us know what you're building and give us feedback.
  • PRs are welcome! Just follow our Code of Conduct and Contributing Guide

👏 Supporters

Stargazers repo roster for @hubtype/botonic

Forkers repo roster for @hubtype/botonic

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