# Wingbot Chatbot Framework

![wingbot chatbot logo](https://github.com/wingbotai/wingbot/raw/master/doc/logo.png "Wingbot Chatbot Framework")

[![CircleCI](https://circleci.com/gh/wingbotai/wingbot.svg?style=svg)](https://circleci.com/gh/wingbotai/wingbot)

Framework for building reusable chatbot components. **Routing**, **Keyword recognition** is built-in.

- [**[API documentation](https://wingbotai.github.io/wingbot)**]
- [**[wingbot.ai chatbot designer](https://wingbot.ai)**]

## First wingbot.ai chatbot for Facebook Messenger

  1. **Install the Wingbot CLI**

  ```bash
  $ npm i -g wingbot-cli
  ```

  2. **Create a project folder and run init command**

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

  You will be asked for project details

  ![wingbot init command](https://github.com/wingbotai/wingbot/raw/master/doc/wingbotInit.png "Wingbot Init Command")

  3. **Deploy your bot**
