Show HN: Team-first Slack bot that turns bug reports into PRs using Claude
2 points
2 days ago
| 0 comments
| github.com
| HN
Hey HN, I built this because I wanted my whole team to collaborate on AI-generated fixes, not just developers with Claude accounts.

The problem with Anthropic's new Claude Code for Slack: every user needs their own Claude Pro/Max subscription ($20+/mo), and sessions are tied to individual accounts. PM reports a bug, dev wants to add context, designer attaches a screenshot—they can't all contribute to the same thread.

This bot is different: - One API key for the whole team (pay per use, not per seat) - Anyone can trigger fixes, tweaks, or feature requests — no Claude account needed - Multiple people contribute context in the same Slack thread - Bot uses ALL that context to write the code and create one PR - Self-hosted on your infrastructure

Stack: TypeScript, Express, Claude Code CLI, GitHub API, simple-git. Deploys to Railway (needs persistent server for Claude CLI).

Built this for my own team first—it's been running in production for a few months. Happy to answer questions about the architecture or tradeoffs.

No one has commented on this post.