Skip to content

Not everyone needs a hosted service.

You can just use keyword-based search locally, and still benefit from our composable components.

FeatureLocalCloud
SearchOnly Keyword-based SearchAI Powered Hybrid Search
Ask AIXO

TIP

Wanna try it out? We made a playground for you!

Any documentation & Any search index

Our UI components are decoupled from the actual operation layer.

We currently support:

  • Any Pagefind based search using canary-provider-pagefind
  • VitePress with Minisearch using canary-provider-vitepress-minisearch

Migrate to cloud provider

If you need more features, you can easily migrate.

html
<canary-root framework="docusaurus">
  <canary-provider-pagefind>
  <canary-provider-cloud api-key="KEY" api-base="https://cloud.getcanary.dev">
    <!-- Rest of the code -->
  </canary-provider-cloud>
  </canary-provider-pagefind>
</canary-root>