Skip to content
Zed

DesignScan for Zed

io.github.ms-zaman/designscan

Extract a website’s design tokens (colors, type, spacing, shadows) as DESIGN.md, W3C, or CSS.

client:Zed transport:stdio runtime:npm

Install DesignScan in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "designscan": {
      "command": "npx",
      "args": [
        "-y",
        "@designscan/extractor"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

DesignScan in other clients