Skip to content
Zed

canicode for Zed

io.github.let-sunny/canicode

Analyze Figma designs for dev & AI readiness. 39 rules, scoring, HTML reports.

client:Zed transport:stdio runtime:npm

Install canicode 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": {
    "canicode": {
      "command": "npx",
      "args": [
        "-y",
        "canicode"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>"
      }
    }
  }
}

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

canicode in other clients