Design System

Internal reference for building consistent UI at CustomerInterviews.AI.

For Claude / LLM Reference

Reference specific sections by file path: /design-system/foundations . Each page contains detailed usage guides and examples.

Design System Pages

  • foundations — colors, gradients, patterns, typography
  • core-components — buttons, cards, forms, navigation
  • patterns — page layouts, hero sections, feature grids

Quick Reference

  • Page bg: bg-bone-200
  • Primary text: text-charcoal-900
  • Brand color: bg-orange-600
  • Grid pattern: bg-grid-pattern
  • Hero text: text-display
  • Body text: text-body

Key Files

  • tailwind.config.js — colors
  • assets/css/main.css — utilities
  • assets/images/grid-pattern*.svg

Usage Notes

For Developers

  • All custom classes are in assets/css/main.css
  • Custom colors defined in tailwind.config.js
  • Classes use @layer components so Tailwind can override

For Claude / LLMs

  • Reference pages by path: "check /design-system/foundations"
  • Each page has LLM Usage Guides in highlighted boxes
  • Use utility classes, not inline styles