kbrsh/wade
:ocean: Blazing fast 1kb search library observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: 3392
- days_rel: n/a
- days_push: 1208
- n_releases_24m: 0
Adoption not part of the score
2956 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Wade is a blazing fast, 1kb JavaScript search library that indexes an array of data and returns scored results for queries. It is designed for lightweight client-side full-text search with zero dependencies.
Use cases
- add instant search to a small static site
- search an in-memory array of strings in the browser
- implement client-side autocomplete with relevance scores
- add lightweight search to a single-page app without a backend
- fuzzy prefix search over a small dataset
When to choose
- you need a tiny, dependency-free search for small in-browser datasets
- bundle size matters more than advanced search features
- you want simple index-and-query semantics with scored results
When to avoid
- you need large-scale or server-side search
- you need fuzzy typo tolerance, stemming, or faceting
- you need to index complex documents or many fields
- the project appears minimally maintained, so long-term support matters
Facets
library · maturity maintenance
search-engine web-development frontend developer-tools browser tiny-library client-side-search fuzzy-search 1kb zero-dependency search nodejs javascript
1 source
- readme: https://github.com/kbrsh/wade · fetched 2026-08-28 · 86156f8d8fe1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kbrsh/wade | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem