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

go-martini/martini

Classy web framework for Go observed · 2026-08-28

github.com/go-martini/martini · 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: 4691
  • days_rel: n/a
  • days_push: 1618
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

11599 stars · 1087 forks observed · 2026-08-28

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

Martini is a classic Go web framework offering simple routing, middleware chaining, dependency injection of services into handlers, and static file serving via a martini.Classic() setup. Its own README declares the framework is no longer maintained, so it survives only as legacy code for existing applications.

Use cases

  • quickly write modular web applications and services in Go
  • add path-based routing with middleware to a Go http server
  • inject services into request handlers with dependency injection
  • serve static files or an HTML5-mode single-page app from Go
  • build a simple REST API in Go with minimal boilerplate
  • maintain or migrate an existing legacy Martini codebase

When to choose

  • you are maintaining an existing application already built on Martini
  • you need to study a historically influential Go framework's dependency-injection and middleware design
  • you have a tiny, isolated internal service pinned to an old Go toolchain where Martini already works

When to avoid

  • starting any new Go web project - the project is officially unmaintained
  • security-sensitive or long-term production systems that need patches and updates
  • you want modern Go idioms - prefer net/http (Go 1.22+ routing), chi, gin, or echo
  • your codebase requires a dependency with an active community and recent releases

Facets

framework · maturity abandoned

web-framework routing middleware http-server web-development backend developer-tools go windows cross-platform martini dependency-injection unmaintained legacy-framework go-web-framework modular-design handler-chain linux macos

1 source

Member repositories

RepositoryRoleHealth v2
go-martini/martinimain23

For agents

markdown · JSON · MCP: product_card(name="go-martini/martini")

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