Capítulo 17 de 17

Chapter 17: Real-World Design Systems Survey

Core Idea

Looking at how major organizations actually run their design systems shows the same principles (tokens, governance, accessibility-by-default) implemented in different flavors — useful as reference points, not as templates to copy wholesale, since each system reflects its own organization's scale, platforms, and constraints.

Key Concepts

  • Material Design 3 (Google): Google's cross-platform system (Android, web, Flutter). Notable for "dynamic color" — a token pipeline that derives an entire semantic color palette algorithmically from a single seed color (often extracted from a user's wallpaper), and for shipping both the design specification and production component implementations (Jetpack Compose, Material Web) in lockstep.
  • Atlassian Design System: built for Atlassian's own product suite (Jira, Confluence, Trello). Notable for unusually thorough public documentation of governance itself — how the system's own contribution model, component lifecycle, and cross-team ownership work — making it a useful reference for governance process, not just components.
  • Shopify Polaris: built for Shopify's admin UI and its merchant-app ecosystem. Notable for extending beyond components into content/voice-and-tone guidelines for third-party app developers building inside Shopify's admin, since consistency there depends on external developers, not just Shopify's own teams.
  • Carbon Design System (IBM): built for IBM's enterprise product portfolio. Notable for explicit, heavy investment in accessibility (WCAG conformance is a first-class, publicly tracked commitment) and for open-sourcing not just components but the underlying design tooling and Figma libraries used to build them.

Mental Models

Borrow principles, not artifacts. These systems' token structures, governance models, and component APIs reflect their own organization's scale and platform mix — the useful takeaway is which trade-offs they made and why, not copying their specific values or component names.

A system's public documentation quality is itself a signal. Systems that publish their governance process and design rationale (not just component specs) tend to be the more useful references for building your own — they show the reasoning, which transfers, more than the output, which doesn't.

Key Takeaways

  1. Material 3's dynamic color pipeline is a concrete example of algorithmic, token-driven theming rather than hand-picked palettes.
  2. Atlassian's public governance documentation is a strong reference for how to structure contribution/ownership process (Ch 14).
  3. Polaris shows what a design system looks like when its primary consumers are external developers, not just internal teams.
  4. Carbon demonstrates treating accessibility conformance as a publicly tracked, first-class system commitment rather than an implicit goal.

Connects To

  • Ch 11 (Design Tokens): Material 3's dynamic color is a token-pipeline case study.
  • Ch 14 (Versioning & Governance): Atlassian's public process documentation as a governance reference.
  • Ch 15 (Accessibility): Carbon's accessibility-as-commitment model.