Skip to content
Zed

asdesigned for Zed

io.github.maher-reven/asdesigned

Diff a rendered UI element against its Figma source and get every drifted property with its delta.

client:Zed transport:stdio runtime:npm

Install asdesigned in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "asdesigned": {
      "command": "npx",
      "args": [
        "-y",
        "asdesigned"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "ASDESIGNED_BROWSER": "<ASDESIGNED_BROWSER>"
      }
    }
  }
}

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

asdesigned in other clients