Automatically extracts a website's live design system and generates code, configuration, and documentation for various frontend tools.
`designlang` is a CLI tool that crawls any website to extract its complete design system, including styles, layout patterns, and responsive behaviors. It generates eight distinct output files, such as `*-tailwind.config.js` for a Tailwind CSS theme, `*-figma-variables.json` for Figma variables, and an AI-optimized `*-design-language.md` file. You can easily get started by running `npx designlang https://stripe.com`.
Automatically extracts a website's live design system and generates code, configuration, and documentation for various frontend tools.
Web developers, designers, and AI agents can use this to quickly extract and implement a website's design system into various frontend projects.