Skip to content

consolelabs/mochi-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

850 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mochi logo

MochiUI


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.

Documentation

Community

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.

  • Share your thoughts and issues on Github.
  • Join our conversation on Discord.

Contribution

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.

License

This project is licensed under the MIT License.

Development & docs

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.yml runs 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.