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

bevacqua/fuzzysearch

:crystal_ball: Tiny and blazing-fast fuzzy search in JavaScript observed · 2026-08-28

github.com/bevacqua/fuzzysearch · 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: 4201
  • days_rel: n/a
  • days_push: 1190
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2742 stars · 84 forks observed · 2026-08-28

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

A tiny, blazing-fast JavaScript fuzzy search library that checks whether a needle string matches a haystack via in-order character matching. It is designed for fast filtering of options in autocomplete menus and lightweight user-input matching.

Use cases

  • filter autocomplete options based on partial user input
  • fuzzy match a query string against a list of strings
  • quickly check if characters of one string appear in order in another
  • filter large lists in the browser with lightweight input
  • implement typeahead search without heavy dependencies

When to choose

  • you need a tiny, dependency-free fuzzy matcher with excellent performance
  • you only need boolean subsequence matching, not ranked or approximate results
  • you are building an autocomplete or filter UI in JavaScript

When to avoid

  • you need Levenshtein distance or typo-tolerant approximate matching
  • you need ranked, scored, or highlighted fuzzy search results
  • you need full-text search over documents or an index

Facets

library · maturity maintenance

search-engine parser web-development frontend developer-tools browser fuzzy-search string-matching autocomplete tiny-library zero-dependency search nodejs javascript

8 sources

Member repositories

RepositoryRoleHealth v2
bevacqua/fuzzysearchmain32

For agents

markdown · JSON · MCP: product_card(name="bevacqua/fuzzysearch")

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