# Astryx An open source design system that's fully customizable and agent ready. Astryx has grown inside Meta over the last eight years, shaped by the engineers, designers, and product teams who depend on it every day, and now powers over 13,000 apps. Built on React and StyleX. Everything on this docs site (component docs, props, variants, tokens, page templates, and design rules) is also available through the Astryx CLI, in a form built for agents to read. Instead of crawling these pages, use the CLI to learn about Astryx directly. Some examples: npx @astryxdesign/cli search "" # search components, hooks, docs, templates npx @astryxdesign/cli docs # list reference docs, then: docs npx @astryxdesign/cli component # props, variants, examples for one component npx @astryxdesign/cli component --list # every component npx @astryxdesign/cli blog # read the Astryx blog Use the scoped name @astryxdesign/cli. Bare "npx astryx" resolves to an unrelated package until the CLI is installed as a dependency.