V0: Direct Figma File Inspection
V0 can now connect directly to a Figma file and read its structure, layout, and styles while building β replacing the older workflow of importing a screenshot and re-describing the design in a prompt. The Figma skill loads automatically whenever a message includes a Figma link, and V0 pulls in design tokens, layout and spacing data, exact text, and exported assets like icons and logos. The change removes a lossy manual translation step between design and code, keeping generated UI closer to the source file.
Key Takeaways
- V0 now connects directly to a Figma file and reads its structure and styles while building, instead of relying on an imported screenshot.
- The new workflow pulls in design tokens, colors, and variables straight from the Figma file rather than approximating them from a static image.
- V0 reads auto-layout rules, spacing, sizing, and exact text from each frame, cutting down on guesswork when translating a design into code.
- Icons, logos, and images are exported directly as assets from the Figma file and used in the generated app.
- The Figma skill loads automatically as soon as a message includes a Figma link β no separate import step is required.
- The change reflects a broader shift toward structured design-to-code pipelines, moving AI builders away from vision-only screenshot interpretation.
From Screenshots to Structured Data
Historically, getting a Figma design into V0 meant exporting a screenshot, pasting it into the chat, and describing what the image showed β a process that inevitably lost detail like exact spacing values, color tokens, and component naming. As of July 31, 2026, V0 can instead connect directly to a Figma file and read its structure and styles live while it builds, eliminating that import-and-describe step entirely.
What V0 Reads From a Connected File
Rather than interpreting a static image, V0 now works from the file's actual data. It searches the file's pages and frames to identify the screens relevant to a given request, pulls in the design tokens, colors, and variables defined in the file rather than approximating them visually, and reads auto-layout rules, spacing, sizing, and the exact text set in each frame. Icons, logos, and images are exported directly from Figma and dropped into the generated app as real assets, rather than being redrawn or approximated by the model.
Automatic Skill Loading
The feature is designed to require no manual setup: the Figma skill loads automatically the moment a message in V0 includes a Figma link. There's no separate import step or toggle to find β pasting a link is enough for V0 to treat the request as a Figma-grounded build from that point forward.
The Practical Impact
The shift from a vision-based interpretation of a screenshot to a structured read of the underlying file is a meaningful accuracy upgrade for design-to-code work. Details that were previously easy to lose β a specific spacing token, an exact hex value, a named text style β now come through directly from the source file instead of being guessed from pixels. For teams that maintain design systems in Figma, this also means V0 has a more direct path to staying consistent with established components and tokens rather than reconstructing them from scratch on every build.