Wingbot Chatbot Framework

wingbot chatbot logo

example workflow

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

  1. Install the Wingbot CLI

    $ npm i -g wingbot-cli
  2. Create a project folder and run init command

    $ mkdir my-bot
    $ cd my-bot
    $ wingbot init

    You will be asked for project details

    wingbot init command

  3. Deploy your bot