farzher/fuzzysort
Fast SublimeText-like fuzzy search for JavaScript. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3302
- days_rel: n/a
- days_push: 20
- n_releases_24m: 0
Adoption not part of the score
4344 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A fast, tiny, zero-dependency JavaScript library for SublimeText-like fuzzy search and ranking of strings and objects. It supports single and multi-key searching, highlighting matched indexes, and immutable snapshots for high performance.
Use cases
- fuzzy filter a list of files as the user types
- build an autocomplete or typeahead dropdown
- search command palettes like Sublime Text or VS Code
- rank and highlight matching substrings in search results
- fuzzy search across multiple object properties
- filter thousands of items in under a millisecond
When to choose
- you need fast client-side fuzzy matching in JavaScript with no dependencies
- you want SublimeText-style ranking and match highlighting
- you need to search objects by one or more keys with custom scoring
When to avoid
- you need full-text or natural language search with tokenization and relevance across large corpora
- you need a backend search engine or index persistence
- you need typo tolerance or semantic search
Facets
library · maturity stable
search-engine parser developer-tools web-development frontend browser cross-platform fuzzy-search fuzzy-matching autocomplete typeahead sublime-text zero-dependencies ranking search nodejs
3 sources
- readme: https://github.com/farzher/fuzzysort · fetched 2026-08-28 · 4d8447e7148c
- homepage: https://farzher.github.io/fuzzysort/test/test.html · fetched 2026-08-29 · d7105839da65
- registry_npm: https://registry.npmjs.org/fuzzysort · fetched 2026-08-29 · ede8726c114e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| farzher/fuzzysort | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="farzher/fuzzysort")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem