# hattipjs/hattip

Like Express, but for the future

Repository: https://github.com/hattipjs/hattip
Canonical: https://ross.abutalabs.com/products/hattip
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-10T05:31:10+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 1653, "days_push": 23, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1380, forks 19 (observed 2026-08-28T04:04:33.884487+00:00)

## What it is
Hattip is a set of TypeScript packages for building HTTP server applications using web-standard Fetch API Request/Response objects. Handlers written once can run on Node.js, Deno, Bun, Cloudflare Workers, Vercel, Fastly, Netlify, and more via runtime adapters.

## Use cases
- build an http server that deploys to cloudflare workers and node.js
- express alternative based on fetch api standards
- write portable server middleware for edge runtimes
- run the same api handler on vercel and deno
- build serverless http apps with web standard request/response
- create universal javascript backend middleware

## When to choose
- you want server code portable across node, edge, and serverless platforms
- you prefer Fetch API Request/Response over Express req/res
- you're targeting Cloudflare Workers, Deno Deploy, or Vercel Edge
- you want a minimalist, modular http framework

## When to avoid
- you need Express's massive middleware ecosystem today
- your team only targets classic Node.js and prefers mature frameworks
- you need batteries-included features like built-in ORM or auth

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, middleware, routing
- domain: web-development, backend, apis
- platform: bun, cloud
- tags: fetch-api, edge-computing, serverless, wintercg, universal-runtime, express-alternative, nodejs, deno, web-server, typescript

## Member repositories
- hattipjs/hattip (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.884487+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:14.734089+00:00, confidence not recorded.
  - readme: https://github.com/hattipjs/hattip (fetched 2026-08-28T04:04:33.884487+00:00, sha 15e9acdd67dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
