openhands-design
v0.1.0
Published
Add OpenHands design tokens, DESIGN.md, and UI primitives to your project root.
Downloads
133
Maintainers
Readme
openhands-design
CLI that adds OpenHands-Design (tokens, DESIGN.md, UI primitives, and the static catalog) to your project.
Usage
From your project root:
npx openhands-designThis creates ./OpenHands-Design/ with DESIGN.md, README.md, tailwind.config.js, src/, index.html, etc.
If ./OpenHands-Design already exists, pass --force to replace it:
npx openhands-design --forceAfter install
Ask your AI assistant to use OpenHands-Design/DESIGN.md for UI work, and follow OpenHands-Design/README.md to wire up Tailwind and components.
Development (this monorepo)
To refresh the bundled template after editing the root OpenHands-Design/ folder:
npm run sync:openhands-design-templateThen publish from packages/openhands-design when ready.
