Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
1
Like
8
Comments
Create a CSS Framework, What do I need to know?
by
John Fromme
The Goal is to Create a CSS Framework and sell it on my website,
What do I need to know?
What is the problem with current frameworks?
Bootstrap/tailwind?
Great Question,
I don't think there is a problem.
Thank you very much for asking this question because I don't think I would have thought of that!
Are you saying that there is not need for devs to buy a new CSS Framework because free ones are just as good?
I'm saying unless you have a crazy USP it will be very hard to sell a CSS framework.
The business model seems to be give a free css framework and build on top of it https://www.tailwindui.com/ and https://themes.getbootstrap.com/
Awesome!
Thanks for your answer and the links!
Yeah. If you would like to make the developer experience better then I recommend you to build a UI kit and sell it as a npm package (you can use https://privjs.com to provide access only to your customers).
For example: The developer should be able to use the UI kit like this:
$ npm i yourawesomeuikitI think this would be a dope way of implementing a UI kit
Thanks, that's a great idea!
I never thought of that! :)
Better idea would be make UI kits from existing free frameworks that already have large community and sell them. The niche is saturated but it does not matter for indie hacker, does it ? :)
That is an awesome idea,
Thank you so much!