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:
- Claude Design’s technical approach has been thoroughly reverse-engineered
- 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 CLI | Type | Design Capability |
|---|---|---|
| Claude Code | Anthropic coding | Native Design capability |
| Codex | OpenAI coding | Adapter layer conversion |
| Cursor | IDE integration | Context-aware design |
| Gemini CLI | Multimodal understanding | |
| Qwen CLI | Alibaba Tongyi | Chinese design scenario optimization |
| Kimi CLI | Moonshot AI | Long document design |
| GLM CLI | Zhipu AI | Chinese brand adaptation |
| 4 others | Various platforms | Auto-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
| Dimension | Claude Design | open-design |
|---|---|---|
| Model binding | Claude only | 11 CLIs universal |
| Cost | Claude Pro $200/mo | Open source free (only pay model API fees) |
| Design System | Limited built-in | 72 brand templates |
| Extensibility | Closed | Forkable for custom Skills |
| Chinese scenarios | Weak | Qwen/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