Hacker News new | ask | show | jobs
by danyfs 3445 days ago
That's awesome! What are the differences between BotPress and BotKit?
1 comments

hey, thanks for your question! Botkit is mainly a conversation management framework. Botpress provides developers everything around bots development via modules.

For example you can build a subscription list, schedule messages, send broadcasts, have analytics, do A/B testing, have a built-in management interface, password protection etc. In fact, Botpress works very well in harmony with Botkit.

I would call it a complete framework (Botpress) vs a single library (Botkit)

Make sense!