franciscop/umbrella
:umbrella: Lightweight javascript library for DOM manipulation and events observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- 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: 4334
- days_rel: n/a
- days_push: 31
- n_releases_24m: 0
Adoption not part of the score
2344 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Umbrella JS is a lightweight (~3kb gzipped) JavaScript library for DOM traversal, DOM manipulation, and event handling, with a jQuery-like API. It has zero dependencies and is distributed via npm, CDN, or direct download.
Use cases
- replace jQuery in a small website
- attach click handlers to buttons with minimal JavaScript
- traverse and filter DOM elements with CSS selectors
- handle form submissions via AJAX
- create and append HTML elements on the fly
- keep page payload tiny for mobile performance
When to choose
- you want jQuery-like ergonomics in under 3kb gzipped
- you need simple DOM manipulation and events without a full framework
- you are migrating away from jQuery on a small project
- you want a zero-dependency library usable via CDN or bundler
When to avoid
- you are building a complex SPA needing state management and routing
- you prefer modern native DOM APIs and don't need a wrapper
- you need a large ecosystem of plugins and community support
- you need reactive UI rendering
Facets
library · maturity maintenance
ui-components frontend-framework web-development frontend developer-tools browser cross-platform dom-manipulation event-handling jquery-alternative tiny-library zero-dependencies nodejs
3 sources
- readme: https://github.com/franciscop/umbrella · fetched 2026-08-28 · c8d4af3f322f
- homepage: https://umbrellajs.com/ · fetched 2026-08-29 · 3dac5cb579fe
- site_page: https://umbrellajs.com/documentation · fetched 2026-08-29 · 0272f86e46d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| franciscop/umbrella | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="franciscop/umbrella")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem