tonsky/rum
Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 16
- Release rhythm 8
- 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: n/a
- age_days: 4275
- days_rel: n/a
- days_push: 506
- n_releases_24m: 0
Adoption not part of the score
1827 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rum is a simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript. On the client it works as a thin React wrapper, while on the server (JVM Clojure) it functions as a static HTML generator, supporting server-side rendering with no enforced state model.
Use cases
- build a web UI in ClojureScript
- React wrapper for ClojureScript components
- generate static HTML from Clojure on the server
- server-side render the same components used client-side
- reactive UI components driven by atoms without a dictated state model
- lightweight alternative to Reagent or Om
- mix custom behaviors into components via mixins
When to choose
- You want a minimal, React-based UI layer for ClojureScript without adopting an opinionated state management model
- You need isomorphic rendering - the same components producing HTML on the JVM server and hydrating in the browser
- You value a tiny (~900 line) codebase you can read end-to-end and extend through its stable internal API
- You want to combine it with other state libraries like DataScript, atoms, or plain JavaScript objects
When to avoid
- You need a batteries-included framework with routing, state management, and build tooling bundled in
- You require active development and new features - the project is explicitly in support mode with no new development
- You are not working in Clojure or ClojureScript
- You expect framework-level guarantees or long-term multi-maintainer stewardship
Facets
library · maturity maintenance
frontend-framework ui-components ssr templating web-development frontend browser jvm clojure clojurescript react-wrapper isomorphic reactive mixins atoms no-enforced-state-model static-html-generation support-mode web-server
1 source
- readme: https://github.com/tonsky/rum · fetched 2026-08-28 · d46a8e0514d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tonsky/rum | main | 30 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem