OpenCoworkAI launches open-codesign, an MIT-licensed, local-first Claude Design alternative with multi-model support.
The release of Open CoDesign commoditizes the AI-to-UI generation pipeline previously locked behind proprietary tools like v0 or Claude Design. By offering a local-first, BYOK architecture with multi-model support (including local Ollama), it gives engineering teams full control over their design workflows without data privacy concerns. This significantly lowers the barrier for integrating rapid AI prototyping into secure, internal environments.
What Happened
OpenCoworkAI has released `open-codesign`, an open-source, MIT-licensed alternative to Anthropic's Claude Design. The tool allows developers and designers to convert text prompts directly into functional prototypes, slide decks, and PDFs without subscription lock-in.Technical Details
Open CoDesign is built with a local-first, Bring Your Own Key (BYOK) architecture. It features a one-click import for Claude Code and Codex API keys, but its standout technical feature is its multi-model backend. The system can route generation tasks to a wide array of commercial models (Claude, OpenAI GPT, Google Gemini, Kimi, GLM) as well as local, self-hosted models via Ollama.Why It Matters
Generative UI and prompt-to-prototype tools like Vercel's v0 and Claude Design have drastically accelerated frontend development, but they typically force vendor lock-in, require cloud-only workflows, and introduce data privacy risks for enterprise codebases. Open CoDesign breaks this walled garden.From an engineering perspective, the combination of a local-first architecture and Ollama support means teams can generate UI components entirely offline or on-premise. This ensures proprietary design systems and sensitive internal data never leave the corporate network. Furthermore, the multi-model abstraction prevents dependency on a single AI provider's uptime, rate limits, or pricing model, giving teams the flexibility to route complex tasks to Claude and simpler tasks to cheaper or local models.