fukamachi/clack
Web server abstraction layer for Common Lisp observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 66
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 5712
- days_rel: n/a
- days_push: 204
- n_releases_24m: 0
Adoption not part of the score
1109 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Clack is a web application environment for Common Lisp that provides a server abstraction layer inspired by Python's WSGI and Ruby's Rack. It lets applications run on interchangeable backends like Hunchentoot, Woo, Wookie, and Toot, and includes a clackup CLI for deployment.
Use cases
- build a web app in Common Lisp
- run a Common Lisp web server behind a portable abstraction
- swap web server backends without changing app code
- deploy a Lisp web app with a command-line launcher
- write middleware-based Lisp web applications with Lack
- serve a simple HTTP endpoint from a Lisp lambda
When to choose
- you're writing a Common Lisp web application and want server portability
- you want a Rack/WSGI-style handler interface in Lisp
- you need a simple CLI to start and stop Lisp web servers in production
When to avoid
- you're not using Common Lisp
- you need a full-featured batteries-included web framework rather than an abstraction layer
- your stack is already tied to a single server like raw Hunchentoot
Facets
library · maturity stable
http-server web-framework middleware routing cli web-development backend developer-tools cross-platform cli common-lisp wsgi rack web-server-abstraction lack hunchentoot quicklisp web-server
1 source
- readme: https://github.com/fukamachi/clack · fetched 2026-08-28 · 7f73013a7634
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fukamachi/clack | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem