๐Ÿ“ฆ mui / mui-public

The public mono-repository of MUI (as an organization), see mui/mui-private for the opposite.

โ˜… 99 stars โ‘‚ 29 forks ๐Ÿ‘ 99 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/mui/mui-public.git
HTTPS git clone https://github.com/mui/mui-public.git
SSH git clone git@github.com:mui/mui-public.git
CLI gh repo clone mui/mui-public
renovate[bot] renovate[bot] Bump @types/react to 19.2.8 (#1049) bab5848 1 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .circleci
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ apps
๐Ÿ“ docs
๐Ÿ“ packages
๐Ÿ“ renovate
๐Ÿ“ scripts
๐Ÿ“ test
๐Ÿ“„ .browserslistrc
๐Ÿ“„ .gitignore
๐Ÿ“„ .lintignore
๐Ÿ“„ AGENTS.md
๐Ÿ“„ babel.config.js
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ CLAUDE.md
๐Ÿ“„ eslint.config.mjs
๐Ÿ“„ lerna.json
๐Ÿ“„ LICENSE
๐Ÿ“„ netlify.toml
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ render.yaml
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.node.json
๐Ÿ“„ vitest.config.mts
๐Ÿ“„ README.md

MUI Public

Mono-repository for the MUI organization with code that can be public. See https://github.com/mui/mui-private for code that needs to be private.

Documentation

You can read the Infra documentation here.

Applications

tools-public.mui.com

  • Folder: /apps/tools-public/
  • Hosting: https://dashboard.render.com/web/srv-d08mooq4d50c73fso49g
  • Docs
Internal public Toolpad apps that run the operations of MUI, built using https://github.com/mui/toolpad.

Code infra dashboard

  • URL: frontend-public.mui.com
  • Folder: /apps/code-infra-dashboard/
  • Hosting: https://app.netlify.com/sites/mui-frontend-public/overview
  • Docs

Packages

docs-infra

  • Folder: /packages/docs-infra/
  • Docs

code-infra

  • Folder: /packages/code-infra/
  • Docs

Versioning

Steps:

  • Checkout latest master
  • Run pnpm release:prepare
  • Run pnpm release:version
  • Open PR with the changes

Publishing

Steps:

  • Merge versioning PR
  • Checkout release commit on master
  • Run pnpm release:prepare
  • Run pnpm release:publish