Skip to content

Commit 522d337

Browse files
claudlosclaude
andcommitted
Update docs intro to match README branding and universal wrapper messaging
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bbd98bb commit 522d337

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: "cloding"
6-
text: "Claude Code, any model."
7-
tagline: Run Claude Code with any OpenRouter model — same tools, same workflow, fraction of the cost.
6+
text: "Agentic Engineering Amplified"
7+
tagline: Run Claude Code, Gemini CLI, Codex CLI, OpenCode, or GitHub Copilot CLI — use OpenRouter, Direct API keys, or link to your paid plan.
88
actions:
99
- theme: brand
1010
text: Get Started

docs/introduction.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Introduction
22

3+
**Agentic Engineering Amplified**
4+
5+
Cloding is a universal wrapper that lets you run **Claude Code**, **Gemini CLI**, **Codex CLI**, **OpenCode**, or **GitHub Copilot CLI** — use OpenRouter, Direct API keys, or link to your paid plan.
6+
37
Claude Code is a powerful agentic coding tool — it edits files, runs terminal commands, and manages your entire development workflow. But it costs **$5/Mtok input** and **$25/Mtok output**.
48

59
**cloding** lets you run the exact same Claude Code experience with any model on [OpenRouter](https://openrouter.ai). Same tools, same file editing, same terminal access — just swap the model underneath.
@@ -20,20 +24,22 @@ Claude Code is a powerful agentic coding tool — it edits files, runs terminal
2024

2125
**One-line install** — Standalone binary, no Node.js required. `curl | bash` on Mac/Linux, `irm | iex` on Windows. Run `cloding setup` to install all 5 CLI tools automatically.
2226

23-
**Model flexibility** — Use any OpenRouter model by ID or pick from built-in shortcuts. Mix models based on the task: Opus for planning, Qwen for execution.
27+
**Universal CLI wrapper** — Not just Claude Code. Run Gemini CLI, Codex CLI, GitHub Copilot CLI, or OpenCode — all through one interface with consistent flags and Docker support.
28+
29+
**Flexible auth** — Use OpenRouter for any model, direct API keys (Anthropic, Google, OpenAI), or link to your paid plan (Claude, Gemini, ChatGPT, Copilot). Mix and match per session.
2430

25-
**Docker sandboxing**Claude Code has full access to your machine by default. cloding's Docker mode isolates the agent in a container with access to only the workspace you mount.
31+
**Docker sandboxing**Run any CLI tool in an isolated container. No access to your secrets, SSH keys, or host filesystem. Just the workspace you mount.
2632

2733
**Pipeline mode** — Multi-stage coding pipelines with parallel fan-out. Assign different models to different stages: Plan → Explore → Code → Review.
2834

29-
**Zero lock-in** — All Claude Code flags pass through. It's the same CLI you already know, just cheaper.
35+
**Zero lock-in** — All flags pass through to the underlying CLI. It's the same tools you already know, just cheaper and more flexible.
3036

3137
## How it works
3238

33-
cloding is a thin wrapper around Claude Code that routes API calls through OpenRouter instead of directly to Anthropic. When you run `cloding`, it:
39+
cloding is a thin wrapper that routes API calls through OpenRouter (or your chosen provider) instead of directly to the default API. When you run `cloding`, it:
3440

35-
1. Starts Claude Code with the `--provider openrouter` flag
36-
2. Routes all API calls through your OpenRouter API key
37-
3. Uses whatever model you specify (defaults to Qwen 3 Coder)
41+
1. Resolves your model shortcut to a provider + model ID
42+
2. Sets the right environment variables for the chosen CLI tool
43+
3. Spawns the CLI (Claude Code, Gemini, Codex, Copilot, or OpenCode)
3844

3945
That's it. No forks, no patches, no modified binaries. Just configuration.

0 commit comments

Comments
 (0)