What problem does it solve?
It saves time by automatically generating a comprehensive DESIGN.md design system document from a live website, instead of manually researching brand and UI patterns.
Core Features & Use Cases
- Website-to-DESIGN.md generation: Produces structured design system documentation (colors, typography, layout/spacing, components, and brand guidance) for a given domain.
- Context-aware data sourcing: Orchestrates multiple Context.dev APIs (styleguide tokens, brand data, screenshots, and markdown extraction) to ground the output in real site signals.
- Caching for faster repeat runs: Uses Turso/libSQL caching so subsequent requests for the same domain can reuse previously fetched data and generated documents.
Use case example: Generate a DESIGN.md for stripe.com to kickstart internal documentation for design tokens, components, and brand rules.
Quick Start
Generate the DESIGN.md for a domain by asking your assistant to call the endpoint POST /api/design-md with the JSON body { "domain": "stripe.com" } and return the generated markdown.