一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。
Claude Code Hub is a self-hosted API proxy and management platform built with Next.js 15, Hono, PostgreSQL, and Redis, designed to route requests from Claude Code and OpenAI-compatible clients through multiple upstream AI providers simultaneously. It supports concurrent connections to Claude, Codex, Gemini CLI, and generic OpenAI-compatible backends, with weighted priority scheduling, circuit breaking, and up to three automatic failover attempts per request. Rate limiting is enforced across RPM, concurrent sessions, and spending windows (5-hour, weekly, monthly) using Redis Lua scripts for atomic operations. A notable technical detail is the auto-generated OpenAPI 3.1.0 documentation covering 39 REST endpoints, browsable through both Swagger and Scalar UIs. Additional features include a real-time dashboard, session-level decision-chain auditing with five-minute context caching, and a paginated price table with LiteLLM sync support. The platform targets engineering teams and organizations that need centralized control, per-user quotas, and full audit trails when sharing API access across multiple developers using Claude Code.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/ding113/claude-code-hubResumen de Tools
Lo que la gente pregunta sobre claude-code-hub
¿Qué es ding113/claude-code-hub?
+
ding113/claude-code-hub es tools para el ecosistema de Claude AI. 一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。 Tiene 3.1k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala claude-code-hub?
+
Puedes instalar claude-code-hub clonando el repositorio (https://github.com/ding113/claude-code-hub) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ding113/claude-code-hub?
+
Nuestro agente de seguridad ha analizado ding113/claude-code-hub y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ding113/claude-code-hub?
+
ding113/claude-code-hub es mantenido por ding113. La última actividad registrada en GitHub es de today, con 40 issues abiertos.
¿Hay alternativas a claude-code-hub?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-code-hub en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/ding113-claude-code-hub)<a href="https://claudewave.com/repo/ding113-claude-code-hub"><img src="https://claudewave.com/api/badge/ding113-claude-code-hub" alt="Featured on ClaudeWave: ding113/claude-code-hub" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies