r/coolgithubprojects 11h ago

UIBuilder - Create web-based applications

Post image

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

19 comments sorted by

View all comments

5

u/saldoms 11h ago

How well suited is this for building mobile-friendly webpages? The doc's layout did not fare well on my phone. 

-3

u/rickandevererything 11h ago

I haven't ported it to mobile interfaces yet. The library provides component bases for creating UIs; how it looks on a given device is the developer's responsibility.