Connect Figma
You can connect Figma in two ways:- Go to Settings > Integrations > Figma and click Connect
- Or paste a Figma URL directly in the AI chat — you’ll be prompted to connect if you haven’t already
Import a design
Copy the Figma URL
In Figma, select the frame or component you want to import and copy its URL from the browser address bar or the Share menu.
What gets imported
- Structure — layout hierarchy, sections, and component grouping
- Colors — exact hex/RGB values from the design
- Typography — font families, sizes, weights, and line heights
- Spacing — margins, padding, and gaps between elements
What isn’t imported
Figma import focuses on visual structure and styling. The following are not automatically carried over:
- Prototype interactions and animations
- Complex auto-layout constraints (simplified during conversion)
- Custom fonts (you’ll need to add font files or use Google Fonts)
- Embedded images (placeholders are added — replace with actual assets)
Tips for best results
- Name your frames in Figma — named layers produce cleaner, more semantic HTML
- Import one section at a time rather than an entire multi-page design
- Use auto-layout in Figma — it translates more accurately to flexbox and grid
- Clean up before importing — hidden layers, unused variants, and overlapping elements can confuse the conversion