Skip to main content

Frequently Asked Questions

Q: How many design systems can I create? A: There’s no limit. Create as many as you need for different projects, clients, or purposes. Q: Can I share design systems with my team? A: Currently design systems are private. Team sharing is coming soon. Q: Do I need to use all three tabs? A: No, but we recommend it. Guidelines help Vibe Agent generate better UIs, and components provide reusable building blocks. Q: Can I import components from other design systems? A: Not directly yet, but you can export as JSON, manually copy components, and import to another system. Q: How do I use a design system in my project? A: Reference it when generating features with Vibe Agent: “Use my Stripe UI design system to create a pricing page” Q: What happens if I delete a design system? A: It’s permanently deleted along with all components and guidelines. This cannot be undone. Q: Can I edit guidelines while generating components? A: Yes, guidelines are available in real-time. Changes apply immediately to new generations.

Example Design System Structure

Name: Modern SaaS UI Description: Clean, minimal design system for B2B SaaS applications with dark mode support. Tags: SaaS, Dark Mode, Minimal, Professional Guidelines:
# Modern SaaS Design System

## Principles
- Clarity over cleverness
- Performance first
- Accessibility by default

## Colors
### Light Mode
- Primary: #0066FF
- Background: #FFFFFF
- Text: #1F2937

### Dark Mode
- Primary: #3B82F6
- Background: #0B0D0E
- Text: #F9FAFB

## Components
All components support both light and dark modes.
Use semantic color tokens, not hardcoded values.
Components:
  • Button (Primary, Secondary, Danger variants)
  • Input Field (Text, Email, Password)
  • Card (Basic, Elevated, Outlined)
  • Navigation Bar
  • Pricing Table
  • Feature Grid