Basic Concepts of Design Systems

Learn the basic concepts of design systems and how to create an effective design system.

July 21, 2025

Recently, with the surge of AI-related technologies, I felt a bit overwhelmed and decided to take a break from AI news and focus on learning about design systems, a topic I've heard about but haven't applied in the workplace.

Atomic Design

The concept of design systems originates from "Atomic Design," a methodology that breaks down UI elements into smaller components and combines them into more complex interfaces. The five levels of Atomic Design are:

  1. Atoms: The most basic UI elements, such as buttons, input fields, and labels.
  2. Molecules: Simple components made up of multiple atoms, like a form element that includes a label and an input field.
  3. Organisms: Complex components made up of multiple molecules, such as a form that includes several form elements and buttons.
  4. Templates: Page structures made up of organisms, like a page that includes a header, navigation bar, and content area.
  5. Pages: The final UI combination that displays actual content and data

Components of a Design System

A design system typically includes the following main components:

Benefits of a Design System

The benefits of a design system include:

📓 Reference: Atomic Design Methodology

Back to Blog 🏃🏽‍♀️