**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
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
- Modules. A skill is an independent module. This helps structure the project and share skills
- NLP. Native NLP, external services (DialogFlow, NewBot Cloud, etc.) or your own NLP system
- Easy PWA integration. Create an offline chatbot with PWA
- Unit tests. Create powerful unit tests
- Internationalization. Easily integrate chatbot responses into multiple languages
npx degit newbotjs/template my-chatbot
cd my-chatbot
npm install
npm run dev
main.converse
@Event('start')
start() {
> Hello
}
main.js
import code from './main.converse'
export default {
code
}
MIT
Set the version of NewBot. Works in WebWorkers
- Fix several bugs
- It is possible to train the chatbot on the fly
- The training now uses version 4 of the NLPJS module. The generated model is therefore different
- 1 additional browser-side file is generated (dist/newbot.with-nlp.[min].js). NLPJS content is integrated into the final file