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

tinyhttp/tinyhttp

🦄 0-legacy, tiny & fast web framework as a replacement of Express observed · 2026-08-28

github.com/tinyhttp/tinyhttp · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 97
  • Release rhythm 85
  • 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: 0.0
  • age_days: 2273
  • days_rel: 23
  • days_push: 23
  • n_releases_24m: 65

Full methodology

Adoption not part of the score

2899 stars · 155 forks observed · 2026-08-28

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

tinyhttp is a modern, Express-like web framework for Node.js written in TypeScript and compiled to native ESM. It offers a minimal dependency footprint, Express middleware compatibility, async error handling, and built-in types.

Use cases

  • build a lightweight REST API in Node.js
  • replace Express with a smaller, modern framework
  • create an ESM-only TypeScript web server
  • serve JSON endpoints with minimal dependencies
  • build a small backend service with Express-compatible middleware
  • scaffold a new Node.js web app quickly with the tinyhttp CLI

When to choose

  • you want an Express-like API with far fewer dependencies
  • your project targets modern Node.js (16+) or Bun and uses native ESM
  • you want first-class TypeScript types without extra setup
  • you prefer a modular framework where body parsing and static serving are opt-in middlewares

When to avoid

  • you rely on legacy Node.js versions or CommonJS require
  • you need Express's full ecosystem, settings system, or built-in static/body-parsing behavior
  • you depend on middleware that mutates Express-specific internals

Facets

framework · maturity active

web-framework http-server routing middleware web-development backend apis bun cross-platform express-replacement esm-only typescript minimal-dependencies http nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
tinyhttp/tinyhttpmain93

For agents

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

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