Daz: Composable HTML components in golang

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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

  • 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 .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • hyperscript

    Create HyperText with JavaScript.

    Reminds me of hyperscript. https://github.com/hyperhype/hyperscript

  • gomponents

    View components in pure Go, that render to HTML 5.

    reminds me of https://github.com/maragudk/gomponents

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts