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
{
"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