1---2name: argentos-popular-web-designs3description: 54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.4license: MIT5---67# Popular Web Designs8954 real-world design systems ready for use when generating HTML/CSS. Each template captures a10site's complete visual language: color palette, typography hierarchy, component styles, spacing11system, shadows, responsive behavior, and practical agent prompts with exact CSS values.1213## How to Use14151. Pick a design from the catalog below162. Load it: `skill_view(name="popular-web-designs", file_path="templates/<site>.md")`173. Use the design tokens and component specs when generating HTML184. Pair with the `generative-widgets` skill to serve the result via cloudflared tunnel1920Each template includes a **Hermes Implementation Notes** block at the top with:2122- CDN font substitute and Google Fonts `<link>` tag (ready to paste)23- CSS font-family stacks for primary and monospace24- Reminders to use `write_file` for HTML creation and `browser_vision` for verification2526## HTML Generation Pattern2728```html29<!DOCTYPE html>30<html lang="en">31 <head>32 <meta charset="UTF-8" />33 <meta name="viewport" content="width=device-width, initial-scale=1.0" />34 <title>Page Title</title>35 <!-- Paste the Google Fonts <link> from the template's Hermes notes -->36 <link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet" />37 <style>38 /* Apply the template's color palette as CSS custom properties */39 :root {40 --color-bg: #ffffff;41 --color-text: #171717;42 --color-accent: #533afd;43 /* ... more from template Section 2 */44 }45 /* Apply typography from template Section 3 */46 body {47 font-family: "Inter", system-ui, sans-serif;48 color: var(--color-text);49 background: var(--color-bg);50 }51 /* Apply component styles from template Section 4 */52 /* Apply layout from template Section 5 */53 /* Apply shadows from template Section 6 */54 </style>55 </head>56 <body>57 <!-- Build using component specs from the template -->58 </body>59</html>60```6162Write the file with `write_file`, serve with the `generative-widgets` workflow (cloudflared tunnel),63and verify the result with `browser_vision` to confirm visual accuracy.6465## Font Substitution Reference6667Most sites use proprietary fonts unavailable via CDN. Each template maps to a Google Fonts68substitute that preserves the design's character. Common mappings:6970| Proprietary Font | CDN Substitute | Character |71| ------------------------- | ---------------------------- | ------------------------------ |72| Geist / Geist Sans | Geist (on Google Fonts) | Geometric, compressed tracking |73| Geist Mono | Geist Mono (on Google Fonts) | Clean monospace, ligatures |74| sohne-var (Stripe) | Source Sans 3 | Light weight elegance |75| Berkeley Mono | JetBrains Mono | Technical monospace |76| Airbnb Cereal VF | DM Sans | Rounded, friendly geometric |77| Circular (Spotify) | DM Sans | Geometric, warm |78| figmaSans | Inter | Clean humanist |79| Pin Sans (Pinterest) | DM Sans | Friendly, rounded |80| NVIDIA-EMEA | Inter (or Arial system) | Industrial, clean |81| CoinbaseDisplay/Sans | DM Sans | Geometric, trustworthy |82| UberMove | DM Sans | Bold, tight |83| HashiCorp Sans | Inter | Enterprise, neutral |84| waldenburgNormal (Sanity) | Space Grotesk | Geometric, slightly condensed |85| IBM Plex Sans/Mono | IBM Plex Sans/Mono | Available on Google Fonts |86| Rubik (Sentry) | Rubik | Available on Google Fonts |8788When a template's CDN font matches the original (Inter, IBM Plex, Rubik, Geist), no89substitution loss occurs. When a substitute is used (DM Sans for Circular, Source Sans 390for sohne-var), follow the template's weight, size, and letter-spacing values closely —91those carry more visual identity than the specific font face.9293## Design Catalog9495### AI & Machine Learning9697| Template | Site | Style |98| ---------------- | ---------------- | ------------------------------------------------------- |99| `claude.md` | Anthropic Claude | Warm terracotta accent, clean editorial layout |100| `cohere.md` | Cohere | Vibrant gradients, data-rich dashboard aesthetic |101| `elevenlabs.md` | ElevenLabs | Dark cinematic UI, audio-waveform aesthetics |102| `minimax.md` | Minimax | Bold dark interface with neon accents |103| `mistral.ai.md` | Mistral AI | French-engineered minimalism, purple-toned |104| `ollama.md` | Ollama | Terminal-first, monochrome simplicity |105| `opencode.ai.md` | OpenCode AI | Developer-centric dark theme, full monospace |106| `replicate.md` | Replicate | Clean white canvas, code-forward |107| `runwayml.md` | RunwayML | Cinematic dark UI, media-rich layout |108| `together.ai.md` | Together AI | Technical, blueprint-style design |109| `voltagent.md` | VoltAgent | Void-black canvas, emerald accent, terminal-native |110| `x.ai.md` | xAI | Stark monochrome, futuristic minimalism, full monospace |111112### Developer Tools & Platforms113114| Template | Site | Style |115| --------------- | ---------- | ----------------------------------------------- |116| `cursor.md` | Cursor | Sleek dark interface, gradient accents |117| `expo.md` | Expo | Dark theme, tight letter-spacing, code-centric |118| `linear.app.md` | Linear | Ultra-minimal dark-mode, precise, purple accent |119| `lovable.md` | Lovable | Playful gradients, friendly dev aesthetic |120| `mintlify.md` | Mintlify | Clean, green-accented, reading-optimized |121| `posthog.md` | PostHog | Playful branding, developer-friendly dark UI |122| `raycast.md` | Raycast | Sleek dark chrome, vibrant gradient accents |123| `resend.md` | Resend | Minimal dark theme, monospace accents |124| `sentry.md` | Sentry | Dark dashboard, data-dense, pink-purple accent |125| `supabase.md` | Supabase | Dark emerald theme, code-first developer tool |126| `superhuman.md` | Superhuman | Premium dark UI, keyboard-first, purple glow |127| `vercel.md` | Vercel | Black and white precision, Geist font system |128| `warp.md` | Warp | Dark IDE-like interface, block-based command UI |129| `zapier.md` | Zapier | Warm orange, friendly illustration-driven |130131### Infrastructure & Cloud132133| Template | Site | Style |134| --------------- | ---------- | -------------------------------------------------- |135| `clickhouse.md` | ClickHouse | Yellow-accented, technical documentation style |136| `composio.md` | Composio | Modern dark with colorful integration icons |137| `hashicorp.md` | HashiCorp | Enterprise-clean, black and white |138| `mongodb.md` | MongoDB | Green leaf branding, developer documentation focus |139| `sanity.md` | Sanity | Red accent, content-first editorial layout |140| `stripe.md` | Stripe | Signature purple gradients, weight-300 elegance |141142### Design & Productivity143144| Template | Site | Style |145| -------------- | --------- | --------------------------------------------------- |146| `airtable.md` | Airtable | Colorful, friendly, structured data aesthetic |147| `cal.md` | Cal.com | Clean neutral UI, developer-oriented simplicity |148| `clay.md` | Clay | Organic shapes, soft gradients, art-directed layout |149| `figma.md` | Figma | Vibrant multi-color, playful yet professional |150| `framer.md` | Framer | Bold black and blue, motion-first, design-forward |151| `intercom.md` | Intercom | Friendly blue palette, conversational UI patterns |152| `miro.md` | Miro | Bright yellow accent, infinite canvas aesthetic |153| `notion.md` | Notion | Warm minimalism, serif headings, soft surfaces |154| `pinterest.md` | Pinterest | Red accent, masonry grid, image-first layout |155| `webflow.md` | Webflow | Blue-accented, polished marketing site aesthetic |156157### Fintech & Crypto158159| Template | Site | Style |160| ------------- | -------- | ------------------------------------------------------- |161| `coinbase.md` | Coinbase | Clean blue identity, trust-focused, institutional feel |162| `kraken.md` | Kraken | Purple-accented dark UI, data-dense dashboards |163| `revolut.md` | Revolut | Sleek dark interface, gradient cards, fintech precision |164| `wise.md` | Wise | Bright green accent, friendly and clear |165166### Enterprise & Consumer167168| Template | Site | Style |169| ------------ | ------- | ----------------------------------------------------- |170| `airbnb.md` | Airbnb | Warm coral accent, photography-driven, rounded UI |171| `apple.md` | Apple | Premium white space, SF Pro, cinematic imagery |172| `bmw.md` | BMW | Dark premium surfaces, precise engineering aesthetic |173| `ibm.md` | IBM | Carbon design system, structured blue palette |174| `nvidia.md` | NVIDIA | Green-black energy, technical power aesthetic |175| `spacex.md` | SpaceX | Stark black and white, full-bleed imagery, futuristic |176| `spotify.md` | Spotify | Vibrant green on dark, bold type, album-art-driven |177| `uber.md` | Uber | Bold black and white, tight type, urban energy |178179## Choosing a Design180181Match the design to the content:182183- **Developer tools / dashboards:** Linear, Vercel, Supabase, Raycast, Sentry184- **Documentation / content sites:** Mintlify, Notion, Sanity, MongoDB185- **Marketing / landing pages:** Stripe, Framer, Apple, SpaceX186- **Dark mode UIs:** Linear, Cursor, ElevenLabs, Warp, Superhuman187- **Light / clean UIs:** Vercel, Stripe, Notion, Cal.com, Replicate188- **Playful / friendly:** PostHog, Figma, Lovable, Zapier, Miro189- **Premium / luxury:** Apple, BMW, Stripe, Superhuman, Revolut190- **Data-dense / dashboards:** Sentry, Kraken, Cohere, ClickHouse191- **Monospace / terminal aesthetic:** Ollama, OpenCode, x.ai, VoltAgent