You can just open-source things

3 joaoqalves 2 8/26/2025, 8:24:08 AM world.hey.com ↗

Comments (2)

andy_ng · 4h ago
I also benefit a lot on open sourcing my AI product. It actually creates trust as people can see the code and set it up by themselves.

Good work btw!

joaoqalves · 5h ago
I’ve open-sourced "SupportHero" [1], a Slack-to-Jira support bot inspired by a similar, internal one, built by a colleague where I work.

The original idea was simple: reacting to a Slack message would automatically create a ticket. This reduced friction for users (“please create me a ticket” was no longer needed), provided platform teams with better visibility into support load, and surfaced real demand. I extended it while leading the Runtime team, then rewrote it as "SupportHero".

For a while, it sat on the shelf: useful, but not perfect. Recently, inspired by the builder mentality I see in projects like DHH’s Omarchy, I decided just to clean it up, write some docs, and release it.

It’s not something I plan to monetize, and it’s not a polished product. But that’s the point: sometimes you don’t need a business plan or a launch strategy. You can simply build things and open-source them.

The code is tested, easy to deploy, and can serve as a base for teams who want to automate away this kind of support overhead.

More details and the backstory in my blog post.

1 - https://github.com/abistama/support-hero