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

Pagefind/pagefind

Static low-bandwidth search at scale observed · 2026-08-28

github.com/Pagefind/pagefind · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 99
  • Release rhythm 55
  • 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: 129.0
  • age_days: 1584
  • days_rel: 143
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

5429 stars · 205 forks observed · 2026-08-28

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

Pagefind is a fully static search library written in Rust that indexes built HTML output and generates a chunked, low-bandwidth search bundle served directly from static hosting. It exposes a JavaScript search API and prebuilt UI components, enabling full-text search on sites with tens of thousands of pages without any search infrastructure.

Use cases

  • add search to a static site without a backend
  • implement client-side full-text search on a large documentation site
  • add multilingual search to a Hugo or Astro site
  • search 10,000+ pages from the browser with minimal bandwidth
  • add a search modal to a static website with prebuilt UI components
  • index a static site after build with filters and metadata
  • host site search with no server or search infrastructure

When to choose

  • your site is fully static and you want search with zero backend or hosted search service
  • you need fast, low-bandwidth search over a large (10k+ page) static site
  • you want multilingual search that works out of the box from HTML lang attributes
  • you want prebuilt, customizable search UI components plus a JS API

When to avoid

  • you need server-side search, dynamic content indexing, or crawling of non-static pages
  • your content lives in a database or API rather than built HTML files
  • you need advanced query features like faceted search at scale or fuzzy typo tolerance beyond what Pagefind offers

Facets

library · maturity active

search-engine cli ui-components web-framework web-development frontend cli python cross-platform static-site-search client-side-search low-bandwidth rust multilingual no-infrastructure search-ui indexing search static-site-generator web-server nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
Pagefind/pagefindmain84

For agents

markdown · JSON · MCP: product_card(name="Pagefind/pagefind")

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