惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
A
About on SuperTechFans
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
Martin Fowler
Martin Fowler
I
InfoQ
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
U
Unit 42
The Cloudflare Blog
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Case for Standardizing the Design of Websites
Sean H · 2026-06-27 · via DEV Community

People complain that websites are all starting to look the same. They are not entirely wrong. A lot of modern websites do look alike. They have familiar navigation bars, predictable layouts, large hero sections, cards, and responsive grids. Buttons look like buttons. Forms look like forms.

But, I would argue that's a good thing. Software is supposed to feel familiar.

A website is not a painting. It is not a brand mood board. A website is usually a tool that someone is trying to use to accomplish something. They want to read, buy, search, compare, book, or solve a problem. And when people are trying to get something done, originality is not always a virtue.

Familiarity Is a Feature

Jakob's Law says:

Users spend most of their time on other sites. This means that users prefer your site to work the same way as all the other sites they already know.

Users do not arrive at your website as blank slates. They bring expectations from every other website and app they have used. They expect the logo to link home. They expect navigation to be near the top or side. They expect search to look like search. They expect account settings under an avatar or profile menu. They expect mobile navigation to collapse into a menu.

When your site follows those expectations, users can spend their mental energy on the task instead of the interface. That is the point. Good design reduces cognitive load. It does not force users to relearn basic interaction patterns just because a company wanted to look different.

Different Is Not Automatically Better

There is a common mistake in web design: confusing distinctiveness with quality. A site can be visually unique and still be frustrating to use. It can win design awards while annoying the actual people who need to navigate it.

Novelty has a cost. Every unusual layout, hidden interaction, custom scroll behavior, strange menu, or clever visual metaphor asks the user to stop and figure out what is going on.

If you are building a portfolio, an art project, a game, an interactive story, or a highly expressive brand experience, originality may be the product. In those cases, the interface itself is part of the message.

But most websites are not that. Most websites are closer to software. They exist to help users do something. And software benefits from conventions. Nobody complains that every desktop app has menus, windows, buttons, scrollbars, keyboard shortcuts, and settings screens. Nobody wants each text editor to invent a new way to save a file. Nobody wants every checkout flow to completely reinvent how payment forms work.

The Early Web Was More Like a Brochure

Part of the reason people expect websites to look different is historical. In the early days of the web, most websites were not applications. A company website was often a digital brochure: a homepage, an about page, a contact page, maybe a product page, maybe some animated graphics. The web was a publishing medium first. It was closer to a magazine rack than an app store.

So companies treated websites like marketing materials. The goal was to express the brand. Be memorable. Look different. That made sense at the time.

But the web changed. Today, websites are often full applications. Banking, email, project management, analytics, design tools, developer tools, ecommerce, healthcare portals, tax software, maps, calendars, document editors, CRMs, dashboards, admin panels, and social platforms all run in the browser.

From a user experience standpoint, these things should not behave like brochures. They should behave like software. And software works best when users can transfer knowledge from one tool to another.

Standardization Helps Users Move Faster

When websites share common design patterns, users get faster. They know where to look. They know what to click. They know what will happen next. They can predict the system. That predictability creates confidence.

This is especially important for functional websites. A developer using an API dashboard does not want to decode an experimental interface. A shopper checking out does not want to hunt for the cart. A patient using a medical portal does not want a creative navigation system. A small business owner using accounting software does not want the invoice editor to be a visual puzzle.

They want clarity. Standard layouts are not lazy. They are respectful. They tell the user, "You already know how this works." That is powerful.

Responsiveness Pushes Designs Toward Similarity

There is another practical reason websites are starting to look alike: responsive design. A modern website has to work on large desktop monitors, laptops, tablets, foldables, and phones. It has to handle different screen widths, input methods, font sizes, accessibility settings, and network conditions.

That naturally pushes designers toward patterns that survive across contexts. A three-column desktop layout becomes a single-column mobile layout. Navigation collapses. Cards stack. Tables become lists. Buttons become full-width. Sidebars move behind menus. Content is broken into modular sections. Interfaces become more grid-based and component-driven.

Once you design for responsiveness, some choices become obvious because they are durable. Cards are popular because they adapt well. Navigation bars are popular because users understand them. Responsive grids are popular because they scale. Reusable components are popular because they keep interfaces consistent across pages and devices.

A wildly unique desktop design may look impressive in a mockup. Then it falls apart on a phone.

Standardization Is Not Boring. It Is Useful.

A lot of complaints about websites looking the same come from people who spend a lot of time looking at websites as objects. Designers look at websites. Developers look at websites. Marketers look at websites. Founders look at competitors' websites. We notice patterns. We get bored. We want something fresh.

But users are not usually studying websites as creative artifacts. They are trying to get something done. For them, sameness can be a relief. Familiarity means less thinking, fewer mistakes, faster decisions, and lower frustration. That is not boring. That is good design.

The web has grown up. Websites are no longer just digital brochures. They are tools, workspaces, stores, dashboards, editors, communication systems, and applications. And applications should be predictable.

So yes, many websites are starting to look the same. Good. That means the web is slowly learning what software has known all along: users do not want every tool to be a new adventure. They want it to work.