Build a design language, one block at a time.
designlang is a curated copy-paste library of primitives, sections, and animations harvested from real websites. Every piece is a single file you can own and modify.
Installation
Every component has a registry endpoint that works with the shadcn CLI:
npx shadcn@latest add https://ui.comcreate.io/r/button.json
Or import directly from the workspace package in this monorepo:
import { Button } from "@designlang/ui"