The official documentation and demo site for Colbrush,
an accessibility-focused design-system library for generating color-blind-friendly themes.
This site serves as:
- Documentation Hub: Learn how to install, configure, and integrate Colbrush into your project.
- Interactive Playground: Explore how color variables adapt across different types of color vision.
- Showcase: Demonstrate accessible UI patterns powered by Colbrush.
- Framework: Next.js / React
- Styling: Tailwind CSS + Colbrush-generated themes
- Deployment: Vercel (or GitHub Pages / AWS S3 + CloudFront — adjust if different)
Clone the repository:
git clone https://github.com/colbrush/colbrush-site.git
cd colbrush-site
pnpm installRun the development server:
pnpm devBuild for production:
pnpm build
pnpm start
Core Library: colbrush
Organization: colbrush · GitHub
✨ This site is part of the Colbrush ecosystem — making design systems accessible for everyone.