-
html
html is a go library for generating html components such as buttons, form fields, forms, tables and more using golang. (by uberswe)
I only needed forms for my project called Beubo and made something simpler with method chaining, not sure I'm happy with this way of doing it as there is a lot of redundant code https://github.com/uberswe/html
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
vecty
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
Reminds me of Vecty from the GopherJS project: https://github.com/hexops/vecty .
-
Reminds me of hyperscript. https://github.com/hyperhype/hyperscript
-
reminds me of https://github.com/maragudk/gomponents