tinyhttp/tinyhttp
🦄 0-legacy, tiny & fast web framework as a replacement of Express 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
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
- readme: https://github.com/tinyhttp/tinyhttp · fetched 2026-08-28 · ea686c3f1ae9
- homepage: https://tinyhttp.v1rtl.site · fetched 2026-08-29 · d7d58018ebf0
- site_page: https://tinyhttp.v1rtl.site/docs/getting-started.html · fetched 2026-08-29 · abf1f11b9ac2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tinyhttp/tinyhttp | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="tinyhttp/tinyhttp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem