SaaSHub helps you find the best software and product alternatives Learn more โ
Pagefind Alternatives
Similar projects and alternatives to pagefind
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
paperless-ngx
A community-supported supercharged version of paperless: scan, index and archive all your physical documents
-
-
MeiliSearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
-
Typesense
Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch โก ๐ โจ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
-
-
-
-
-
zincsearch
ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
-
-
-
-
-
-
-
pagefind discussion
pagefind reviews and mentions
- Pagefind โ Search library for static sites
- Pagefind: Static low-bandwidth search at scale
- Pagefind Static Search Library
-
Show HN: Open-source UI primitives for building docs search-bar
Hi. I am building open-source web-components for building search-bar. Most of config can be done declaratively with html tags. It works for any search-index, any documentation.
Here I made local search playground(https://getcanary.dev/docs/local/playground) with Pagefind(https://pagefind.app) with Litellm, Mistral, and Prisma.
Please let me know what you guys think!
-
SQLite FTS5 Extension
I once tried to use sql.js [1] on a static site for full text search. It worked, but the resulting database size for that site was too large for the web, even with things like detail=none and content='' applied, and requiring the user to download a database each time was just no go. (I guess things should work better for sites with less content or those not requiring a trigram tokenizer.)
I switched to Pagefind [2] afterwards before finding out a sql.js-httpvfs [3] fork of sql.js that removes exactly the need to fully download a database (with HTTP range requests). I haven't got the chance to test sql.js-httpvfs out though, but it looks pretty sound and could be much more flexible than Pagefind. (Previously discussed at https://news.ycombinator.com/item?id=27016630 .)
[1] https://github.com/sql-js/sql.js/
[2] https://pagefind.app/
[3] https://github.com/phiresky/sql.js-httpvfs
-
Adding search to a static Astro website
I always like it when a website includes a search page, it makes it easy to find the relevant content you're looking for. This is especially useful when your website starts growing, and you've written a whole bunch of blog posts for example (it's me ๐ ). At my agency job I create websites for large corporations with large budgets, and we usually go for Algolia there, since it's quite easy to use and it has some out of the box React components etc. But Algolia gets quite pricy quite fast, so I wanted to look into something self hosted for my website. I looked into what the Astro team is doing on their Starlight website, and found out they use Pagefind, "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". Sounds good to me, let's start using it!
-
A tale about migrating a 200 entries Gatsby blog untouched for 3 years to Astro
Search: Using our old search was not possible nor wanted and I found a great static page search in Pagefind. There is even a simple Astro integration to avoid boilerplate code. The search is both faster than before, accessible through the shortcut / and has a nice excerpt as well as a picture for each result. Nice win!
- Pagefind, a static open-source search library
-
๐Underrated Open Source Projects You Should Know About ๐ง
Pagefind is a static search library that aims to perform well on small or large sites, while using as little bandwidth as possible, and you don't have to host any infrastructure.
- Pagefind โ Static low-bandwidth search at scale
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jan 2025
Stats
CloudCannon/pagefind is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pagefind is Rust.