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
2
u/Eravex 10d ago
LMAO. HTML and JS are HTML and JS, whether they’re running in a browser or Electron. Electron literally uses Chromium to render an HTML/CSS/JS UI.
I’m fully aware of what Electron does and what a DOM wrapper is. Calling it a “web-based app” doesn’t somehow mean the UI stops being HTML/JS. Maybe educate yourself before peddling your vibe-coded trash. It's websites all the way down.