maragudk/gomponents
HTML components in pure Go. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 98
- Release rhythm 67
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 77.0
- age_days: 2181
- days_rel: 141
- days_push: 13
- n_releases_24m: 7
Adoption not part of the score
1879 stars · 59 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gomponents is a Go library for writing reusable HTML 5 components in pure Go code instead of template languages. It renders type-safe, auto-completable HTML with helpers for conditional rendering, text escaping, and grouping.
Use cases
- build reusable html components in go
- replace go html/template with pure go code
- write type-safe html in golang
- render html 5 from go functions
- server-side html rendering without template languages
When to choose
- you know Go and HTML and dislike template languages
- you want compiler type safety and IDE autocomplete for your HTML
- you need reusable server-rendered components in a Go web app
When to avoid
- your team prefers designer-editable template files
- you need client-side rendering or a JavaScript component framework
- you want hot-reloading of HTML templates without recompiling
Facets
library · maturity stable
templating ui-components web-framework web-development frontend developer-tools go cross-platform html-components type-safe-html no-templates golang-html declarative-html
2 sources
- readme: https://github.com/maragudk/gomponents · fetched 2026-08-28 · 549e7ca0dc61
- homepage: https://www.gomponents.com · fetched 2026-08-29 · d5a5f612690c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maragudk/gomponents | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="maragudk/gomponents")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem