Skip to content

hubtype/botonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Jun 11, 2024
Aug 18, 2023
Oct 1, 2024
Oct 3, 2024
Mar 27, 2024
Dec 10, 2018
Apr 27, 2020
Mar 25, 2018
Mar 25, 2018
Jun 7, 2021
Mar 27, 2024
Mar 26, 2020
Jun 19, 2023
Oct 3, 2024
Nov 8, 2019
Dec 7, 2020
Nov 8, 2019
Mar 29, 2021
Mar 25, 2018
May 13, 2021
Oct 3, 2024
Jul 31, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024

Repository files navigation

Botonic

Website | Blog | Docs | Examples | Friday Office Hours


Build Chatbots and Conversational Apps Using React

botonic Version Downloads/week License Twitter Follow

🐣 Introducing Botonic Open Source Framework

Botonic is an open source 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