fastify/fastify
Fast and low overhead web framework, for Node.js observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- 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: 12.0
- age_days: 3626
- days_rel: 15
- days_push: 10
- n_releases_24m: 35
Adoption not part of the score
37025 stars · 2990 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fastify is a fast, low-overhead web framework for Node.js with a powerful plugin architecture, JSON Schema-based validation and serialization, and built-in Pino logging. It is inspired by Hapi and Express and is among the fastest Node.js web frameworks available.
Use cases
- build a fast REST API in Node.js
- replace Express with a lower-overhead web framework
- validate request bodies with JSON Schema
- build a modular backend with plugin encapsulation
- serve high-throughput HTTP endpoints
- create a TypeScript-ready web server
When to choose
- you need maximum HTTP throughput in Node.js
- you want schema-based validation and serialization out of the box
- you value a strong plugin ecosystem and encapsulation model
- you want built-in fast logging via Pino
When to avoid
- you need a full-stack framework with SSR or batteries included
- your team is already invested in Express middleware that is incompatible
- you are building a non-Node.js backend
Facets
framework · maturity stable
web-framework http-server routing middleware serialization logging plugin-system web-development backend apis developer-tools cross-platform json-schema-validation typescript performance low-overhead rest-api nodejs
6 sources
- readme: https://github.com/fastify/fastify · fetched 2026-08-28 · e954546f9118
- homepage: https://www.fastify.dev · fetched 2026-08-29 · 48ecbee02c2c
- site_page: https://fastify.dev/docs/latest · fetched 2026-08-29 · 9477e1cc0a1c
- site_page: https://fastify.dev/docs/latest/Reference/LTS · fetched 2026-08-29 · bb1bd83f5f67
- site_page: https://fastify.dev/docs/latest/Guides/Getting-Started · fetched 2026-08-29 · 407610e18a68
- site_page: https://fastify.dev/docs/latest/Reference · fetched 2026-08-29 · 995a02e7bad2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fastify/fastify | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem