popular-web-designs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Popular Web Designs

热门网页设计

54 real-world design systems ready for use when generating HTML/CSS. Each template captures a site's complete visual language: color palette, typography hierarchy, component styles, spacing system, shadows, responsive behavior, and practical agent prompts with exact CSS values.
54套可直接用于生成HTML/CSS的真实设计系统。每个模板完整还原了网站的视觉语言:调色板、排版层级、组件样式、间距系统、阴影效果、响应式表现,以及带有精确CSS值的实用Agent提示词。

Related design skills

相关设计技能

  • claude-design
    — use for the design process and taste (scoping a brief, producing variants, verifying a local HTML artifact, avoiding AI-design slop). Pair it with this skill when the user wants a thoughtfully-designed page styled after a known brand:
    claude-design
    drives the workflow, this skill supplies the visual vocabulary.
  • design-md
    — use when the deliverable is a formal DESIGN.md token spec file, not a rendered artifact.
  • claude-design
    — 用于设计流程与风格把控(梳理需求 brief、生成变体、验证本地HTML产物、避免AI设计的粗糙问题)。当用户希望打造一个模仿知名品牌风格的精心设计页面时,可将该技能与本技能搭配使用:
    claude-design
    主导工作流程,本技能提供视觉词汇库。
  • design-md
    — 当交付物是正式的DESIGN.md令牌规范文件而非渲染产物时使用。

How to Use

使用方法

  1. Pick a design from the catalog below
  2. Load it:
    skill_view(name="popular-web-designs", file_path="templates/<site>.md")
  3. Use the design tokens and component specs when generating HTML
  4. Pair with the
    generative-widgets
    skill to serve the result via cloudflared tunnel
Each template includes a Hermes Implementation Notes block at the top with:
  • CDN font substitute and Google Fonts
    <link>
    tag (ready to paste)
  • CSS font-family stacks for primary and monospace
  • Reminders to use
    write_file
    for HTML creation and
    browser_vision
    for verification
  1. 从下方目录中选择一个设计
  2. 加载设计:
    skill_view(name="popular-web-designs", file_path="templates/<site>.md")
  3. 在生成HTML时使用设计令牌和组件规范
  4. 搭配
    generative-widgets
    技能,通过cloudflared隧道部署结果
每个模板顶部都包含一个Hermes实现说明区块,内容包括:
  • CDN字体替代方案和可直接粘贴的Google Fonts
    <link>
    标签
  • 主字体等宽字体的CSS font-family堆叠配置
  • 提醒使用
    write_file
    创建HTML文件,使用
    browser_vision
    进行验证

HTML Generation Pattern

HTML生成模板

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Page Title</title>
  <!-- Paste the Google Fonts <link> from the template's Hermes notes -->
  <link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet">
  <style>
    /* Apply the template's color palette as CSS custom properties */
    :root {
      --color-bg: #ffffff;
      --color-text: #171717;
      --color-accent: #533afd;
      /* ... more from template Section 2 */
    }
    /* Apply typography from template Section 3 */
    body {
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--color-text);
      background: var(--color-bg);
    }
    /* Apply component styles from template Section 4 */
    /* Apply layout from template Section 5 */
    /* Apply shadows from template Section 6 */
  </style>
</head>
<body>
  <!-- Build using component specs from the template -->
</body>
</html>
Write the file with
write_file
, serve with the
generative-widgets
workflow (cloudflared tunnel), and verify the result with
browser_vision
to confirm visual accuracy.
html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Page Title</title>
  <!-- Paste the Google Fonts <link> from the template's Hermes notes -->
  <link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet">
  <style>
    /* Apply the template's color palette as CSS custom properties */
    :root {
      --color-bg: #ffffff;
      --color-text: #171717;
      --color-accent: #533afd;
      /* ... more from template Section 2 */
    }
    /* Apply typography from template Section 3 */
    body {
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--color-text);
      background: var(--color-bg);
    }
    /* Apply component styles from template Section 4 */
    /* Apply layout from template Section 5 */
    /* Apply shadows from template Section 6 */
  </style>
</head>
<body>
  <!-- Build using component specs from the template -->
</body>
</html>
使用
write_file
写入文件,通过
generative-widgets
工作流(cloudflared隧道)部署,并使用
browser_vision
验证结果以确保视觉准确性。

Font Substitution Reference

字体替代参考

Most sites use proprietary fonts unavailable via CDN. Each template maps to a Google Fonts substitute that preserves the design's character. Common mappings:
Proprietary FontCDN SubstituteCharacter
Geist / Geist SansGeist (on Google Fonts)Geometric, compressed tracking
Geist MonoGeist Mono (on Google Fonts)Clean monospace, ligatures
sohne-var (Stripe)Source Sans 3Light weight elegance
Berkeley MonoJetBrains MonoTechnical monospace
Airbnb Cereal VFDM SansRounded, friendly geometric
Circular (Spotify)DM SansGeometric, warm
figmaSansInterClean humanist
Pin Sans (Pinterest)DM SansFriendly, rounded
NVIDIA-EMEAInter (or Arial system)Industrial, clean
CoinbaseDisplay/SansDM SansGeometric, trustworthy
UberMoveDM SansBold, tight
HashiCorp SansInterEnterprise, neutral
waldenburgNormal (Sanity)Space GroteskGeometric, slightly condensed
IBM Plex Sans/MonoIBM Plex Sans/MonoAvailable on Google Fonts
Rubik (Sentry)RubikAvailable on Google Fonts
When a template's CDN font matches the original (Inter, IBM Plex, Rubik, Geist), no substitution loss occurs. When a substitute is used (DM Sans for Circular, Source Sans 3 for sohne-var), follow the template's weight, size, and letter-spacing values closely — those carry more visual identity than the specific font face.
大多数网站使用无法通过CDN获取的专有字体。每个模板都映射到一个Google Fonts替代字体,以保留设计的风格特征。常见映射如下:
专有字体CDN替代字体风格特征
Geist / Geist SansGeist(Google Fonts提供)几何感、紧凑字距
Geist MonoGeist Mono(Google Fonts提供)简洁等宽字体、连字设计
sohne-var (Stripe)Source Sans 3轻量优雅
Berkeley MonoJetBrains Mono技术感等宽字体
Airbnb Cereal VFDM Sans圆润友好的几何风格
Circular (Spotify)DM Sans几何感、温暖风格
figmaSansInter简洁人文风格
Pin Sans (Pinterest)DM Sans友好圆润
NVIDIA-EMEAInter(或Arial系统字体)工业风、简洁
CoinbaseDisplay/SansDM Sans几何感、值得信赖
UberMoveDM Sans粗体、紧凑
HashiCorp SansInter企业级、中性风格
waldenburgNormal (Sanity)Space Grotesk几何感、略紧凑
IBM Plex Sans/MonoIBM Plex Sans/MonoGoogle Fonts直接提供
Rubik (Sentry)RubikGoogle Fonts直接提供
当模板的CDN字体与原字体匹配时(如Inter、IBM Plex、Rubik、Geist),不会出现风格损失。当使用替代字体时(如用DM Sans替代Circular,用Source Sans 3替代sohne-var),请严格遵循模板中的字重、字号和字距值——这些比具体字体本身更能体现视觉辨识度。

Design Catalog

设计目录

AI & Machine Learning

AI与机器学习

TemplateSiteStyle
claude.md
Anthropic ClaudeWarm terracotta accent, clean editorial layout
cohere.md
CohereVibrant gradients, data-rich dashboard aesthetic
elevenlabs.md
ElevenLabsDark cinematic UI, audio-waveform aesthetics
minimax.md
MinimaxBold dark interface with neon accents
mistral.ai.md
Mistral AIFrench-engineered minimalism, purple-toned
ollama.md
OllamaTerminal-first, monochrome simplicity
opencode.ai.md
OpenCode AIDeveloper-centric dark theme, full monospace
replicate.md
ReplicateClean white canvas, code-forward
runwayml.md
RunwayMLCinematic dark UI, media-rich layout
together.ai.md
Together AITechnical, blueprint-style design
voltagent.md
VoltAgentVoid-black canvas, emerald accent, terminal-native
x.ai.md
xAIStark monochrome, futuristic minimalism, full monospace
模板网站风格
claude.md
Anthropic Claude温暖赤陶色强调色、简洁编辑式布局
cohere.md
Cohere活力渐变、数据丰富的仪表盘风格
elevenlabs.md
ElevenLabs深色电影感UI、音频波形美学
minimax.md
Minimax大胆深色界面搭配霓虹强调色
mistral.ai.md
Mistral AI法式极简主义、紫色调
ollama.md
Ollama终端优先、单色简洁风格
opencode.ai.md
OpenCode AI开发者导向深色主题、全等宽字体
replicate.md
Replicate简洁白色画布、代码优先
runwayml.md
RunwayML电影感深色UI、媒体丰富布局
together.ai.md
Together AI技术感、蓝图风格设计
voltagent.md
VoltAgent纯黑画布、翡翠绿强调色、原生终端风格
x.ai.md
xAI鲜明单色、未来极简主义、全等宽字体

Developer Tools & Platforms

开发者工具与平台

TemplateSiteStyle
cursor.md
CursorSleek dark interface, gradient accents
expo.md
ExpoDark theme, tight letter-spacing, code-centric
linear.app.md
LinearUltra-minimal dark-mode, precise, purple accent
lovable.md
LovablePlayful gradients, friendly dev aesthetic
mintlify.md
MintlifyClean, green-accented, reading-optimized
posthog.md
PostHogPlayful branding, developer-friendly dark UI
raycast.md
RaycastSleek dark chrome, vibrant gradient accents
resend.md
ResendMinimal dark theme, monospace accents
sentry.md
SentryDark dashboard, data-dense, pink-purple accent
supabase.md
SupabaseDark emerald theme, code-first developer tool
superhuman.md
SuperhumanPremium dark UI, keyboard-first, purple glow
vercel.md
VercelBlack and white precision, Geist font system
warp.md
WarpDark IDE-like interface, block-based command UI
zapier.md
ZapierWarm orange, friendly illustration-driven
模板网站风格
cursor.md
Cursor流畅深色界面、渐变强调色
expo.md
Expo深色主题、紧凑字距、代码中心
linear.app.md
Linear极致极简深色模式、精准、紫色强调色
lovable.md
Lovable趣味渐变、友好开发者风格
mintlify.md
Mintlify简洁、绿色强调色、阅读优化
posthog.md
PostHog趣味品牌、开发者友好深色UI
raycast.md
Raycast流畅深色边框、活力渐变强调色
resend.md
Resend极简深色主题、等宽字体点缀
sentry.md
Sentry深色仪表盘、数据密集、粉紫强调色
supabase.md
Supabase深翡翠绿主题、代码优先开发者工具
superhuman.md
Superhuman高端深色UI、键盘优先、紫色光晕
vercel.md
Vercel黑白精准风格、Geist字体系统
warp.md
Warp深色IDE风格界面、块级命令UI
zapier.md
Zapier温暖橙色、友好插画驱动

Infrastructure & Cloud

基础设施与云服务

TemplateSiteStyle
clickhouse.md
ClickHouseYellow-accented, technical documentation style
composio.md
ComposioModern dark with colorful integration icons
hashicorp.md
HashiCorpEnterprise-clean, black and white
mongodb.md
MongoDBGreen leaf branding, developer documentation focus
sanity.md
SanityRed accent, content-first editorial layout
stripe.md
StripeSignature purple gradients, weight-300 elegance
模板网站风格
clickhouse.md
ClickHouse黄色强调色、技术文档风格
composio.md
Composio现代深色搭配多彩集成图标
hashicorp.md
HashiCorp企业级简洁、黑白风格
mongodb.md
MongoDB绿叶品牌色、开发者文档导向
sanity.md
Sanity红色强调色、内容优先编辑布局
stripe.md
Stripe标志性紫色渐变、300字重优雅风格

Design & Productivity

设计与生产力

TemplateSiteStyle
airtable.md
AirtableColorful, friendly, structured data aesthetic
cal.md
Cal.comClean neutral UI, developer-oriented simplicity
clay.md
ClayOrganic shapes, soft gradients, art-directed layout
figma.md
FigmaVibrant multi-color, playful yet professional
framer.md
FramerBold black and blue, motion-first, design-forward
intercom.md
IntercomFriendly blue palette, conversational UI patterns
miro.md
MiroBright yellow accent, infinite canvas aesthetic
notion.md
NotionWarm minimalism, serif headings, soft surfaces
pinterest.md
PinterestRed accent, masonry grid, image-first layout
webflow.md
WebflowBlue-accented, polished marketing site aesthetic
模板网站风格
airtable.md
Airtable多彩、友好、结构化数据风格
cal.md
Cal.com简洁中性UI、开发者导向极简风格
clay.md
Clay有机形状、柔和渐变、艺术指导式布局
figma.md
Figma活力多彩、趣味且专业
framer.md
Framer大胆黑蓝配色、动效优先、设计导向
intercom.md
Intercom友好蓝色调色板、对话式UI模式
miro.md
Miro亮黄色强调色、无限画布风格
notion.md
Notion温暖极简主义、衬线标题、柔和质感
pinterest.md
Pinterest红色强调色、瀑布流网格、图片优先布局
webflow.md
Webflow蓝色强调色、精致营销网站风格

Fintech & Crypto

金融科技与加密货币

TemplateSiteStyle
coinbase.md
CoinbaseClean blue identity, trust-focused, institutional feel
kraken.md
KrakenPurple-accented dark UI, data-dense dashboards
revolut.md
RevolutSleek dark interface, gradient cards, fintech precision
wise.md
WiseBright green accent, friendly and clear
模板网站风格
coinbase.md
Coinbase简洁蓝色品牌、信任导向、机构感
kraken.md
Kraken紫色强调色深色UI、数据密集仪表盘
revolut.md
Revolut流畅深色界面、渐变卡片、金融科技精准风格
wise.md
Wise亮绿色强调色、友好清晰

Enterprise & Consumer

企业与消费级产品

TemplateSiteStyle
airbnb.md
AirbnbWarm coral accent, photography-driven, rounded UI
apple.md
ApplePremium white space, SF Pro, cinematic imagery
bmw.md
BMWDark premium surfaces, precise engineering aesthetic
ibm.md
IBMCarbon design system, structured blue palette
nvidia.md
NVIDIAGreen-black energy, technical power aesthetic
spacex.md
SpaceXStark black and white, full-bleed imagery, futuristic
spotify.md
SpotifyVibrant green on dark, bold type, album-art-driven
uber.md
UberBold black and white, tight type, urban energy
模板网站风格
airbnb.md
Airbnb温暖珊瑚色强调色、摄影驱动、圆角UI
apple.md
Apple高端留白、SF Pro字体、电影感视觉
bmw.md
BMW高端深色质感、精准工程美学
ibm.md
IBMCarbon设计系统、结构化蓝色调色板
nvidia.md
NVIDIA绿黑能量感、技术力量美学
spacex.md
SpaceX鲜明黑白、全屏视觉、未来主义
spotify.md
Spotify深色背景配活力绿色、粗体字、专辑封面驱动
uber.md
Uber大胆黑白、紧凑字体、都市活力

Choosing a Design

设计选择指南

Match the design to the content:
  • Developer tools / dashboards: Linear, Vercel, Supabase, Raycast, Sentry
  • Documentation / content sites: Mintlify, Notion, Sanity, MongoDB
  • Marketing / landing pages: Stripe, Framer, Apple, SpaceX
  • Dark mode UIs: Linear, Cursor, ElevenLabs, Warp, Superhuman
  • Light / clean UIs: Vercel, Stripe, Notion, Cal.com, Replicate
  • Playful / friendly: PostHog, Figma, Lovable, Zapier, Miro
  • Premium / luxury: Apple, BMW, Stripe, Superhuman, Revolut
  • Data-dense / dashboards: Sentry, Kraken, Cohere, ClickHouse
  • Monospace / terminal aesthetic: Ollama, OpenCode, x.ai, VoltAgent
根据内容匹配对应设计:
  • 开发者工具/仪表盘:Linear、Vercel、Supabase、Raycast、Sentry
  • 文档/内容网站:Mintlify、Notion、Sanity、MongoDB
  • 营销/落地页:Stripe、Framer、Apple、SpaceX
  • 深色模式UI:Linear、Cursor、ElevenLabs、Warp、Superhuman
  • 浅色/简洁UI:Vercel、Stripe、Notion、Cal.com、Replicate
  • 趣味/友好风格:PostHog、Figma、Lovable、Zapier、Miro
  • 高端/奢华风格:Apple、BMW、Stripe、Superhuman、Revolut
  • 数据密集/仪表盘:Sentry、Kraken、Cohere、ClickHouse
  • 等宽/终端风格:Ollama、OpenCode、x.ai、VoltAgent