Skip to content

🐤 Canary provides UI primitives for building modern search-bar for docs with self-hostable infrastructure.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
LICENSE-AGPL
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

anaxite/fastrepl-canary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐤 Canary

Search & Ask AI across your docs(webpage), GitHub issues, and discussions.

(OpenAPI, changelog, etc. are coming soon.)

Glob / tag filters, light / dark mode, multiple panels for Search / Ask AI, and more!

Search
Ask AI

code example:

<canary-root framework="vitepress">
  <canary-provider-cloud project-key="">
    <canary-modal>
      <canary-trigger-searchbar slot="trigger"></canary-trigger-searchbar>
      <canary-content slot="content">
        <canary-input slot="input" autofocus></canary-input>
        <canary-search slot="mode">
          <canary-search-results slot="body"></canary-search-results>
        </canary-search>
        <canary-ask slot="mode">
          <canary-ask-results slot="body"></canary-ask-results>
        </canary-ask>
      </canary-content>
    </canary-modal>
  </canary-provider-cloud>
</canary-root>

Get started

We have documentation available at getcanary.dev.

About

🐤 Canary provides UI primitives for building modern search-bar for docs with self-hostable infrastructure.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
LICENSE-AGPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 54.5%
  • TypeScript 30.0%
  • JavaScript 4.9%
  • Vue 4.4%
  • Rust 3.2%
  • HTML 1.5%
  • Other 1.5%