Wingbot Chatbot Framework
Advanced chatbot framework gives you:
- Tools for making chatbot on for Node.js
- The simpliest interface for Messenger platform
- Composable Conversation Blocks system for separating concerns
- Familiar Node.js routing interface for Fast development
- Unit tests friendly bot framework
Check our wingbot.ai chatbot designer
First wingbot.ai chatbot for Facebook Messenger
Install the Wingbot CLI
$ npm i -g wingbot-cliCreate a project folder and run init command
$ mkdir my-bot$ cd my-bot$ wingbot initYou will be asked for project details
Deploy your bot