GolemUI looks like a nice open source version of this idea.
Thank you!
41–50 of 73 posts
GolemUI looks like a nice open source version of this idea.
Thank you!
Lots of my previous employers had "data structures to forms" tech. It's very useful. GolemUI looks like a nice open source version of this idea. Thank you!
Being three devs here on a table reading comments and feeling nervous, is great to hear this kind of feedback, we really did pour our souls here.
Why did your release jump from 0.17.0 (2026-06-08) to 1.0 in such a short time? If I use Tailwind, BEM or Boostrap, how hard it will be to customise? Flowbite have a few pre-made UI. Shoelace UI is based on Web Components, now that it got bigger: https://webawesome.com/docs/components/
I guess you are implying how mature we are? If so, I think you can see this on our github commit log: https://github.com/golemui/golemui/commits/main/?since=2025-... Note the date! 2025-09-01, that is the date of our first commit, 1962 commits later we published v1.0 So you can see this has been well thought
While other projects, such as Astro Starlight for documentation and Hugo CMS, have not yet reached 1.0.
Earlier quoted context omitted.
I guess you are implying how mature we are? If so, I think you can see this on our github commit log: https://github.com/golemui/golemui/commits/main/?since=2025-... Note the date! 2025-09-01, that is the date of our first commit, 1962 commits later we published v1.0 So you can see this has been well thought
I'm saying the version from 0.17.0 -> 1.0. While other projects, such as Astro Starlight for documentation and Hugo CMS, have not yet reached 1.0. https://starlight.astro.build https://gohugo.io
How is this a new paradigm? This idea for JSON -> form has existed for a decade, one example: https://github.com/eclipsesource/jsonforms
I haven't looked at Golem specifically, but every other approach I've seen breaks down for complicated UIs. User-friendly validation and conditional forms require procedural logic. Invariably the declarative format (JSON in this case) ends up with up with a bunch of programming constructs.
How do you handle schema migrations? If someone has thousands of JSON form definitions stored in a database and the component API changes, is there a migration strategy or versioning system built in?
How is this a new paradigm? This idea for JSON -> form has existed for a decade, one example: https://github.com/eclipsesource/jsonforms
The basic idea of declarative forms goes back way further than that. I wrote a Perl library that generated a form from Oracle table metadata 30 years ago, and I very much doubt I was the first one to think of it. I haven't looked at Golem specifically, but every other approach I've seen breaks down for complicated UIs. User-friendly validation and conditional forms require procedural logic. Invariably the declarative…
https://golemui.com/dx/form-definition/overview/
Have a look specially at the tags and selectors
[flagged]