Skip to content

tytsxai/codex-bridge

Codex Bridge / CLIProxyAPI Management Center

Release · 简体中文 · llms.txt · Changelog · Issues

Keywords: CLI Proxy API management console · OpenAI proxy admin UI · LLM proxy management UI · static HTML admin dashboard · single-file admin console · self-hosted LLM proxy UI · OpenAI 中转 UI · LLM 代理管理面板 · 零构建 admin 静态页

Codex Bridge is a lightweight static management console for a CLI Proxy API service. The entire shipped artifact is a single HTML file (CLIProxyAPI/static/management.html) — no build step, no NPM, no backend, no database. Drop it on any static host (Nginx, Caddy, GitHub Pages, Cloudflare Pages, Vercel, Netlify, S3) and point it at your running CLI Proxy API.

Why this project

  • Provide a clean web-based management entry for CLI proxy services.
  • Keep deployment simple (single static file output).
  • Make operations easier for self-hosted and cloud environments.

Features

  • Static front-end management portal (CLIProxyAPI/static/management.html)
  • Chinese-first interface (lang="zh-CN")
  • Easy to host with Nginx, Caddy, or any static file server

Quick Start

1) Local preview

cd CLIProxyAPI/static
python3 -m http.server 8080

Open: http://127.0.0.1:8080/management.html

2) Production deployment

Deploy CLIProxyAPI/static/management.html to your static web host.

Project Structure

.
├── CLIProxyAPI/
│   └── static/
│       └── management.html
└── README.md

Open Source Quality

This repository includes baseline community standards:

  • LICENSE
  • CONTRIBUTING.md
  • CODE_OF_CONDUCT.md
  • SECURITY.md
  • .github/ISSUE_TEMPLATE/*
  • .github/pull_request_template.md
  • scripts/quality-check.sh

Quality Check

Run the local quality checks before opening a pull request:

make quality

FAQ

Q: What is "CLI Proxy API"? A proxy that exposes a unified HTTP API in front of LLM providers (OpenAI / Anthropic / etc.) — often used to share keys across a team, bill internal usage, or hide upstream credentials. This repo is the management UI for one such proxy.

Q: Does this repo include the proxy itself? No. Bring your own CLI Proxy API instance. This is purely the management UI.

Q: Do I need a backend / database? No. The HTML page is the entire shipped artifact. It talks to your existing proxy's API.

Q: Can I use it with any LLM proxy? Only if the proxy speaks the management protocol the HTML expects. The page targets the CLI Proxy API project's specific surface.

Q: How do I customize it? Edit CLIProxyAPI/static/management.html directly. There's no compile step.

Roadmap

  • Add source map / unminified front-end artifacts
  • Add automated CI checks after workflow permission is available
  • Add screenshots and usage docs

Contributing

Contributions are welcome. Please read CONTRIBUTING.md first.

License

MIT. See LICENSE for details.

Star History

Star History Chart

About

🌉 Codex Bridge — CLI 代理 API 管理中心,支持多模型路由与负载均衡

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages