explaingit

aattaran/deepclaude

Analysis updated 2026-07-03 · repo last pushed 2026-05-16

2,180JavaScriptAudience · developerComplexity · 3/5MaintainedSetup · moderate

TLDR

A proxy server that lets you use Claude Code's terminal coding agent with cheaper AI models like DeepSeek instead of Anthropic's paid Claude, cutting costs by about 90% while keeping the same workflow.

Mindmap

mindmap
  root((repo))
    What it does
      Proxy for Claude Code
      Swaps to cheaper models
      Same agent workflow
    Backends
      DeepSeek V4 Pro
      OpenRouter
      Fireworks AI
    Use cases
      Save on AI coding costs
      Routine bug fixes
      Write features
    Audience
      Developers
      Technical founders
    Notable features
      Switch backends mid-session
      Remote browser control
    Tradeoffs
      No image input
      No MCP server tools
      Possible latency
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run an AI coding agent in your terminal at a fraction of Anthropic's subscription cost.

USE CASE 2

Switch between cheaper and premium AI models mid-session depending on task difficulty.

USE CASE 3

Control your terminal coding agent remotely from a phone or browser while using cheaper backends.

USE CASE 4

Automate routine coding tasks like writing features, fixing bugs, and refactoring at lower cost.

What is it built with?

JavaScriptClaude CodeDeepSeek APIOpenRouterFireworks AI

How does it compare?

aattaran/deepclaudecloudflare/security-audit-skillforward-future/loopy
Stars2,1802,2522,345
LanguageJavaScriptJavaScriptJavaScript
Last pushed2026-05-162026-07-032026-07-03
MaintenanceMaintainedActiveActive
Setup difficultymoderateeasymoderate
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires configuring a local proxy and obtaining an API key for a backend provider like DeepSeek, OpenRouter, or Fireworks AI.

In plain English

deepclaude lets you use Claude Code, Anthropic's popular AI coding agent that runs in your terminal, but swaps the underlying AI model from Anthropic's expensive Claude to cheaper alternatives like DeepSeek V4 Pro, OpenRouter, or Fireworks AI. The pitch is simple: you get the same coding agent experience with the same tools and workflow, but at roughly 90% lower cost for typical usage. The way it works is that Claude Code sends its requests to an API endpoint expecting Anthropic's servers. This project intercepts those calls by pointing them at a local proxy, which then forwards them to whichever backend you choose, DeepSeek by default, or others via a flag. The tool loop, file editing, bash execution, git operations, and multi-step autonomous coding all function the same. The only thing that changes is which AI model processes your requests. You can even switch backends mid-session without restarting, using a simple slash command inside Claude Code. This is built for developers and technical founders who already use or want to use Claude Code but find the $200/month subscription too expensive, especially given the usage caps. If you're someone who runs coding agents heavily throughout the day, for routine tasks like writing features, fixing bugs, refactoring code, you'd get comparable results for a fraction of the cost. The project notes that for routine work (about 80% of tasks), DeepSeek performs comparably to Anthropic's top model. For harder reasoning problems, you can flip back to Anthropic with a single command. A few notable tradeoffs: image and vision input aren't supported through the alternative backends, and some advanced features like MCP server tools don't work through the compatibility layer. DeepSeek's servers are in China, which may mean higher latency for US users, though OpenRouter and Fireworks offer US-based alternatives. The project also includes a remote control mode that lets you run a Claude Code session in any browser, even on your phone, while still routing model calls through the cheaper backends.

Copy-paste prompts

Prompt 1
How do I set up deepclaude as a local proxy so that Claude Code routes its requests to DeepSeek V4 Pro instead of Anthropic?
Prompt 2
Write a step-by-step guide for switching backends mid-session in Claude Code using the slash command described in deepclaude.
Prompt 3
Help me compare the cost savings of using deepclaude with DeepSeek versus a standard $200/month Anthropic Claude subscription for heavy daily coding agent usage.
Prompt 4
Explain how to use deepclaude's remote control mode to run a Claude Code session from my phone's browser while routing model calls through OpenRouter.

Frequently asked questions

What is deepclaude?

A proxy server that lets you use Claude Code's terminal coding agent with cheaper AI models like DeepSeek instead of Anthropic's paid Claude, cutting costs by about 90% while keeping the same workflow.

What language is deepclaude written in?

Mainly JavaScript. The stack also includes JavaScript, Claude Code, DeepSeek API.

Is deepclaude actively maintained?

Maintained — commit in last 6 months (last push 2026-05-16).

How hard is deepclaude to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is deepclaude for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub aattaran on gitmyhub

Verify against the repo before relying on details.