fergiemcdowall/search-index
A persistent, network resilient, full text search library for the browser and Node.js observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 98
- Release rhythm 66
- Longevity 100
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: 352.0
- age_days: 4808
- days_rel: 19
- days_push: 14
- n_releases_24m: 3
Adoption not part of the score
1421 stars · 148 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A persistent, network-resilient full-text search library for JavaScript that runs in both the browser and Node.js. It lets developers build and query an inverted search index locally without needing a server-side search engine.
Use cases
- add full-text search to a static site or web app
- build offline-first search that works without a network
- index and query JSON documents in Node.js
- embed a search engine in the browser without a backend
- create a persistent local search index for an app
- search documents client-side with no server dependency
When to choose
- you need client-side or offline search without running a search server
- you want a lightweight embedded full-text index in JavaScript
- your dataset is small-to-medium and persistence in the browser or Node is important
When to avoid
- you need distributed, multi-node search at large scale (use Elasticsearch or similar)
- you need advanced relevance tuning, faceting, or clustering out of the box
- your stack is not JavaScript
Facets
library · maturity stable
search-engine nlp serialization web-development frontend browser cross-platform full-text-search offline-first persistent-index javascript search natural-language-processing nodejs
2 sources
- readme: https://github.com/fergiemcdowall/search-index · fetched 2026-08-28 · e0bd62ad3afa
- registry_npm: https://registry.npmjs.org/search-index · fetched 2026-08-29 · b6f02d1412d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fergiemcdowall/search-index | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="fergiemcdowall/search-index")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem