Open Design Tops 40K GitHub Stars as Local Claude Rival

Open Design Tops 40K GitHub Stars as Local Claude Rival

An open-source project positioning itself as a local-first alternative to Anthropic’s Claude Design has reached more than 40,000 GitHub stars in approximately two weeks, marking one of the fastest adoption rates for a developer tool in 2026. The repository, nexu-io/open-design, built by the team at nexu-io, positions itself as a free, locally operated alternative to Claude Design, which Anthropic released on April 17, 2026.

Open-Design 2026 futuristic workspace: three developers collaborating on open source creation with AI tools and holographi...

Anthropic’s Claude Design (released 2026-04-17, Opus 4.7) showed what happens when an LLM stops writing prose and starts shipping design artifacts. The tool quickly gained traction among designers and developers for its ability to generate prototypes, slides, and other visual materials through conversational prompts. However, it went viral and stayed closed-source, paid-only, cloud-only, locked to Anthropic’s model and Anthropic’s skills.

Rapid Open-Source Response

Open Design is an open-source local-first replica of Claude Design, published April 28, 2026 by the nexu-io team under Apache 2.0. The eleven-day gap between Claude Design’s launch and the open-source alternative represents what developers are calling a commoditization of the artifact-first design workflow.

Open Design ships with 19 Skills and 71 brand-grade Design Systems, and can generate web, desktop, mobile prototypes, slides, images, videos, and HyperFrames. The tool exports finished work as HTML, PDF, PPTX, or MP4, with a sandboxed live preview before any file is committed.

Architecture and Model Flexibility

The key architectural difference from Claude Design centers on agent integration. Open Design doesn’t ship an agent. The strongest coding agents already live on your laptop, and the tool wires them into a skill-driven design workflow that runs locally with pnpm tools-dev.

Open Design supports 16 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI) that become the design engine. Users can also configure any OpenAI-compatible API endpoint.

If you already pay for Claude Code, Open Design costs you $0 incremental. If you don’t, Claude Design adds $20/mo (Pro) to $200/mo (Max) on top of whatever you already spend on tooling.

Privacy and Data Control

Open-design follows a strict bring-your-own-API-key architecture at every layer: there is no telemetry baked into the project itself, and the project’s maintainers receive no data from user sessions. However, users should note that design prompts and generated content are routed to whichever AI provider they have configured, making them subject to that provider’s data policies.

The tool stores all data locally. It runs locally with pnpm tools-dev, can deploy the web layer to Vercel, and stays BYOK at every layer. A local SQLite database and per-project artifacts are stored in a .od/ folder on the user’s machine.

Competitive Pressure on Anthropic

The speed of its uptake reflects documented frustration with Claude Design’s usage caps and pricing model. A PCWorld reporter testing Claude Design on a $20-per-month Pro subscription exhausted 80 percent of the weekly Claude Design allowance in roughly 25 minutes of prototyping, then burned through the remainder in five minutes after switching AI models.

Anthropic has responded to competitive pressure with capacity expansions. On May 13, 2026, the company raised Claude Code weekly usage limits by 50 percent for all Pro, Max, Team, and seat-based Enterprise users, effective through July 13. That followed a doubling of hourly limits on May 6 and the removal of peak-hour throttling in April, three capacity expansions in five weeks.

Integration Features

Open Design ships a stdio MCP server. Wire it into Claude Code, Codex, Cursor, VS Code, Antigravity, Zed, Windsurf, or any MCP-compatible client and the agent in another repo can read files from your local Open Design projects directly. This replaces the traditional export-then-attach workflow that interrupts design iteration.

When the agent calls search_files, get_file, or get_artifact without a project argument, the MCP defaults to whatever project (and file) you have open in Open Design right now, so prompts like “build this in my app” or “match these styles” just work.

Key Facts

  • Launch timeline: Claude Design released April 17, 2026; Open Design published April 28, 2026
  • GitHub traction: 40,000+ stars in approximately two weeks
  • License: Apache 2.0 open-source
  • Design systems: 71 brand-grade systems including Linear, Stripe, Vercel, Notion, and Apple
  • Agent support: 16 coding-agent CLIs detected automatically
  • Export formats: HTML, PDF, PPTX, MP4, and ZIP
  • Storage: Local-first with SQLite database

Sources

Sources

  1. Open-Design: Free Local Alternative to Claude Design’s $20 Plan Runs 16 AI Agents
  2. GitHub – nexu-io/open-design: 🎨 Local-first, open-source Claude Design alternative. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI.
  3. Claude Design vs Open Design: which to pick in 2026 | WotAI