// 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.

Read the docs
A knowledge graph rendered as connected terminal-card nodes on warm paper; an orange ⌘K beam threads a single path through search, integrations, authentication, and endpoints to an opened section anchored at #api/endpoints/create.
  1. install
    pnpm add @hev/ask
  2. register the integration
    // astro.config.mjs
    integrations: [hevAsk({ collections: ["docs"] })]
  3. 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 →

// show, don't tell See what the agent sees → The rendered knowledge graph for this site — the distilled summaries and verbatim facts Claude reasons over. Injected, committed, reviewable.

how it works tradeoffs limits source

esc