OSS Digest · projects · runs

← back

BenedictKing/ccx

for project: oss-digest · https://github.com/BenedictKing/ccx

# BenedictKing/ccx

**URL:** https://github.com/BenedictKing/ccx
**One-liner:** Go-based multi-provider AI API proxy with web admin, channel orchestration, failover, and key management.
**Relevance to oss-digest:** high (85/100)
**Integration:** depend-on-it

## Summary
Unified AI API proxy supporting Claude, OpenAI, Gemini, and Codex with built-in web admin, failover, and key rotation.

## Why it's useful here
oss-digest uses DeepSeek via OpenAI-compatible API. ccx can proxy DeepSeek (via OpenAI endpoint) and add failover, multi-key management, and monitoring. Currently keys are likely hardcoded.

## Suggested use
Deploy ccx as sidecar proxy; point oss-digest's AI calls to ccx's /v1/chat/completions endpoint. Use ADMIN_ACCESS_KEY for web admin.

## Novelty / why now
Not novel; similar to LiteLLM/OpenRouter but with integrated UI and dual-key auth.

## Risks
Young project (102 days), single-maintainer risk despite 11 contributors, recently spiked stars (possible hype). Requires managing a Go binary.

## Safety scan
- Risk level: **low**
- Stars: 603 (age 102d, 5.91 stars/day)
- Last push: 0 days ago
- Contributors: 11
- License: MIT
- Postinstall hooks: none
- Suspicious patterns: none
- Notes: (none)

### Reviewer safety notes
MIT license, no suspicious patterns, 11 contributors, moderate stars spike (603 in 102 days).