Search
Find articles across reviews, guides, and frameworks published on AI Tool Guide.
Search index unavailable in dev mode.
Pagefind generates the search index at build time. Astro's dev server serves from src/, so the index does not exist during npm run dev.
Run npm run build && npm run preview to test search locally. Production search on Cloudflare Pages works automatically once the build deploys.