From f861bd6a94ee24f56400da34882ad36134a1f9c8 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Tue, 6 Jan 2026 23:15:28 +0800 Subject: [PATCH] docs: add 9Router to community projects in README --- README.md | 9 ++++++++- README_CN.md | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c34b81..93cb125a 100644 --- a/README.md +++ b/README.md @@ -126,12 +126,19 @@ Native macOS SwiftUI app for managing CLI AI sessions (Codex, Claude Code, Gemin Windows-native CLIProxyAPI fork with TUI, system tray, and multi-provider OAuth for AI coding tools - no API keys needed. +> [!NOTE] +> If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. + +## More choices + +Those projects are ports of CLIProxyAPI or inspired by it: + ### [9Router](https://github.com/decolua/9router) A Next.js implementation inspired by CLIProxyAPI, easy to install and use, built from scratch with format translation (OpenAI/Claude/Gemini/Ollama), combo system with auto-fallback, multi-account management with exponential backoff, a Next.js web dashboard, and support for CLI tools (Cursor, Claude Code, Cline, RooCode) - no API keys needed. > [!NOTE] -> If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. +> If you have developed a port of CLIProxyAPI or a project inspired by it, please open a PR to add it to this list. ## License diff --git a/README_CN.md b/README_CN.md index 58f794d1..b15808f7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -128,6 +128,17 @@ CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户 > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。 +## 更多选择 + +以下项目是 CLIProxyAPI 的移植版或受其启发: + +### [9Router](https://github.com/decolua/9router) + +基于 Next.js 的实现,灵感来自 CLIProxyAPI,易于安装使用;自研格式转换(OpenAI/Claude/Gemini/Ollama)、组合系统与自动回退、多账户管理(指数退避)、Next.js Web 控制台,并支持 Cursor、Claude Code、Cline、RooCode 等 CLI 工具,无需 API 密钥。 + +> [!NOTE] +> 如果你开发了 CLIProxyAPI 的移植或衍生项目,请提交 PR 将其添加到此列表中。 + ## 许可证 此项目根据 MIT 许可证授权 - 有关详细信息,请参阅 [LICENSE](LICENSE) 文件。