[TOOLS] 3 min readOraCore Editors

Astryx open-sources Meta’s 13,000-app design system

Meta open-sources Astryx, its React and StyleX design system with 150+ components, 7 themes, and CLI tools built for people and AI agents.

Share LinkedIn
Astryx open-sources Meta’s 13,000-app design system

Meta has open-sourced Astryx, a React and StyleX design system built for people and AI agents.

Meta has published Astryx, an open source design system that the company says grew over eight years and now powers 13,000+ apps. The project is in beta, built on React and StyleX, and packages its components, themes, and CLI into one toolkit.

項目數值
Apps powered inside Meta13,000+
Components150+
Themes7
GitHub stars1.6k
Forks88
Recent releasev0.1.2 on Jun 29, 2026

What changed

Get the latest AI news in your inbox

Weekly picks of model releases, tools, and deep dives — no spam, unsubscribe anytime.

No spam. Unsubscribe at any time.

Astryx is now public on GitHub under the facebook/astryx repository. The project includes typed React components, brand-level theming, dark mode, templates, and a CLI that can scaffold components and themes.

Astryx open-sources Meta’s 13,000-app design system

The repo description says the system is “fully customizable” and “agent ready.” Its docs emphasize that the same API and CLI are meant to work for developers and AI assistants, so both can build from the same reference.

  • Built on React and StyleX
  • 150+ accessible components
  • Seven themes: neutral, butter, chocolate, matcha, stone, gothic, y2k
  • No build plugin required for basic use
  • Source is open under the MIT license

Meta also says Astryx avoids styling lock-in. Consumers can override styles with className, use Tailwind, CSS modules, or plain CSS, and customize themes through CSS custom property overrides instead of wrapping or forking components.

Why it matters

For teams building design systems, Astryx is a concrete reference for how to ship a large internal UI kit as public infrastructure without forcing a new styling stack. The repo pairs component code with docs, codemods, templates, and build tooling, which lowers the setup cost for teams that want a predictable system.

Astryx open-sources Meta’s 13,000-app design system

It also gives AI coding tools a clearer target. Because the docs, API, and CLI are aligned, assistants can generate or modify UI using the same patterns humans follow, which may reduce drift between generated code and hand-written code.

For Meta, the release turns an internal standard into a public package that other React teams can evaluate, fork, or adapt. For the broader market, it adds another open design-system option focused on composability and agent workflows rather than strict visual guardrails.

The real question now is whether Astryx becomes a reference point for AI-assisted UI work, or just another well-documented design system with a big internal pedigree.