1---2name: popular-web-designs3description: 54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.4license: MIT5---6# Popular Web Designs7854 real-world design systems ready for use when generating HTML/CSS. Each template captures a9site's complete visual language: color palette, typography hierarchy, component styles, spacing10system, shadows, responsive behavior, and practical agent prompts with exact CSS values.1112## Related design skills1314- **`claude-design`** — use for the design *process and taste* (scoping a brief,15 producing variants, verifying a local HTML artifact, avoiding AI-design slop).16 Pair it with this skill when the user wants a thoughtfully-designed page styled17 after a known brand: `claude-design` drives the workflow, this skill supplies18 the visual vocabulary.19- **`design-md`** — use when the deliverable is a formal DESIGN.md token spec20 file, not a rendered artifact.2122## How to Use23241. Pick a design from the catalog below252. Load it: `skill_view(name="popular-web-designs", file_path="templates/<site>.md")`263. Use the design tokens and component specs when generating HTML274. Pair with the `generative-widgets` skill to serve the result via cloudflared tunnel2829Each template includes a **Hermes Implementation Notes** block at the top with:30- CDN font substitute and Google Fonts `<link>` tag (ready to paste)31- CSS font-family stacks for primary and monospace32- Reminders to use `write_file` for HTML creation and `browser_vision` for verification3334## HTML Generation Pattern3536```html37<!DOCTYPE html>38<html lang="en">39<head>40 <meta charset="UTF-8">41 <meta name="viewport" content="width=device-width, initial-scale=1.0">42 <title>Page Title</title>43 <!-- Paste the Google Fonts <link> from the template's Hermes notes -->44 <link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet">45 <style>46 /* Apply the template's color palette as CSS custom properties */47 :root {48 --color-bg: #ffffff;49 --color-text: #171717;50 --color-accent: #533afd;51 /* ... more from template Section 2 */52 }53 /* Apply typography from template Section 3 */54 body {55 font-family: 'Inter', system-ui, sans-serif;56 color: var(--color-text);57 background: var(--color-bg);58 }59 /* Apply component styles from template Section 4 */60 /* Apply layout from template Section 5 */61 /* Apply shadows from template Section 6 */62 </style>63</head>64<body>65 <!-- Build using component specs from the template -->66</body>67</html>68```6970Write the file with `write_file`, serve with the `generative-widgets` workflow (cloudflared tunnel),71and verify the result with `browser_vision` to confirm visual accuracy.7273## Font Substitution Reference7475Most sites use proprietary fonts unavailable via CDN. Each template maps to a Google Fonts76substitute that preserves the design's character. Common mappings:7778| Proprietary Font | CDN Substitute | Character |79|---|---|---|80| Geist / Geist Sans | Geist (on Google Fonts) | Geometric, compressed tracking |81| Geist Mono | Geist Mono (on Google Fonts) | Clean monospace, ligatures |82| sohne-var (Stripe) | Source Sans 3 | Light weight elegance |83| Berkeley Mono | JetBrains Mono | Technical monospace |84| Airbnb Cereal VF | DM Sans | Rounded, friendly geometric |85| Circular (Spotify) | DM Sans | Geometric, warm |86| figmaSans | Inter | Clean humanist |87| Pin Sans (Pinterest) | DM Sans | Friendly, rounded |88| NVIDIA-EMEA | Inter (or Arial system) | Industrial, clean |89| CoinbaseDisplay/Sans | DM Sans | Geometric, trustworthy |90| UberMove | DM Sans | Bold, tight |91| HashiCorp Sans | Inter | Enterprise, neutral |92| waldenburgNormal (Sanity) | Space Grotesk | Geometric, slightly condensed |93| IBM Plex Sans/Mono | IBM Plex Sans/Mono | Available on Google Fonts |94| Rubik (Sentry) | Rubik | Available on Google Fonts |9596When a template's CDN font matches the original (Inter, IBM Plex, Rubik, Geist), no97substitution loss occurs. When a substitute is used (DM Sans for Circular, Source Sans 398for sohne-var), follow the template's weight, size, and letter-spacing values closely —99those carry more visual identity than the specific font face.100101## Design Catalog102103### AI & Machine Learning104105| Template | Site | Style |106|---|---|---|107| `claude.md` | Anthropic Claude | Warm terracotta accent, clean editorial layout |108| `cohere.md` | Cohere | Vibrant gradients, data-rich dashboard aesthetic |109| `elevenlabs.md` | ElevenLabs | Dark cinematic UI, audio-waveform aesthetics |110| `minimax.md` | Minimax | Bold dark interface with neon accents |111| `mistral.ai.md` | Mistral AI | French-engineered minimalism, purple-toned |112| `ollama.md` | Ollama | Terminal-first, monochrome simplicity |113| `opencode.ai.md` | OpenCode AI | Developer-centric dark theme, full monospace |114| `replicate.md` | Replicate | Clean white canvas, code-forward |115| `runwayml.md` | RunwayML | Cinematic dark UI, media-rich layout |116| `together.ai.md` | Together AI | Technical, blueprint-style design |117| `voltagent.md` | VoltAgent | Void-black canvas, emerald accent, terminal-native |118| `x.ai.md` | xAI | Stark monochrome, futuristic minimalism, full monospace |119120### Developer Tools & Platforms121122| Template | Site | Style |123|---|---|---|124| `cursor.md` | Cursor | Sleek dark interface, gradient accents |125| `expo.md` | Expo | Dark theme, tight letter-spacing, code-centric |126| `linear.app.md` | Linear | Ultra-minimal dark-mode, precise, purple accent |127| `lovable.md` | Lovable | Playful gradients, friendly dev aesthetic |128| `mintlify.md` | Mintlify | Clean, green-accented, reading-optimized |129| `posthog.md` | PostHog | Playful branding, developer-friendly dark UI |130| `raycast.md` | Raycast | Sleek dark chrome, vibrant gradient accents |131| `resend.md` | Resend | Minimal dark theme, monospace accents |132| `sentry.md` | Sentry | Dark dashboard, data-dense, pink-purple accent |133| `supabase.md` | Supabase | Dark emerald theme, code-first developer tool |134| `superhuman.md` | Superhuman | Premium dark UI, keyboard-first, purple glow |135| `vercel.md` | Vercel | Black and white precision, Geist font system |136| `warp.md` | Warp | Dark IDE-like interface, block-based command UI |137| `zapier.md` | Zapier | Warm orange, friendly illustration-driven |138139### Infrastructure & Cloud140141| Template | Site | Style |142|---|---|---|143| `clickhouse.md` | ClickHouse | Yellow-accented, technical documentation style |144| `composio.md` | Composio | Modern dark with colorful integration icons |145| `hashicorp.md` | HashiCorp | Enterprise-clean, black and white |146| `mongodb.md` | MongoDB | Green leaf branding, developer documentation focus |147| `sanity.md` | Sanity | Red accent, content-first editorial layout |148| `stripe.md` | Stripe | Signature purple gradients, weight-300 elegance |149150### Design & Productivity151152| Template | Site | Style |153|---|---|---|154| `airtable.md` | Airtable | Colorful, friendly, structured data aesthetic |155| `cal.md` | Cal.com | Clean neutral UI, developer-oriented simplicity |156| `clay.md` | Clay | Organic shapes, soft gradients, art-directed layout |157| `figma.md` | Figma | Vibrant multi-color, playful yet professional |158| `framer.md` | Framer | Bold black and blue, motion-first, design-forward |159| `intercom.md` | Intercom | Friendly blue palette, conversational UI patterns |160| `miro.md` | Miro | Bright yellow accent, infinite canvas aesthetic |161| `notion.md` | Notion | Warm minimalism, serif headings, soft surfaces |162| `pinterest.md` | Pinterest | Red accent, masonry grid, image-first layout |163| `webflow.md` | Webflow | Blue-accented, polished marketing site aesthetic |164165### Fintech & Crypto166167| Template | Site | Style |168|---|---|---|169| `coinbase.md` | Coinbase | Clean blue identity, trust-focused, institutional feel |170| `kraken.md` | Kraken | Purple-accented dark UI, data-dense dashboards |171| `revolut.md` | Revolut | Sleek dark interface, gradient cards, fintech precision |172| `wise.md` | Wise | Bright green accent, friendly and clear |173174### Enterprise & Consumer175176| Template | Site | Style |177|---|---|---|178| `airbnb.md` | Airbnb | Warm coral accent, photography-driven, rounded UI |179| `apple.md` | Apple | Premium white space, SF Pro, cinematic imagery |180| `bmw.md` | BMW | Dark premium surfaces, precise engineering aesthetic |181| `ibm.md` | IBM | Carbon design system, structured blue palette |182| `nvidia.md` | NVIDIA | Green-black energy, technical power aesthetic |183| `spacex.md` | SpaceX | Stark black and white, full-bleed imagery, futuristic |184| `spotify.md` | Spotify | Vibrant green on dark, bold type, album-art-driven |185| `uber.md` | Uber | Bold black and white, tight type, urban energy |186187## Choosing a Design188189Match the design to the content:190191- **Developer tools / dashboards:** Linear, Vercel, Supabase, Raycast, Sentry192- **Documentation / content sites:** Mintlify, Notion, Sanity, MongoDB193- **Marketing / landing pages:** Stripe, Framer, Apple, SpaceX194- **Dark mode UIs:** Linear, Cursor, ElevenLabs, Warp, Superhuman195- **Light / clean UIs:** Vercel, Stripe, Notion, Cal.com, Replicate196- **Playful / friendly:** PostHog, Figma, Lovable, Zapier, Miro197- **Premium / luxury:** Apple, BMW, Stripe, Superhuman, Revolut198- **Data-dense / dashboards:** Sentry, Kraken, Cohere, ClickHouse199- **Monospace / terminal aesthetic:** Ollama, OpenCode, x.ai, VoltAgent