{% extends "base.html" %} {% block tabs %}

Chatto

{{ config.site_description }}

Get started Go to GitHub

{% include ".icons/fontawesome/solid/brain.svg" %} Classifier

Classify the user's input into commands using a Naïve-Bayes Classifier.

{% include ".icons/fontawesome/solid/cog.svg" %} Finite State Machine

Control the conversation and send messages based on a flexible Finite State Machine.

{% include ".icons/fontawesome/solid/plug.svg" %} Extensions

Integrate your bot with anything you like, writing pieces of code in Go or any language.

{% include ".icons/fontawesome/solid/lightbulb.svg" %} More

Telegram, Twilio and Slack channels, Redis storage, CLI chat for debugging and more!

{% block content %} {% endblock %} {% endblock %}