Pencil
The interesting decision here is storing the design as a file in the repository instead of a cloud document — it means a branch carries its own design state and a coding agent can read the canvas through MCP without an export step. That is a real answer to the handoff problem rather than another Figma-to-React exporter. It is also very new, free with no stated business model, and only worth adopting if your team already works with a coding agent in the loop.
Pros
- Canvas is a .pen file stored locally and versioned with git, not a cloud document
- Editor extension covers VS Code, Cursor, Windsurf and Antigravity rather than one IDE
- Ships an MCP server so a coding agent can read the design directly
- Native desktop builds for macOS (Apple Silicon and Intel), Windows x64 and Linux, plus an npm CLI
- Free with no credit card at time of check
Cons
- No pricing at all yet, which means no commitment about what stays free
- Very young — launched January 2026, so ecosystem, plugins and file-format stability are unproven
- Local-first storage means collaboration is whatever your git workflow gives you, with no built-in review tooling