Promptles
Design with MCP

Code Connect

advanced

Definition

A Figma feature that maps design components to their real implementations in your codebase. When an agent generates code from a frame, Code Connect tells it to reuse your actual components and props instead of writing fresh markup, so the output matches what you already ship.

In the wild

Your design system's Button is linked via Code Connect. Generating a frame that uses it yields `<Button variant="primary">` rather than a hand-rolled `<button>` with inline styles.

More from Design with MCP