Skip to content
Zed

uxlint for Zed

io.github.uxlint-net/uxlint

Audit a site's UX the way a design-literate reviewer would, with a concrete fix for every finding.

client:Zed transport:stdio runtime:npm

Install uxlint in Zed

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

{
  "context_servers": {
    "uxlint": {
      "command": "npx",
      "args": [
        "-y",
        "@uxlint-net/uxlint"
      ]
    }
  }
}

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

uxlint in other clients