newbotjs / newbot-framework

Framework to create chatbots on all platforms and on the browser - https://newbot.io
40 stars 5 forks source link
ai bot chatbots conversational-ai javascript line-bot nlp

NewBot

NewBot Javascript Framework


**NewBot Framework is an open source Javascript framework for building chatbots

Creating a conversational system can take a long time. The goal of NewBot Framework: to give all the means to realize chatbots / voicebots as quickly and as easily as possible

Docs

Last version

Why not use Microsoft BotFramework or BotKit?

The approach is completely different from these frameworks. NewBot Framework is designed to create conversational systems without worrying about the final platform.

We offer a framework, a skill structure and the means to test your bot.

5 good reasons to use NewBot Framework

Why NewBot Framework

Installation

npx degit newbotjs/template my-chatbot
cd my-chatbot
npm install
npm run dev

Usage

@Event('start')
start() {
    > Hello
}
import code from './main.converse'

export default {
    code
}

License

MIT

Changed

2021-09-08

Set the version of NewBot. Works in WebWorkers

2020-02-19

2020-02-06