tolitius/mount
managing Clojure and ClojureScript app state since (reset) observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- 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: 3971
- days_rel: n/a
- days_push: 84
- n_releases_24m: 0
Adoption not part of the score
1254 stars · 87 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mount is a Clojure and ClojureScript library for managing application state and lifecycle, allowing developers to start, stop, and reset stateful components like databases, web servers, and queues. It emphasizes REPL-friendly, reloadable development with declarative state definitions and dependency ordering.
Use cases
- manage clojure app state lifecycle
- start and stop database connections in clojure
- reset application state during repl development
- define dependencies between stateful components
- swap mock implementations for testing
- run parts of an application without certain states
When to choose
- building Clojure or ClojureScript apps with stateful resources like DBs and web servers
- you want REPL-driven, reloadable development without restarting the JVM
- you prefer a lightweight alternative to Component without protocols and records
When to avoid
- working outside the Clojure ecosystem
- you need a full dependency injection framework with advanced wiring features
- your app is mostly pure functions with little managed state
Facets
library · maturity stable
state-management developer-tools developer-tools backend web-development jvm jvm-scripting clojure clojurescript lifecycle repl-driven-development dependency-management
1 source
- readme: https://github.com/tolitius/mount · fetched 2026-08-28 · ae748a87b55e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tolitius/mount | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem