Troubleshooting
Last updated: November 22, 2025
Common Issues and Solutions
Extraction & Generation
Q: The generation is taking a very long time. Is something wrong?
A: Design system extraction is a complex process. Here's what's happening:
- Uploading (10-30 seconds): Your references are being uploaded
- Extraction (1-5 minutes): AI analyzes colors, typography, spacing
- Expansion (2-10 minutes): AI generates variations and documentation
- Merging (1-3 minutes): Results are combined and formatted
What to do:
- Wait for the process to complete (normally 5-15 minutes total)
- Don't refresh the page or close the browser
- Check the status page for detailed progress
- If it's taking longer than 20 minutes, refresh and try again
Q: Generation failed. What should I do?
A: Here are the most common causes:
-
File upload failed
- Check file size (max 10MB per file)
- Ensure file format is supported (PNG, JPG, WebP)
- Try uploading again
-
URL is invalid
- Verify the link is correct and publicly accessible
- For Figma: share link must be accessible without authentication
- For websites: check that the site is loading properly
-
References are too unclear
- Images might be too blurry or low resolution
- UI might be partially obscured or cropped
- Try with clearer images
-
Server error
- This is rare but can happen
- Try creating a new project
- If it persists, contact support
What to do:
- Check error message for specific details
- Review your references for quality issues
- Try with different or additional references
- Contact support if issue persists
Color Extraction Issues
Q: Colors are wrong or inaccurate
Possible causes:
- Image has strong lighting or shadows
- Colors are gradients, not solid colors
- References have inconsistent color usage
Solutions:
- Use clearer references: Provide images without shadows or special lighting
- Clean up colors manually: Adjust extracted colors to match your brand
- Regenerate with better images: Use high-contrast screenshots
- Provide more references: Show the same color in different contexts
Example:
Extracted: #FF6B68 (influenced by shadow)
Actual: #FF6363 (brand color)
Action: Manually update to brand color
Q: Too many similar colors extracted
Possible causes:
- References contain color variations (shadows, gradients)
- Different opacity levels are being treated as different colors
- Detailed mockups with many shades
Solutions:
- Simplify references: Use cleaner, more minimal designs
- Merge similar colors: Group colors that are close in value
- Define semantic groups: Organize colors by purpose (primary, accent, etc.)
Example:
Extracted colors:
#FF6363, #FF5A5A, #FF7070, #FF4D4D
Simplified to:
Primary Red: #FF6363
Typography Issues
Q: Detected font is incorrect
Important note: AI cannot always identify proprietary fonts perfectly.
Common issues:
- Font is a custom/proprietary font: AI will approximate with similar font
- Font is very new or unusual: AI might misidentify it
- Multiple fonts are used: Only the most dominant is detected
Solutions:
- Check the font yourself: Verify which font is actually used
- Update manually: Adjust the detected font to the correct one
- Use generic alternatives: If specific font isn't available, use similar alternative
Example:
Detected: Helvetica
Actual: SF Pro Display
Action: Update to SF Pro Display in your system
Q: Text sizes are incorrect or inconsistent
Possible causes:
- References have different zoom levels
- Screenshots contain different device sizes
- UI uses dynamic sizing
Solutions:
- Normalize screenshots: Use consistent zoom level (100%)
- Provide consistent references: All screenshots at same device size
- Manually establish scale: Define typography hierarchy clearly
Typography Scale Example:
Detected: 24px, 26px, 28px (irregular)
Normalized: 24px, 32px (8px scale)
Establish hierarchy:
H1: 32px
H2: 24px
Body: 16px
Spacing & Layout Issues
Q: Spacing values are odd numbers (17px, 25px, etc.)
Possible causes:
- References use non-standard spacing
- Measurements include borders or shadows
- Screenshots at different scales
Solutions:
- Standardize to grid: Convert to 8px base unit
- Review originals: Check if spacing is intentionally irregular
- Regenerate with clearer references: Use designs that follow standard grids
Example:
Detected: 17px, 25px, 33px
Standardized: 16px, 24px, 32px (8px grid)
Q: Some spacing seems to be missing or incorrect
Possible causes:
- Spacing is created with invisible containers
- Layout uses CSS margins that aren't visible
- Responsive design has different spacing at different sizes
Solutions:
- Provide more detailed references: Include wireframes or mockups showing spacing
- Manually measure: If you know the spacing, update it manually
- Use consistent base unit: Establish an 8px grid in your design
Component Issues
Q: Components are missing or incomplete
Possible causes:
- References don't show all component types
- Components are cut off or partially visible
- Component variations aren't captured
Solutions:
- Provide more references: Show all component types you need
- Include full components: Ensure nothing is cropped or hidden
- Show variations: Include hover states, disabled states, different sizes
Checklist:
- [ ] All button types (primary, secondary, etc.)
- [ ] All input types (text, email, password, etc.)
- [ ] Cards, modals, dropdowns
- [ ] Component states (default, hover, active, disabled, focus)
- [ ] Size variations (small, medium, large)
Q: Component descriptions are inaccurate
Possible causes:
- AI misinterpreted the component purpose
- Component is used in multiple ways
- Context isn't clear from screenshots
Solutions:
- Edit descriptions manually: Update component names and purposes
- Provide more context: Explain what each component is used for
- Include component labels: If available in your design, show labels/names
Data & Export Issues
Q: Can I download the design system in different formats?
A: Yes! Supported formats:
- JSON: Full structured data
- CSS: Ready-to-use CSS variables
- Figma: Importable Figma file
- Tailwind: Tailwind configuration
- Code: Raw code snippets
All formats are available in your project dashboard.
Q: Can I edit the extracted system after creation?
A: Currently, you can export the data and edit it manually. Future updates will include in-app editing.
Workaround:
- Export as JSON
- Edit the JSON file in your code editor
- Use the updated file in your project
Account & Project Issues
Q: I can't find my saved project
Solutions:
- Go to Your Design Systems in the dashboard
- Check the project list (sorted by creation date)
- Use the search feature to find by name
- Check if you're logged into the correct account
Q: Can I share my design system with others?
A: Yes! You can:
- Make your project Public in settings
- Share the public link with anyone
- Others can view and export (but not edit)
Q: Can I delete a project?
A: Yes, in your dashboard:
- Click on the project
- Go to Settings
- Scroll to Danger Zone
- Click Delete Project (this is permanent)
Technical Issues
Q: I'm getting an error message. What does it mean?
Common error codes:
| Error | Meaning | Solution | |-------|---------|----------| | 400 Bad Request | Invalid input data | Check file format, URL format, prompt | | 401 Unauthorized | Authentication failed | Log in again | | 403 Forbidden | Permission denied | Check project ownership | | 404 Not Found | Resource doesn't exist | Project may have been deleted | | 429 Too Many Requests | Rate limited | Wait a few minutes before trying again | | 500 Server Error | Server problem | Try again later, contact support if persistent |
Q: The website is slow or freezing
Solutions:
- Clear browser cache: Ctrl+Shift+Delete (Windows) or Cmd+Shift+Delete (Mac)
- Disable browser extensions: They can slow down the app
- Use a different browser: Try Chrome, Firefox, or Safari
- Check your connection: Ensure stable internet
Q: Images won't upload
Possible causes:
- File size too large (max 10MB)
- Unsupported file format
- Slow internet connection
- Browser cache issues
Solutions:
- Check file size and format (PNG, JPG, WebP)
- Reduce image size or optimize with image tool
- Try uploading from a different browser
- Clear browser cache and try again
Getting Help
Before Contacting Support
Check this troubleshooting guide and:
- Review the Getting Started guide
- Check Best Practices for common mistakes
- Verify all inputs are correct and high quality
- Try with different references
Contacting Support
If you can't find a solution:
- Go to Support page
- Describe your issue in detail
- Include:
- What you were trying to do
- Error messages you received
- Steps you already tried
- Your browser and OS
What Information to Share
Helpful details:
- Screenshots of the error
- Your project ID (found in URL)
- References you used (or description)
- Your prompt/description
- Expected vs. actual result
The more details you provide, the faster we can help!
Note: Most issues can be resolved by following the Best Practices guide and using high-quality references. When in doubt, refer back to the Getting Started guide and try again with improved inputs.