Ross ROSS = Recommend OSS · open-source software intelligence for agents

NeXTs/Jets.js

Native CSS search engine observed · 2026-08-28

github.com/NeXTs/Jets.js · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 4136
  • days_rel: n/a
  • days_push: 1362
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2772 stars · 105 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Jets.js is a lightweight JavaScript library that implements client-side list filtering and search using a single dynamically generated CSS rule instead of modifying each DOM element. It works on any HTML container such as UL, DIV, or table elements and filters content with native browser CSS matching speed.

Use cases

  • filter a long html list as the user types in a search box
  • add client-side search to a backend-rendered table without touching each row
  • hide non-matching list items using a single css rule for performance
  • filter ul or div content with vanilla javascript
  • implement fast in-browser search over server-rendered markup

When to choose

  • you need fast filtering of already-rendered HTML lists or tables
  • you want a tiny dependency-free vanilla JS solution
  • you want to avoid per-element attribute updates while filtering
  • your markup is rendered server-side and you only need client-side search

When to avoid

  • you need full-text search, ranking, or fuzzy matching over large datasets
  • your content is rendered dynamically on the client and needs indexing
  • you need search across multiple pages or server-side data
  • the project appears unmaintained with the last release in 2022

Facets

library · maturity maintenance

search-engine frontend-framework ui-components web-development frontend browser css-filtering list-filtering client-side-search vanilla-js dom-filtering table-filtering search javascript

2 sources

Member repositories

RepositoryRoleHealth v2
NeXTs/Jets.jsmain32

For agents

markdown · JSON · MCP: product_card(name="NeXTs/Jets.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem