Gsxui – Shadcn-style components for Go
jackielii
60 points
10 comments
July 24, 2026
Related Discussions
Found 5 related stories in 127.9ms across 5,804 title embeddings via pgvector HNSW
- Show HN: Shirei, cross-platform GUI framework in native Go hsn915 · 80 pts · July 12, 2026 · 63% similar
- Show HN: A Modern GUI Library for Ada: CSS Styling, XML UI, SDL3 ovenpasta · 38 pts · August 24, 2026 · 59% similar
- Show HN: A Rosetta Stone for UI component libraries ch-bas · 13 pts · August 13, 2026 · 54% similar
- Show HN: FormGrid – Forms that can look like CLIs, pixel art, GeoCities and more bjoernm · 12 pts · July 09, 2026 · 50% similar
- Show HN: I built a native app for coding agents with Rust and GPUI 0x142857 · 22 pts · August 16, 2026 · 50% similar
Discussion Highlights (4 comments)
gen3
Looks good. I normally package a webui up with vite and serve that but I'll keep this in mind
sosodev
GSX seems interesting but I don’t understand why it depends on the node ecosystem. I just want to use Go for everything.
nzoschke
How does this compare to templ and templui? I see from the docs that gsx is templ compatible. And why does this depend on node / npx? Something to do with the JSX syntax and parsing? I wish go std templates were more ergonomic for components. Past that I wish projects like templ or GSX have a simple go generate pipeline, and support html and text/markdown output including whitespace. Until then I have a Frankenstein of a bunch of templating.
skontraandrija
does it work with htmx?