# franciscop/umbrella

:umbrella: Lightweight javascript library for DOM manipulation and events

Repository: https://github.com/franciscop/umbrella
Canonical: https://ross.abutalabs.com/products/franciscop-umbrella
Homepage: https://umbrellajs.com/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-08-02T15:05:57+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 8, longevity 100
- inputs: {"age_days": 4334, "days_push": 31, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2344, forks 109 (observed 2026-08-28T04:06:39.583783+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: dom-manipulation, event-handling, jquery-alternative, tiny-library, zero-dependencies, nodejs

## Member repositories
- franciscop/umbrella (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:39.583783+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-30T02:37:04.681828+00:00, confidence not recorded.
  - readme: https://github.com/franciscop/umbrella (fetched 2026-08-28T04:06:39.583783+00:00, sha c8d4af3f322f)
  - homepage: https://umbrellajs.com/ (fetched 2026-08-29T10:17:54.712398+00:00, sha 3dac5cb579fe)
  - site_page: https://umbrellajs.com/documentation (fetched 2026-08-29T10:17:54.715034+00:00, sha 0272f86e46d1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
