Please note: MochiUI is still an active work in progress, do not expect it to be complete.
Mochi UI is a beautifully designed and accessible React UI library, specifically tailored for building innovative web3 applications. This comprehensive collection of reusable and composable React components is crafted to accelerate the development of cutting-edge web interfaces.
- For contribution details, see our Contribution Guidelines.
- Explore our UI Documentation for design system insights.
Your participation in our frontend ecosystem is highly valued. Whether it's sharing ideas, reporting bugs, or showcasing your projects, your engagement helps us grow and improve.
We warmly welcome your contributions!
Please refer to CONTRIBUTING.md for information on how to start contributing.
Adherence to our Code of Conduct is expected and appreciated.
This project is licensed under the MIT License.
This repo was reindexed in the Console Labs org-consolidation hardening pass (2026-06).
CLAUDE.md, guidance for AI agents + humans (stack, conventions, commands).docs/ARCHITECTURE.md, what's here and how it fits together.docs/SECURITY-AUDIT-2026-06-25.md, secret-scan + dependency baseline.- CI:
.github/workflows/security.ymlruns gitleaks + a dependency audit on every PR.
Build / test:
pnpm install
pnpm build
pnpm lint
pnpm test
Secrets come from env / the platform, never hardcoded.