
Built as a project to streamline the theme generation process for the shadcn/ui library.
Description
This web app enables users to select colors and instantly preview them applied to shadcn/ui components. It generates a customizable theme that can be copied into a CSS file, streamlining the integration process into any shadcn/ui project. With a clean and intuitive interface, users can experiment with different color schemes efficiently.
Reflection
Following a long break due to a lack of motivation, I recently released version 1, featuring a completely reworked logic for theme generation. Initially, this project served as a way to explore Vite.js and experiment with theme configurations. Over time, it has evolved into a practical and user-friendly tool, addressing the need for an accessible theme generator in the shadcn/ui ecosystem. The process of rebuilding the tool deepened my understanding of state management, UI component styling, and efficient configuration handling in React.