Ross ROSS = Recommend OSS · open-source software intelligence for agents

gocraft/web

Go Router + Middleware. Your Contexts. observed · 2026-08-28

github.com/gocraft/web · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4673
  • days_rel: n/a
  • days_push: 2162
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1524 stars · 117 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

gocraft/web is a fast Go router and middleware package built on net/http, featuring statically typed custom contexts passed between middleware and handlers. It offers tree-based O(log N) routing, path variables with regex validation, and nested routers with per-section contexts.

Use cases

  • build a rest api in go with typed middleware
  • route http requests with path variables in go
  • share state between middleware and handlers in go
  • create nested routers for api and admin sections
  • write a fast low-latency go web server

When to choose

  • you want statically typed contexts across middleware in Go
  • you need high-performance routing with many routes
  • you prefer a minimal library that embraces net/http

When to avoid

  • you want a batteries-included full-stack framework
  • you need a library with frequent recent updates
  • you prefer the standard library's newer routing features in Go 1.22+

Facets

library · maturity maintenance

web-framework middleware routing http-server web-development backend apis go windows cross-platform mux typed-context net-http router linux macos

1 source

Member repositories

RepositoryRoleHealth v2
gocraft/webmain23

For agents

markdown · JSON · MCP: product_card(name="gocraft/web")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem