// search for astro docs sites
The AI search cheat code
for your docs.
A ⌘K search overlay for Astro. Instant keyword search as the reader types, a Claude search loop on Enter — every result a deep link to the exact heading.
- install
pnpm add @hev/ask - register the integration
// astro.config.mjs integrations: [hevAsk({ collections: ["docs"] })] - drop in the overlay
// any layout <SearchOverlay />
That's the whole integration. This site runs on it — keyword search needs no API key. Full quick start →
- type instant keyword search — keyless, runs on the server
- enter Claude searches and streams a grounded answer
- result a deep link to the exact heading: /docs/page#section