Pagefind icon
Pagefind icon

Pagefind

 Like

Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.

Pagefind screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • NZ flagNew Zealand

Platforms

  • Self-Hosted
  • Rust
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Content Filtering
  2.  Indexed search
  3.  Low bandwidth usage
  4.  Multiple languages

 Tags

  • search-tool
  • rust-lang
  • rust-based
  • Search Engine
  • multilingual-website
  • index
  • content-filter

Pagefind News & Activities

Highlights All activities

Recent activities

Show all activities

Pagefind information

  • Developed by

    NZ flagCloudCannon
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Online Services

GitHub repository

  •  4,262 Stars
  •  145 Forks
  •  175 Open Issues
  •   Updated Jun 17, 2025 
View on GitHub

Our users have written 0 comments and reviews about Pagefind, and it has gotten 0 likes

Pagefind was added to AlternativeTo by Paul on Apr 28, 2025 and this page was last updated Apr 28, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Pagefind?

Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.

Pagefind runs after Hugo, Eleventy, Jekyll, Next, Astro, SvelteKit, or any other website framework. The installation process is always the same: Pagefind only requires a folder containing the built static files of your website, so in most cases no configuration is needed to get started.

After indexing, Pagefind adds a static search bundle to your built files, which exposes a JavaScript search API that can be used anywhere on your site. Pagefind also provides a prebuilt UI that can be used with no configuration. (You can see the prebuilt UI at the top of this page.)

The goal of Pagefind is that websites with tens of thousands of pages should be searchable by someone in their browser, while consuming as little bandwidth as possible. Pagefind’s search index is split into chunks, so that searching in the browser only ever needs to load a small subset of the search index. Pagefind can run a full-text search on a 10,000 page site with a total network payload under 300kB, including the Pagefind library itself. For most sites, this will be closer to 100kB.

Features:

  • Zero-config support for multilingual websites
  • Rich filtering engine for knowledge bases
  • Custom sort attributes
  • Custom metadata tracking
  • Custom content weighting
  • Return results for sections of a page
  • Search across multiple domains
  • Index anything (e.g. PDFs, JSON files, or subtitles) with the NodeJS indexing library
  • All features available with the same low-bandwidth footprint

Official Links