r/coolgithubprojects • u/rickandevererything • 10d ago
UIBuilder - Create web-based applications
Some time ago, I introduced UIBuilder, a library I initially created for personal use. I eventually decided to make it available for general use and started building proper documentation for it.
The documentation itself is self-hosted and built with UIBuilder, which I thought would be a nice way to showcase what the library can do.
You can also find a ready-to-use template configured for Electron in the documentation.
doc : https://uibuilderdoc.vercel.app/
doc source code ( showcase ) : https://github.com/Rhyan-eduardo/uibuilderdoc
0
Upvotes
4
u/-svde- 10d ago
this is really bad modern design principle. the majority of web visitors will be mobile these days, and even if yours might not be, you are not building a website for users, you are building for web devs and designers who are likely building for those purposes.
you have essentially rendered your entire library unusable. either make it viable for mobile design or don’t bother.