@seungyeop-lee/designmd-ui
v0.2.0
Published
A local browser UI for the DESIGN.md CLI
Readme
DESIGN.md UI
Preview, lint, and export DESIGN.md files in a local browser.
DESIGN.md UI gives you a local browser surface for working with the official @google/design.md
parser. Paste a file, inspect how the design system is interpreted, check lint findings, and export
tokens when you need them.
Why DESIGN.md UI?
DESIGN.md is a compact way to describe visual identity for coding agents. The CLI is useful for
automation, but day-to-day editing benefits from quick visual feedback. This app keeps Preview,
Lint, and Export close to the document you are editing.
Quick Start
Run the published package:
npx @seungyeop-lee/designmd-uiThen open the local URL printed in the terminal, paste a DESIGN.md file, or choose one from disk.
Screenshots
| Preview: Applied | Preview: Tokens | Preview: Document | | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | | | |
| Lint | Export: Tailwind | Export: DTCG | | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | | | |
What You Can Do
- Preview a
DESIGN.mdfile as applied UI samples, token groups, and rendered document sections. - Run the official lint flow and inspect findings without switching tools.
- Export parsed tokens as Tailwind or DTCG JSON.
- Switch between English and Korean UI text.
Development Notes
Development, quality checks, and release commands live in DEVELOPMENT.md.
