anonzzzies
I find, for a little extra productivity, that liveview [0] even adds a bit more effortless building personally. No plumbing endpoints is great with all written in Go.

[0] https://github.com/canopyclimate/golive

anonzzzies
These things are really nice and I enjoy using them very much, but we depend now so much on shadcn and ready made templates on top of that; almost all of those are react (and next). The world needs far more open source (fully, not those 'pay to a for all the useful components and templates'; not because I don't want to pay, but because of the licensing; we reuse all things internally, so 1-site license etc are just not options) html/tailwind, htmx, htmgo, clog etc templates with components.

edit: typo

winrid
Reminds me of https://j2html.com

Which I have also been starting to use for one project, with quarkus, been a nice experience so far.

tanduv
The example TODO app doesn't seem to be doing so well https://todo-example.htmgo.dev/
ocean_moist
Backend devs rejoice as they can now build dashboards without leaving go.
OccamsMirror
htmx + Templ (https://templ.guide/) is something I'm really enjoying as a replacement for React in my personal projects.
sublinear
"Scalable", but does it scale in terms of business requirements typical of web projects?
DLA
This is useful! Love the Go & HTMX combination and use it often. Good documentation too for an alpha release. Nice work.
ilrwbwrkhv
Beautiful! I don't use Go anymore (moved to Rust) but this looks pristine.