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

lucaong/minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node observed · 2026-08-28

github.com/lucaong/minisearch · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 42
  • 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: 2907
  • days_rel: n/a
  • days_push: 351
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6108 stars · 172 forks observed · 2026-08-28

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

MiniSearch is a tiny, dependency-free in-memory full-text search engine written in TypeScript for browser and Node.js. It provides prefix and fuzzy matching, field boosting, ranking, and auto-suggestion for datasets that fit in process memory.

Use cases

  • add search-as-you-type to a web or mobile app
  • implement client-side full-text search without a search server
  • build autocomplete and query auto-suggestions
  • search a small dataset with typo tolerance and fuzzy matching
  • run offline search in the browser or an edge worker
  • index documents in memory in a Node.js process

When to choose

  • your dataset fits in memory and you want zero-dependency, lightweight search
  • you need fast client-side search without network latency or a backend
  • you want prefix, fuzzy, and field-boosted search with a simple API

When to avoid

  • you need to index very large datasets that exceed process memory
  • you need a distributed, persistent, or server-backed search engine like Elasticsearch
  • you need advanced features like faceting, geosearch, or multi-node scaling

Facets

library · maturity stable

search-engine http-client web-development frontend developer-tools browser cross-platform fulltext-search fuzzy-search autocomplete autosuggestion in-memory-index typo-tolerance zero-dependencies typescript search nodejs javascript

3 sources

Member repositories

RepositoryRoleHealth v2
lucaong/minisearchmain51

For agents

markdown · JSON · MCP: product_card(name="lucaong/minisearch")

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