Back to Case Studies Design Systems • Governance

Nexus: Unifying the Enterprise Experience

The Problem: Design Debt

Our product suite had grown organically over 5 years, resulting in a fragmented user experience. We had 14 different shades of blue, 6 different date pickers, and inconsistent button behaviors. Developers were spending 40% of their time reinventing UI components.

My Role: Lead Systems Designer

[Visual Audit: Inconsistencies Before Nexus]

Thinking in Tokens

I didn't just want to build a sticker sheet; I wanted to build a language. I started by defining the Design Tokens (the sub-atomic particles of the system).

This semantic layer was crucial. It allowed us to implement Dark Mode across 5 products in just two weeks by simply swapping the token mapping, rather than rewriting CSS.

Component Architecture & Accessibility

I built a library of 40+ components in Figma using Auto-Layout and Variants. But the real value was in the code.

Baked-in Accessibility

I worked closely with engineering to ensure every component was accessible by default. For example, our `Input` component automatically associates the label with the input field using `for` and `id`, and handles error states with `aria-invalid` and `aria-describedby`.

[Figma Component Specs & A11y Annotations]

Governance: The Human Side

A design system fails if no one uses it. I established a Federated Contribution Model:

Results