Discover and explore top open-source AI tools and projects—updated daily.
AI-powered autonomous code development on GitHub
Top 99.4% on SourcePulse
claude-hub provides an AI-powered webhook service that integrates Claude Code directly into GitHub workflows, enabling autonomous code assistance via pull requests and issues. It targets developers seeking to automate feature implementation, code reviews, and CI/CD monitoring, offering seamless, end-to-end development directly within their existing GitHub environment.
How It Works
A webhook receiver spawns isolated Docker containers per GitHub event. Claude Code autonomously analyzes repos, implements features, reviews code, manages PRs, and monitors CI/CD pipelines. This enables multi-hour operations, dependency resolution, and adaptive problem-solving via container isolation for security and stateless execution.
Quick Start & Requirements
.env
with GitHub token and bot details, run ./scripts/setup/setup-claude-interactive.sh
for Claude authentication, start the service with docker compose up -d
, and create a tunnel using cloudflared
.Highlighted Details
Maintenance & Community
The README provides links to Discord and comprehensive documentation, but does not detail specific contributors, community channels beyond Discord, or a public roadmap.
Licensing & Compatibility
The project is released under the MIT License, which is permissive for commercial use and integration with closed-source projects.
Limitations & Caveats
A significant adoption blocker is the mandatory Claude Max subscription, representing a substantial cost and dependency. The current setup requires manual creation of a GitHub bot account, though a future GitHub App release is planned. The quick start relies on Cloudflare Tunnel, necessitating external tunneling for initial testing.
3 days ago
Inactive