{"id":29017619,"url":"https://github.com/ghostwriternr/claude-code-containers","last_synced_at":"2026-01-21T13:25:23.981Z","repository":{"id":300792105,"uuid":"1003667762","full_name":"ghostwriternr/claude-code-containers","owner":"ghostwriternr","description":"Use Claude Code on Cloudflare to solve GitHub issues","archived":false,"fork":false,"pushed_at":"2025-06-24T15:30:49.000Z","size":596,"stargazers_count":227,"open_issues_count":1,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T22:47:08.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostwriternr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-17T13:41:48.000Z","updated_at":"2026-01-15T20:51:57.000Z","dependencies_parsed_at":"2025-06-23T17:02:37.520Z","dependency_job_id":"6187ae7f-4aa0-4453-baa6-9078cb841f2a","html_url":"https://github.com/ghostwriternr/claude-code-containers","commit_stats":null,"previous_names":["ghostwriternr/claude-code-containers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghostwriternr/claude-code-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriternr%2Fclaude-code-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriternr%2Fclaude-code-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriternr%2Fclaude-code-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriternr%2Fclaude-code-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostwriternr","download_url":"https://codeload.github.com/ghostwriternr/claude-code-containers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriternr%2Fclaude-code-containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T23:02:59.892Z","updated_at":"2026-01-21T13:25:23.964Z","avatar_url":"https://github.com/ghostwriternr.png","language":"TypeScript","readme":"# 🤖 Claude Code on Cloudflare\n\n[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/ghostwriternr/claude-code-containers)\n\nThis template provides a containerized environment on Cloudflare workers for Claude Code to process GitHub issues. It listens to new issues created from your connected repositories, and creates a Pull Request to solve them.\n\n## ✨ Features\n\n- **🔌 Leading coding agent**: Leverage the same [Claude Code](https://claude.ai/code) that you already use for coding tasks\n- **⚡ Lightning Fast**: Cloudflare Containers provide instant scaling and sub-millisecond response times so Claude Code can work on any number of issues concurrently\n- **🔧 Zero Configuration**: One-click deployment with guided setup process\n- **🛡️ Installation Token Management**: Secure, auto-refreshing GitHub App tokens\n- **🔒 Secure**: Deploys to your own Cloudflare account\n\n## 🚀 Quickstart\n\n### 1️⃣ Deploy to Cloudflare\n\nClick the deploy button above to instantly deploy to your Cloudflare account. The deployment includes:\n- Cloudflare Worker with Container support\n- Durable Objects for secure storage\n- All necessary bindings and configurations\n\n### 2️⃣ Set Up Anthropic API\n\nAfter deployment, you'll need to configure your Claude AI integration:\n\n1. **Get your Anthropic API key**:\n   - Visit [Anthropic Console](https://console.anthropic.com/)\n   - Create an API key with appropriate permissions\n\n2. **Configure the API key**:\n   - Navigate to your deployed worker's `/claude-setup` endpoint\n   - Enter your Anthropic API key\n   - The system will securely encrypt and store your credentials\n\n### 3️⃣ Install GitHub App\n\nOnce you complete the Anthropic API setup, you'll be redirected to the `/gh-setup` endpoint (or you can access it manually), which will guide you through installing the GitHub App and configuring access to your repositories. The system will automatically capture installation details.\n\n\n## 📋 Usage\n\nOnce configured, the system works automatically:\n\n1. **Issue Creation**: When someone creates an issue in your repository, Claude receives a webhook\n2. **AI Analysis**: Claude analyzes the issue content and begins processing\n3. **Progress Updates**: Real-time progress comments appear as Claude works\n4. **Solution Delivery**: Claude provides comprehensive solutions with code examples\n5. **Task Completion**: Final completion comment marks the end of processing\n\n## 💻 Local development\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n## 📄 License\n\nThis project is open source and available under the MIT License.\n","funding_links":[],"categories":["Projects Built with Cloudflare Containers","Tools \u0026 Utilities","Projects build with Cloudflare Containers","TypeScript","Community"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostwriternr%2Fclaude-code-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostwriternr%2Fclaude-code-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostwriternr%2Fclaude-code-containers/lists"}