Not every design system is worth capturing. Some sites are beautiful because of their photography, not their tokens. Some are consistent on the surface but built on a CSS mess that produces incoherent extracted values. And some are genuinely great design systems — coherent, deliberate, reproducible — where a captured bundle gives you a meaningful head start.
This list covers eight SaaS products with design systems worth capturing for landing page and early-stage product work. For each one: what makes it distinctive, what Design Catcher will pull into DESIGN.md, and when to use it.
One note before the list: capture the marketing site and the app interface separately whenever you can. Marketing pages optimize for brand expression and conversion. Product interfaces optimize for density and information hierarchy. They often use different spacing scales, different type treatments, and different component patterns. The full picture requires both.
1. Linear — dense SaaS dashboard
Site: linear.app
Linear's design system is the gold standard for what people call "developer aesthetic." It is almost ruthlessly restrained: one neutral dark background, a single accent purple, Inter at sizes that push toward the minimum readable limit, and a 4px spacing grid applied with discipline across every surface.
What you get in DESIGN.md:
-
Color system built on near-black surfaces (
#0f0f0fcanvas,#1a1a1aelevated) with white-alpha hairlines for all separators - Type scale that starts at 11px for metadata and caps at around 28–32px for hero text — unusually compressed for a marketing site
- Spacing values that reflect the 4px base: nearly everything is a multiple of 4, with no random intermediate values
Best for: developer tools, issue trackers, lightweight project management products, any SaaS that wants to read as precise and professional rather than friendly and rounded.
Capture both the linear.app marketing page and a screenshot of
the product interface (the issue list, the cycle view) for full structural
coverage. The sidebar and command palette patterns in STRUCTURE.md are
especially valuable if you are building a dashboard.
2. Stripe — gradient mesh fintech
Site: stripe.com
Stripe's marketing site is among the most technically accomplished on the web. The design system has two distinct layers: a polished dark-section hero with gradient meshes and glass-morphism cards, and a clean white-body section that is much closer to a standard documentation style. Both are worth capturing separately.
What you get in DESIGN.md:
- A gradient palette that includes Stripe's signature blue-purple-pink mesh background values — these are CSS gradient definitions, not static images
-
Two distinct surface treatments: dark (
#0a2540-family for hero sections) and light (near-white with subtle gray backgrounds for body content) - Typography anchored to Sohne (the commercial typeface used in the app) and a fallback stack — the type size curve is notably larger and more generous than Linear's
Best for: fintech, payments, financial services products, any SaaS that needs to project credibility and scale. The gradient mesh treatment has become so associated with "premium tech" that using it well signals category membership.
3. Vercel — dark mode minimal
Site: vercel.com
Vercel's design system is the cleanest execution of the dark-minimal pattern. Pure black background, pure white text, geist-mono for code, Geist Sans for prose. The restraint is total: almost no color beyond black, white, and a few functional accent signals (deployment status greens and reds).
What you get in DESIGN.md:
-
Binary color system:
#000000background,#ffffffforeground, with a narrow band of grays for secondary surfaces and borders - Geist Sans and Geist Mono font families — both are open source and available on Google Fonts, making this system fully reproducible without licensing work
- A component pattern in UI-KIT.md that is unusually useful: Vercel's card, badge, and table patterns are mature enough to port directly
Best for: developer infrastructure tools, CLI wrappers, open source project sites, and any product targeting engineers who will immediately compare you to Vercel anyway.
4. Notion — neutral documentation
Site: notion.so
Notion's design system sits in a different category from the others on this list. It is deliberately warm and approachable: off-white backgrounds, rounded corners on nearly everything, a humanist sans-serif type stack, and color used very sparingly. It reads as friendly and accessible rather than technical.
What you get in DESIGN.md:
-
A near-neutral background palette starting at
#ffffffwith very light gray surface elevations — good for documentation-heavy products where long reading sessions matter - Generous line heights and type sizes that prioritize reading comfort over information density
- Border-radius values that run 8–12px across nearly all interactive elements, contributing to the rounded, approachable feel
Best for: knowledge bases, wikis, writing tools, internal tools for non-technical teams, and any product where "feels safe to use" matters more than "feels like a serious professional tool."
5. Loom — human SaaS
Site: loom.com
Loom's design system occupies a middle register that many early-stage SaaS products target but struggle to execute: friendly without being childish, colorful without being loud, modern without being cold. It uses a purple primary accent with warm supporting colors and photography that features real people.
What you get in DESIGN.md:
-
A primary purple accent (
#625DF5family) with complementary peach and lavender tones that appear in illustration and background accents - A type scale built on a system sans that is heavier and more rounded than Inter, contributing to the warm register
- Button and CTA patterns that are more rounded and colorful than the developer-tool entries — good reference for consumer-leaning B2B
Best for: collaboration tools, async communication products, HR tech, and any B2B product that wants to feel like something a person chose rather than something IT mandated.
6. Resend — developer-friendly email
Site: resend.com
Resend's marketing site is one of the best recent examples of the "developer API product" design pattern. Dark background, good use of syntax-highlighted code blocks embedded into marketing sections, and a color system that is black-primary with a single warm accent. It is also notably fast and visually simple — an intentional signal of engineering discipline.
What you get in DESIGN.md:
-
A dark system that is warmer than Vercel's pure black — Resend uses
#0d0d0dand#111111family surfaces with subtle warm undertones - Code block treatment tokens: font sizing, background color, border treatment, and syntax highlight accent colors — extremely useful if your product surfaces code
- A sparse but well-considered CTA pattern: single primary button, clear visual hierarchy, no secondary distractions — good reference for API-first product landing pages
Best for: API products, developer tools with a billing layer, infrastructure SaaS, and any product whose primary buyer is a backend engineer.
7. Raycast — macOS-native
Site: raycast.com
Raycast's design system is influenced by macOS Human Interface Guidelines in ways that show throughout: vibrancy effects, sidebar-primary navigation, tight keyboard-accessible lists, and a color system that uses system colors as reference points. The marketing site translates this into a high-production promotional aesthetic with custom 3D renders.
What you get in DESIGN.md:
-
A dark system with backdrop-blur and semi-transparent surface layers that
reference macOS vibrancy —
rgbabackgrounds withbackdrop-filternoted in the token set - Multi-accent color system: Raycast uses both orange and purple-blue accents depending on context, which DESIGN.md will document as distinct functional tokens
- List and command-palette structural patterns in STRUCTURE.md that are directly applicable to any keyboard-first application interface
Best for: macOS desktop applications, productivity tools, launcher-style interfaces, and any product targeting power users on Apple hardware.
8. 21st.dev — component library
Site: 21st.dev
21st.dev is a component library and registry — capturing its design system is a bit meta, but it is genuinely one of the best references for modern component-first web design patterns. The site demonstrates sophisticated use of glassmorphism, animated gradients, and component preview layouts.
What you get in DESIGN.md:
-
Glass surface tokens:
backdrop-filtervalues, translucent background alphas, and border treatments that define the glassmorphism pattern - Animated gradient background definitions — useful if you want to reference the pattern for a hero section without reverse-engineering the CSS manually
- Component card anatomy in UI-KIT.md that is directly applicable to any product that surfaces code components, plugins, or marketplace items
Best for: component marketplaces, plugin directories, developer tool landing pages, and any product that needs to showcase individual items in a grid with preview capability.
Capture strategy: marketing page plus app interface
Every entry on this list benefits from two captures, not one.
The marketing page gives you the brand layer: the hero typography, the accent color at full saturation, the gradient treatments, and the emotional register the company wants visitors to feel. These tokens are optimized for impression, not sustained use.
The app interface gives you the utility layer: the dense spacing, the reduced type scale for information-heavy screens, the neutral surface colors that won't cause eye fatigue, and the component patterns you will actually build — sidebars, list views, data tables, form fields.
When you drop both bundles into your repo, name them clearly:
design/
├── linear-marketing/
│ ├── DESIGN.md
│ ├── STRUCTURE.md
│ └── UI-KIT.md
└── linear-app/
├── DESIGN.md
├── STRUCTURE.md
└── UI-KIT.md Then reference both in your agent prompt, specifying which layer applies to which part of what you're building:
For the hero section: use brand tokens from @design/linear-marketing/DESIGN.md
For the dashboard layout: use app tokens from @design/linear-app/DESIGN.md and
STRUCTURE.md What makes a design system worth capturing
The best candidates share a few properties. They are built on CSS custom properties (variables) rather than hardcoded values, which means the token layer is explicit rather than inferred. They apply their token system consistently — the same spacing value used across dozens of components, not arbitrary pixel values scattered throughout. And they have been iterated on long enough that the rough edges are gone; the system has internal logic.
Sites that look beautiful but are built on inconsistent CSS — one-off pixel values, conflicting font sizes, layout achieved through absolute positioning rather than a grid system — produce noisy captures. The output will include the actual values, but there will be many of them and no clear hierarchy.
All eight sites on this list pass that test. Capture any of them, drop the bundle into your project, and your agent has a coherent design foundation to build from.