C
ChaoBro

open-design: Open Source Claude Design Clone — 11 CLIs Turned into Design Engines with One Click

open-design: Open Source Claude Design Clone — 11 CLIs Turned into Design Engines with One Click

What Happened

On April 17, Anthropic launched Claude Design, completely reshaping the AI design tool landscape. Just 15 days later, on May 2, the open-source alternative open-design (nexu-io/open-design) went live.

The speed demonstrates two things:

  1. Claude Design’s technical approach has been thoroughly reverse-engineered
  2. Community demand for “democratization of design capability” is extremely strong

Core Capabilities

open-design isn’t just a Claude Design replica — it extends beyond compatibility:

11 CLIs Auto-Detected

The project automatically detects available CLI tools in your PATH and converts them all into design engines:

Supported CLITypeDesign Capability
Claude CodeAnthropic codingNative Design capability
CodexOpenAI codingAdapter layer conversion
CursorIDE integrationContext-aware design
Gemini CLIGoogleMultimodal understanding
Qwen CLIAlibaba TongyiChinese design scenario optimization
Kimi CLIMoonshot AILong document design
GLM CLIZhipu AIChinese brand adaptation
4 othersVarious platformsAuto-adapted

This means: whichever model you use, you get Claude Design-level design output.

31 Skills × 72 Design Systems

Built-in capabilities cover:

  • Social media: Xiaohongshu style, Twitter cards, LinkedIn covers
  • Enterprise branding: 72 preset brand-level Design Systems
  • Presentation materials: PPT templates, posters, academic boards
  • Development documentation: API doc design, README beautification

Each Skill is an independently callable agent skill, supporting combined use.

Differentiation from Claude Design

DimensionClaude Designopen-design
Model bindingClaude only11 CLIs universal
CostClaude Pro $200/moOpen source free (only pay model API fees)
Design SystemLimited built-in72 brand templates
ExtensibilityClosedForkable for custom Skills
Chinese scenariosWeakQwen/Kimi/GLM natively optimized

Why It Matters

open-design’s emergence marks that AI design capability is moving from closed platforms to an open ecosystem:

  • Anthropic proved with Claude Design that “AI can do professional design”
  • open-design proved that “this capability doesn’t depend on any single model or platform”
  • Domestic models (Qwen, Kimi, GLM) can now enter professional design workflows through this project

This is a positive for the domestic model ecosystem — design capability has always been a weakness, now filled through the Skill layer.

Getting Started

# Install
git clone https://github.com/nexu-io/open-design
cd open-design

# Auto-detect available CLIs
./open-design init

# One-prompt design generation
./open-design create "Make a Xiaohongshu-style Q1 financial report cover"

Supports any CLI in PATH for automatic access, no manual API key configuration needed (uses already-configured CLI environment).

Action Recommendations

  • Design teams: Use 72 preset Design Systems to quickly unify brand output
  • Individual developers: Free version + DeepSeek V4 Pro API, monthly cost under $5
  • Domestic model users: Qwen/Kimi/GLM gain full design capability through open-design, no need to switch to Claude