During my job hunting process (+50 companies) one of the things that I found common was that need for a Design System to help scale their #frontend work. But building a Design System from scratch is time consuming (I've done it thrice).
So, now I am working on SIMPLE-UI, a Design System Builder, that let's you build your own custom design system.
Main Goal:
- That I don't do any other new design system ever again from scratch.
- People don't code over and over again the same thing.
Constrains:
- Ultra simple: Start with the top 10 components required to build a page
- Ultra fast: People can get a new design system in minutes
- Ultra Customizable: Allow the usage of Tailwind to build Themes
Outcome:
- Exportable react components.
- Exportable Tailwind Config.
- Exportable TS types.
- The main output will be a JSON file that describes their design system and that can be used for version control or future updates inside SimpleUI.
Follow Along!