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

NeXTs/Clusterize.js

Tiny vanilla JS plugin to display large data sets easily observed · 2026-08-28

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

Health v2 · maintenance only

79/100

  • Activity 87
  • Release rhythm 57
  • 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: 4147
  • days_rel: 79
  • days_push: 79
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

7268 stars · 405 forks observed · 2026-08-28

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

Clusterize.js is a tiny vanilla JavaScript plugin that efficiently renders very large data sets in tables, lists, or divs. It splits content into clusters and only keeps rows near the current scroll position in the DOM, emulating full list height for a native scrollbar.

Use cases

  • render a table with hundreds of thousands of rows without lag
  • display large ordered or unordered lists in the browser
  • smooth scrolling for huge datasets in a web app
  • avoid DOM pollution when showing big lists
  • add virtual scrolling to existing markup without a framework

When to choose

  • you need to display very large lists or tables with plain JavaScript
  • you want a tiny dependency-free virtual scrolling solution
  • your project uses no framework and you want minimal setup

When to avoid

  • you already use a framework with built-in virtualization like react-window or vue-virtual-scroller
  • you need complex row heights or dynamic layouts that simple clustering can't handle
  • your lists are small enough that plain DOM rendering is fine

Facets

plugin · maturity maintenance

ui-components developer-tools frontend web-development performance browser cross-platform virtual-scrolling large-lists vanilla-js dom-performance table listview

3 sources

Member repositories

RepositoryRoleHealth v2
NeXTs/Clusterize.jsmain79

For agents

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

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