# gleam-wisp/wisp

🧚 A practical web framework for Gleam

Repository: https://github.com/gleam-wisp/wisp
Canonical: https://ross.abutalabs.com/products/wisp
Homepage: https://gleam-wisp.github.io/wisp/
Language: Gleam
License: Apache-2.0
License Family: permissive
Topics: gleam-lang, web-framework
Last push: 2026-06-28T12:05:21+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 89, release rhythm 65, longevity 80
- inputs: {"age_days": 1125, "days_push": 66, "days_rel": 159, "gap_med": 32, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1471, forks 72 (observed 2026-08-28T04:04:49.299989+00:00)

## What it is
Wisp is a practical, type-safe web framework for the Gleam language, built on the Mist HTTP server and the BEAM runtime. It is structured around composable handlers and middleware, with built-in support for routing, body parsing, signed cookies, static file serving, logging, and testing helpers.

## Use cases
- build a web application in Gleam
- create a JSON API with type-safe routing
- serve static assets alongside dynamic handlers
- handle file uploads safely with body size limits
- write easily testable HTTP handlers
- prototype a web service on the BEAM

## When to choose
- you are writing a web app or API in Gleam
- you want type safety and no hidden magic in your web framework
- you need fast, reliable performance on the BEAM runtime
- you value simple, testable handler-based design

## When to avoid
- you need a framework for a language other than Gleam
- you require a huge ecosystem of off-the-shelf plugins and admin tooling
- you want batteries-included full-stack features like built-in ORM or frontend tooling

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, routing, middleware, logging, serialization, testing
- domain: web-development, backend, apis
- platform: elixir, cross-platform
- tags: gleam, mist-http-server, type-safe, handlers-and-middleware, signed-cookies, static-file-serving, beam

## Member repositories
- gleam-wisp/wisp (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.299989+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:34:46.105989+00:00, confidence not recorded.
  - readme: https://github.com/gleam-wisp/wisp (fetched 2026-08-28T04:04:49.299989+00:00, sha 35e5cc5947df)
  - homepage: https://gleam-wisp.github.io/wisp/ (fetched 2026-08-29T11:42:31.362807+00:00, sha 8d2db02d9607)
- Data as of 2026-08-30T08:39:29.467469+00:00.
