open-design

(โ˜… 90,071)

๐ŸŽจ Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. ๐Ÿ–ฅ๏ธ Local-first desktop app. ๐Ÿ–ผ๏ธ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video โ€” real files, HTML/PDF/PPTX/MP4 export. ๐Ÿค– Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.

Showing a partial file list โ€” download the zip above to see everything.

  • .dockerignore
  • .gitattributes
  • .gitignore
  • .ignore
  • .node-version
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CONTEXT.md
  • CONTRIBUTING.md
  • LICENSE
  • MAINTAINERS.md
  • PRIVACY.md
  • QUICKSTART.md
  • README.md
  • RELEASE-NOTES-0.10.0.md
  • TRANSLATIONS.md

# Installation Guide

1. Get the code
git clone https://github.com/nexu-io/open-design

Downloads the entire project code from GitHub to your computer.

cd open-design

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
corepack enable && pnpm install

Downloads and installs the libraries listed in package.json.

pnpm tools-dev run web

Type this command into your terminal and run it.

pnpm guard && pnpm --filter @open-design/plugin-runtime typecheck

Type this command into your terminal and run it.

cd open-design && corepack enable && pnpm install

Moves into the project folder you just downloaded.

pnpm guard && pnpm typecheck

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation