Red Hat Design System

July 13, 2026 ยท View on GitHub

Documentation, design tokens, and Web Components for building uniform experiences with the Red Hat brand.

๐ŸŽจ For Designers

RHDS provides Figma libraries and subsystems to aid in your design work.

๐Ÿ’ป For Developers

RHDS provides a collection of ready-made, framework-agnostic Web Components with Red Hat branding, user experience, accessibility, and style guidelines built in.

<rh-card>
  <h2 slot="heading">Red Hat Branded Web Components</h2>
  <p>So you can focus more on your content or app, and less on implementation details.</p>
  <rh-cta slot="footer">
    <a href="https://ux.redhat.com">Read the Docs</a>
  </rh-cta>
</rh-card>

LGTM Tradition

On this team, PR approvals come with a creative twist โ€” reviewers leave a backronym for LGTM (four words starting with L, G, T, M). See lgtms.md for the full collection.

Top 10 Leaderboard

AuthorCount
@adamjohnson126
@zeroedin92
@markcaron68
@bennypowers34
@hellogreg30
@nikkimk15
@marionnegp10
@coreyvickery5
@brianferry3
@gradymcgee1

Hall of Fame

  • "Looping Gizmo Throbbing Monotonously" โ€” @markcaron
  • "Legacy Garbage Tossed Mercilessly" โ€” @adamjohnson
  • "Legend Gets Toggle Mechanics" โ€” @zeroedin
  • "luxury grouped tab management" โ€” @bennypowers
  • "last growlithe tasks managed" โ€” @hellogreg

Submodules

This repo uses a git submodule for the AI guidelines content at docs/ai-guidelines, sourced from project-felt/ai-guidelines.

Cloning: include --recurse-submodules to pull the submodule content automatically:

git clone --recurse-submodules https://github.com/RedHat-UX/red-hat-design-system.git

If you've already cloned without it, run:

git submodule update --init

Updating: to pull the latest content from the ai-guidelines repo:

cd docs/ai-guidelines
git pull origin main
cd ../..
git add docs/ai-guidelines
git commit -m "chore: update ai-guidelines submodule"

Contributions are Welcome

Would you like to contribute to the documentation or design specs? Read the site contributing guide.
Would you like to contribute to component development? Read the developer contributing guide.