# remy/min.js

Super minimal selector and event library

Repository: https://github.com/remy/min.js
Canonical: https://ross.abutalabs.com/products/minjs
Language: JavaScript
License Family: other
Last push: 2013-07-22T10:15:54+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4887, "days_push": 4790, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1094, forks 81 (observed 2026-08-28T04:03:33.830569+00:00)

## What it is
min.js is a super tiny JavaScript library for simple DOM querying and event listener binding, returning raw DOM nodes for direct manipulation. It offers jQuery-like selectors, event binding/triggering, and chaining in a minimal footprint.

## Use cases
- query dom elements with css selectors
- bind click events without jquery
- trigger custom events in the browser
- loop over matched dom elements
- chain event handlers on elements
- tiny dom library for simple pages

## When to choose
- you need a minimal jquery-like selector and event library
- you want raw dom nodes without wrapper objects
- page weight matters more than features

## When to avoid
- you need event unbinding support
- you need ajax, animations, or ie8 compatibility
- you want an actively maintained library

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, web-framework
- domain: web-development, frontend
- platform: browser
- tags: dom-manipulation, event-handling, micro-library, selector-engine, jquery-alternative

## Member repositories
- remy/min.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:33.830569+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-30T06:47:38.179747+00:00, confidence not recorded.
  - readme: https://github.com/remy/min.js (fetched 2026-08-28T04:03:33.830569+00:00, sha b6365dafbbe5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
