Open Design launched in May 2026 as an open-source, local-first alternative to Claude Design, offering agent-swappable architecture that works with 12 different coding CLIs and custom API endpoints. The tool democratizes design workflows by allowing developers to bring their own keys at every layer, run projects locally, and swap between agents like Claude Code, Cursor Agent, Gemini CLI, and GitHub Copilot CLI with one click. The project has gained 14,500 GitHub stars and 1,600 forks since launch.
Local-First Architecture with Web Interface
Open Design operates as a daemon plus web frontend system. A local Express daemon manages project state, integrates with coding agents, and handles file operations while storing persistence in SQLite at .od/app.sqlite. The Next.js 16 web interface provides a unified chat, preview, and workspace UI. The architecture enables real filesystem access with Windows compatibility through sidecar stdin fallbacks and includes SSRF protection for security.
Agent-Agnostic Design Enables Vendor Independence
The daemon scans system PATH for 12 different CLI tools including Claude Code, Cursor Agent, Gemini CLI, and GitHub Copilot CLI, spawning whichever it finds. If no CLI exists locally, an OpenAI-compatible proxy endpoint accepts third-party API credentials. This design eliminates vendor lock-in and allows users to substitute any agent based on cost, capability, or privacy requirements. Import compatibility with Claude Design ZIP files enables migration from the proprietary alternative.
31 Skills and 129 Design Systems Drive Workflow
Open Design includes 31 built-in skills split into Prototype mode with 27 skills including web-prototype, mobile-app, dashboard, email-marketing, social-carousel, and sprite-animation, and Deck mode with 4 skills including guizang-ppt for magazine-style presentations, simple-deck, and weekly-update. The system ships with 129 design systems from product libraries including Linear, Stripe, Vercel, Airbnb, Tesla, Notion, and Apple, plus hand-authored starters. Each design system specifies color, typography, spacing, and layout rules in portable Markdown format.
Interactive Discovery Prevents Generic AI Output
The workflow begins with selecting a skill template and design system, then submitting a brief. An interactive discovery form captures context about surface, audience, tone, and brand to prevent generic AI output. The system offers five curated visual directions, streams a real-time task list via TodoWrite, and generates sandboxed HTML, PDF, and PPTX exports. Media generation capabilities include gpt-image-2, Seedance 2.0 video, and HyperFrames.
Developer Community and Reception
The Hacker News discussion received 67 points and 42 comments, with developers focusing on the modular skill and design-system architecture. Community adoption metrics show 14,500 GitHub stars, 1,600 forks, 71 open issues, and 27 pull requests as of May 2026. The README has been translated into 6 languages including German, Chinese Simplified, Chinese Traditional, Korean, and Japanese. Built by nexu-io, the project represents an indie developer response to Claude Design's April 2026 proprietary launch.
Key Takeaways
- Open Design launched May 2026 as an open-source alternative to Claude Design with local-first architecture and agent-swappable design
- The system supports 12 different coding CLIs including Claude Code, Cursor Agent, Gemini CLI, and GitHub Copilot CLI, allowing one-click agent switching
- Ships with 31 built-in skills across Prototype and Deck modes, and 129 design systems from companies like Linear, Stripe, Vercel, and Airbnb
- Interactive discovery form captures surface, audience, tone, and brand context to prevent generic AI output
- Community adoption includes 14,500 GitHub stars, 1,600 forks, and translations into 6 languages since launch