Glossary

Design System

A design system is a collection of ready-made UI components, patterns, tokens (colours, fonts, spacing), and rules for their use. A shared "design language" for the entire product team — designers and developers speaking the same terminology.

What it consists of

Popular design systems

Material Design (Google), Fluent (Microsoft), Tailwind UI, Ant Design, Radix UI.

Why it matters

Without a design system: every new page has slightly different spacing, colours, button sizes. Consistency degrades over time. With one: changing the --color-primary token updates the entire product.