Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist and customizable React component library for web applications.

Self-hosted busuanzi visitor statistics system built with Golang and Redis.

A pure CSS library written in Stylus for Astro and MDX projects, installable via pnpm with both compiled CSS and source Stylus exports.

React Hook that detects the user's system color scheme (light/dark) and updates live whenever it changes, with SSR support.
Raw UI is a minimalist, customizable React component library for building web application interfaces. It is distributed as an npm package and maintained in the shervinchen/raw-ui GitHub repository under the MIT license. The library is designed for developers who want a clean, unopinionated set of React components that can adapt to their own design language through CSS-in-JS theming.
pnpm add raw-ui or npm install raw-ui --save. Then wrap your application root in a RawUIProvider and import any component — for example, Button — and use it directly in your JSX. The provider supplies theming and context to all descendant components.pnpm add raw-ui or, if you use npm, with npm install raw-ui --save.