UX
Also known as: user experience, ux design
The discipline of shaping how a person feels and what they can do when using a product, system, or service.
- Primary domain
- Human-Centered Computing
- Sub-category
- Accessibility & Human-Computer Interaction
In simple terms
UX (user experience) is everything about how someone experiences a product: how easy it is to figure out, how it feels to use, how well it fits the job they came for. The interface — buttons, screens — is one part of UX; the rest is flow, copywriting, performance, error states, even brand.
More detail
UX work draws from several disciplines:
- User research — interviews, surveys, analytics, usability tests to understand who the users are and what they’re trying to do.
- Information architecture — how content is named, grouped, and navigated.
- Interaction design — the moment-to-moment dance of clicking, typing, scrolling.
- Visual design — type, colour, spacing, hierarchy.
- Content / UX writing — labels, errors, microcopy.
- Accessibility — making the product usable by people with diverse abilities.
- Measurement — usability metrics, task success rates, satisfaction scores.
Heuristics that get reused a lot (Nielsen, Norman):
- Match the system to the real world (use the user’s language).
- Show system status — never leave the user wondering.
- User control — easy undo, easy exit.
- Consistency — within product and with platform conventions.
- Help users recognise, diagnose, and recover from errors.
- Prevent errors in the first place where possible.
UX is most useful when treated as a continuous loop: ship something, observe how real people use it, fix the worst friction, repeat.
Why it matters
Software that’s technically capable but a pain to use loses to less powerful competitors that respect the user’s time. UX is what turns capability into adoption.
Real-world examples
-
A “Forgot password” link saved more accounts than any marketing campaign.
-
An e-commerce site that adds a guest checkout option often sees double-digit conversion improvements.
-
The default settings of an app are, in practice, the only ones most users ever see — defaults are a UX decision.
-
Adding a guest checkout option to e-commerce sites is a famous UX intervention that has been measured to increase conversion by 10-30% — usually more than any visual redesign.
Common misconceptions
- “UX = pretty UI.” UI is a subset; UX includes onboarding, error states, performance, and beyond-screen interactions (emails, notifications, support).
- “UX is opinion.” Good UX is grounded in observed user behaviour, not designer taste.
Learn next
The visible layer: user interface. The often-forgotten audience: accessibility.
Read this in a learning path
All paths →This topic is part of 2 learning paths. Start in context to keep prev/next and progress tracking.
- Read this in Frontend Engineer Starter KitThe topics that take you from "I can write some JavaScript" to "I can ship a real product on the web that respects users". Start here View the whole path
- Read this in UX and Interface DesignThe concepts behind designing interfaces that people can actually use — from visual fundamentals to accessibility and usability testing. Start here View the whole path
Relationships
- Leads to
- Required by
Neighborhood
A visual companion to the relationships above. Click any node to visit that topic.