unrolled/render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 80
- Release rhythm 49
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 579
- age_days: 4467
- days_rel: 124
- days_push: 124
- n_releases_24m: 2
Adoption not part of the score
1998 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go package that simplifies rendering HTTP responses as JSON, XML, JSONP, plain text, binary data, or HTML templates. It wraps Go's standard library marshaling and html/template packages and works with any web framework that exposes http.ResponseWriter.
Use cases
- render responses in a go http handler
- serve html templates from a go web server
- return xml responses from an api
- write binary data to an http response
- render p callbacks for cross-domain requests
- use one response rendering library across any go web framework
When to choose
- you are building Go web services and want consistent, easy response rendering
- you need to mix JSON, XML, text, binary, and HTML template responses in one app
- you want a framework-agnostic rendering layer that works with net/http or any router
When to avoid
- you use a full web framework that already includes response rendering
- you need advanced templating features beyond Go's html/template
- you are not writing Go
Facets
library · maturity stable
templating serialization http-server middleware web-development backend apis go windows cross-platform go-library http-responses html-templates xml p response-rendering linux macos
1 source
- readme: https://github.com/unrolled/render · fetched 2026-08-28 · 139fe8d00292
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unrolled/render | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem