Skip to content
All tags

#static-site

1 posts
tech deep-dive

Pagefind Explained: Full-Text Search for Astro Without a Search Backend

Pagefind scans static HTML after an Astro build and ships its index with a WebAssembly search runtime; the browser fetches only the index chunks required by a query, so no search server is needed.