1---2name: design-principles3description: Use this skill when designing UI/UX, creating dashboards, building SaaS interfaces, or reviewing frontend design. Provides S-tier design checklist inspired by Stripe, Airbnb, and Linear.4---5
6# S-Tier SaaS Dashboard Design Checklist (Inspired by Stripe, Airbnb, Linear)
7
8## I. Core Design Philosophy & Strategy
9
10* [ ] **Users First:** Prioritize user needs, workflows, and ease of use in every design decision.
11* [ ] **Meticulous Craft:** Aim for precision, polish, and high quality in every UI element and interaction.
12* [ ] **Speed & Performance:** Design for fast load times and snappy, responsive interactions.
13* [ ] **Simplicity & Clarity:** Strive for a clean, uncluttered interface. Ensure labels, instructions, and information are unambiguous.
14* [ ] **Focus & Efficiency:** Help users achieve their goals quickly and with minimal friction. Minimize unnecessary steps or distractions.
15* [ ] **Consistency:** Maintain a uniform design language (colors, typography, components, patterns) across the entire dashboard.
16* [ ] **Accessibility (WCAG AA+):** Design for inclusivity. Ensure sufficient color contrast, keyboard navigability, and screen reader compatibility.
17* [ ] **Opinionated Design (Thoughtful Defaults):** Establish clear, efficient default workflows and settings, reducing decision fatigue for users.
18
19## II. Design System Foundation (Tokens & Core Components)
20
21* [ ] **Define a Color Palette:**
22 * [ ] **Primary Brand Color:** User-specified, used strategically.
23 * [ ] **Neutrals:** A scale of grays (5-7 steps) for text, backgrounds, borders.
24 * [ ] **Semantic Colors:** Define specific colors for Success (green), Error/Destructive (red), Warning (yellow/amber), Informational (blue).
25 * [ ] **Dark Mode Palette:** Create a corresponding accessible dark mode palette.
26 * [ ] **Accessibility Check:** Ensure all color combinations meet WCAG AA contrast ratios.
27* [ ] **Establish a Typographic Scale:**
28 * [ ] **Primary Font Family:** Choose a clean, legible sans-serif font (e.g., Inter, Manrope, system-ui).
29 * [ ] **Modular Scale:** Define distinct sizes for H1, H2, H3, H4, Body Large, Body Medium (Default), Body Small/Caption. (e.g., H1: 32px, Body: 14px/16px).
30 * [ ] **Font Weights:** Utilize a limited set of weights (e.g., Regular, Medium, SemiBold, Bold).
31 * [ ] **Line Height:** Ensure generous line height for readability (e.g., 1.5-1.7 for body text).
32* [ ] **Define Spacing Units:**
33 * [ ] **Base Unit:** Establish a base unit (e.g., 8px).
34 * [ ] **Spacing Scale:** Use multiples of the base unit for all padding, margins, and layout spacing (e.g., 4px, 8px, 12px, 16px, 24px, 32px).
35* [ ] **Define Border Radii:**
36 * [ ] **Consistent Values:** Use a small set of consistent border radii (e.g., Small: 4-6px for inputs/buttons; Medium: 8-12px for cards/modals).
37* [ ] **Develop Core UI Components (with consistent states: default, hover, active, focus, disabled):**
38 * [ ] Buttons (primary, secondary, tertiary/ghost, destructive, link-style; with icon options)
39 * [ ] Input Fields (text, textarea, select, date picker; with clear labels, placeholders, helper text, error messages)
40 * [ ] Checkboxes & Radio Buttons
41 * [ ] Toggles/Switches
42 * [ ] Cards (for content blocks, multimedia items, dashboard widgets)
43 * [ ] Tables (for data display; with clear headers, rows, cells; support for sorting, filtering)
44 * [ ] Modals/Dialogs (for confirmations, forms, detailed views)
45 * [ ] Navigation Elements (Sidebar, Tabs)
46 * [ ] Badges/Tags (for status indicators, categorization)
47 * [ ] Tooltips (for contextual help)
48 * [ ] Progress Indicators (Spinners, Progress Bars)
49 * [ ] Icons (use a single, modern, clean icon set; SVG preferred)
50 * [ ] Avatars
51
52## III. Layout, Visual Hierarchy & Structure
53
54* [ ] **Responsive Grid System:** Design based on a responsive grid (e.g., 12-column) for consistent layout across devices.
55* [ ] **Strategic White Space:** Use ample negative space to improve clarity, reduce cognitive load, and create visual balance.
56* [ ] **Clear Visual Hierarchy:** Guide the user's eye using typography (size, weight, color), spacing, and element positioning.
57* [ ] **Consistent Alignment:** Maintain consistent alignment of elements.
58* [ ] **Main Dashboard Layout:**
59 * [ ] Persistent Left Sidebar: For primary navigation between modules.
60 * [ ] Content Area: Main space for module-specific interfaces.
61 * [ ] (Optional) Top Bar: For global search, user profile, notifications.
62* [ ] **Mobile-First Considerations:** Ensure the design adapts gracefully to smaller screens.
63
64## IV. Interaction Design & Animations
65
66* [ ] **Purposeful Micro-interactions:** Use subtle animations and visual feedback for user actions (hovers, clicks, form submissions, status changes).
67 * [ ] Feedback should be immediate and clear.
68 * [ ] Animations should be quick (150-300ms) and use appropriate easing (e.g., ease-in-out).
69* [ ] **Loading States:** Implement clear loading indicators (skeleton screens for page loads, spinners for in-component actions).
70* [ ] **Transitions:** Use smooth transitions for state changes, modal appearances, and section expansions.
71* [ ] **Avoid Distraction:** Animations should enhance usability, not overwhelm or slow down the user.
72* [ ] **Keyboard Navigation:** Ensure all interactive elements are keyboard accessible and focus states are clear.
73
74## V. Specific Module Design Tactics
75
76### A. Multimedia Moderation Module
77
78* [ ] **Clear Media Display:** Prominent image/video previews (grid or list view).
79* [ ] **Obvious Moderation Actions:** Clearly labeled buttons (Approve, Reject, Flag, etc.) with distinct styling (e.g., primary/secondary, color-coding). Use icons for quick recognition.
80* [ ] **Visible Status Indicators:** Use color-coded Badges for content status (Pending, Approved, Rejected).
81* [ ] **Contextual Information:** Display relevant metadata (uploader, timestamp, flags) alongside media.
82* [ ] **Workflow Efficiency:**
83 * [ ] Bulk Actions: Allow selection and moderation of multiple items.
84 * [ ] Keyboard Shortcuts: For common moderation actions.
85* [ ] **Minimize Fatigue:** Clean, uncluttered interface; consider dark mode option.
86
87### B. Data Tables Module (Contacts, Admin Settings)
88
89* [ ] **Readability & Scannability:**
90 * [ ] Smart Alignment: Left-align text, right-align numbers.
91 * [ ] Clear Headers: Bold column headers.
92 * [ ] Zebra Striping (Optional): For dense tables.
93 * [ ] Legible Typography: Simple, clean sans-serif fonts.
94 * [ ] Adequate Row Height & Spacing.
95* [ ] **Interactive Controls:**
96 * [ ] Column Sorting: Clickable headers with sort indicators.
97 * [ ] Intuitive Filtering: Accessible filter controls (dropdowns, text inputs) above the table.
98 * [ ] Global Table Search.
99* [ ] **Large Datasets:**
100 * [ ] Pagination (preferred for admin tables) or virtual/infinite scroll.
101 * [ ] Sticky Headers / Frozen Columns: If applicable.
102* [ ] **Row Interactions:**
103 * [ ] Expandable Rows: For detailed information.
104 * [ ] Inline Editing: For quick modifications.
105 * [ ] Bulk Actions: Checkboxes and contextual toolbar.
106 * [ ] Action Icons/Buttons per Row: (Edit, Delete, View Details) clearly distinguishable.
107
108### C. Configuration Panels Module (Microsite, Admin Settings)
109
110* [ ] **Clarity & Simplicity:** Clear, unambiguous labels for all settings. Concise helper text or tooltips for descriptions. Avoid jargon.
111* [ ] **Logical Grouping:** Group related settings into sections or tabs.
112* [ ] **Progressive Disclosure:** Hide advanced or less-used settings by default (e.g., behind "Advanced Settings" toggle, accordions).
113* [ ] **Appropriate Input Types:** Use correct form controls (text fields, checkboxes, toggles, selects, sliders) for each setting.
114* [ ] **Visual Feedback:** Immediate confirmation of changes saved (e.g., toast notifications, inline messages). Clear error messages for invalid inputs.
115* [ ] **Sensible Defaults:** Provide default values for all settings.
116* [ ] **Reset Option:** Easy way to "Reset to Defaults" for sections or entire configuration.
117* [ ] **Microsite Preview (If Applicable):** Show a live or near-live preview of microsite changes.
118
119## VI. CSS & Styling Architecture
120
121* [ ] **Choose a Scalable CSS Methodology:**
122 * [ ] **Utility-First (Recommended for LLM):** e.g., Tailwind CSS. Define design tokens in config, apply via utility classes.
123 * [ ] **BEM with Sass:** If not utility-first, use structured BEM naming with Sass variables for tokens.
124 * [ ] **CSS-in-JS (Scoped Styles):** e.g., Stripe's approach for Elements.
125* [ ] **Integrate Design Tokens:** Ensure colors, fonts, spacing, radii tokens are directly usable in the chosen CSS architecture.
126* [ ] **Maintainability & Readability:** Code should be well-organized and easy to understand.
127* [ ] **Performance:** Optimize CSS delivery; avoid unnecessary bloat.
128
129## VII. General Best Practices
130
131* [ ] **Iterative Design & Testing:** Continuously test with users and iterate on designs.
132* [ ] **Clear Information Architecture:** Organize content and navigation logically.
133* [ ] **Responsive Design:** Ensure the dashboard is fully functional and looks great on all device sizes (desktop, tablet, mobile).
134* [ ] **Documentation:** Maintain clear documentation for the design system and components.