Skip to content(if available)orjump to list(if available)

Redis Backplane for Hubots

Redis Backplane for Hubots

4 comments

·October 14, 2025

rileytg

hubot is still an active project??

i haven’t heard much about it since pre-slack era… does anyone here still use it?

TheTaytay

We used it back in the day as well for some non-essential stuff. This post caused me to dig into where hubot stands. It looks like gijoeyguerra upgraded the code to ESM: https://github.com/hubotio/hubot and also wrote/upgraded the adapters for Slack, Teams, etc: https://github.com/hubot-friends

It would be cool to see this get legs again. If nothing else, a maintained cross-platform, hackable bot framework is useful! This caused me to do some more searching, and I stumbled across: https://joeyguerra.com/blog/2023/resuscitating-hubot.html

Nice work joeyguerra!

danpalmer

I used it in ~2018-2020 on Slack (as well as waaay back on Campfire), and it was showing its age. The Node ecosystem, for all its faults, has come a long way since Hubot was created, and working with Hubot felt dated. I believe the original was written in CoffeScript!

That said, if all you want is a few quick scripts hooked up to chat, it's still pretty low effort. Alternatives require a fair bit more setup, and while they're better for it, maybe you don't need that.

gijoeyguerra

Leveraged Redis Consumer Groups to create a backplane for Hubots - enabling horizontally scaling Hubot instances.