Chatbot Hosting for Developers

Backend Free

You build bot, we build backend.
You need a robust backend as bot grows.

Write Code

Write code, not lots of click.
Keep your code. The chatbot core should always be yours.

Omni-channel

Write code once for our omni-channel interface. It works with many other messenger platforms.

Developer toolchain

Don't leave a terminal to manage your chatbot. We give you a CLI tool.

Elastic Container

We deploy your code into docker container. It scales along with a traffic.

Database

Key-value database is included in a plan. Store and use data with a simple method.

Start lean

Start lean with zero cost.
Pay as you go. We offer elastic pricing plans.

Analytics

Find out how users are using your chatbot.

Learn more
from bothub_client.bot import BaseBot
from bothub_client.messages import Message
from bothub_client.decorators import channel

class OrderBot(BaseBot):
    @channel()
    def default_handler(self, event, context):
        message = Message(event).set_text('Nice to meet you!')\
                                .add_quick_reply('Show menu')
        self.send_message(message)

Write a chatbot with BotHub.Studio SDK.

You get a robust massive messaging, logging, analytic, database facilities with no additional efforts.

* For now, we supports python3 only. Python2, nodejs coming soon.

Learn more

Channels

Pricing Plans

  • STARTER
  • Ads included1
  • 2 Bots
  • 5k Bot-messages2 / MO
  • -
  • Sleeps on idle
  • Community Support
  • HOBBY
  • Ad free
  • 5 Bots
  • 15k Bot-messages2 / MO
  • -
  • Never sleeps
  • E-mail Support
  • PRO
  • Ad free
  • Unlimited bots
  • 50k Bot-messages2 / MO
  • $1 per addl. 3k interactions2
  • Never sleeps
  • E-mail Support

1 Ad message includes 'Powered by...' menu item and a user could get a coffee-ware style donation request per 2~3 day.

2 A Bot-message means a message that a bot send to a user no matter how many trivial incoming webhook events or outgoing updates are there.

Build your chatbot now!

Register now