July 24, 2026
Go on, but make it dramatic
Gsxui – Shadcn-style components for Go
Go fans love the easy setup, but the Node question crashes the party
TLDR: gsxui is a new tool that lets Go developers copy ready-made website parts into their own apps and keep full control of the code. The comments, though, were all about one sore spot: people like the idea, but they’re grumbling that a Go-focused tool still leans on Node, another software ecosystem.
A shiny new tool called gsxui just dropped with a big promise: grab ready-made website pieces, paste them into your own Go app, tweak the look, and move on with your life. In plain English, it’s selling “you own the code” convenience instead of forcing people into a locked box. That alone got a polite nod from the crowd, with one commenter basically saying, looks slick, I usually do it another way, but I’m listening now.
But of course, the comments immediately swerved into the real drama: why is a Go tool dragging Node into this at all? For non-coders, that’s like buying a simple kitchen gadget and discovering it also wants part of another appliance set. Multiple people zeroed in on that dependency, and the vibe was very much, I came here for an all-Go experience, why is JavaScript lurking in the hallway? One commenter flat-out said they just want to use Go for everything, while another turned the thread into an interrogation room: how does this compare to rivals, why the extra toolchain, and can we please get simpler workflows already?
And then came the classic internet one-liner that says everything: “does it work with htmx?” It’s the kind of comment that lands like a meme at this point—less a question, more a ritual. So yes, gsxui made an entrance, but the crowd’s main performance was a mix of curiosity, side-eye, and the eternal developer demand for fewer moving parts.
Key Points
- •gsxui is presented as a shadcn-style component set for gsx.
- •The article says the components are copy-in, type-checked, and server-rendered.
- •Developers are told they can own the component code and style it with Tailwind.
- •The tool is installed with `go install github.com/gsxhq/gsxui/cmd/gsxui@latest`.
- •The basic CLI workflow shown is `gsxui init` followed by `gsxui add button`.