Follow Github Instructions
// import the collie search css
<link href="https://dbkcgeg8vo92c.cloudfront.net/v1-collie-style.css">

// import the collie search js
<script src="https://dbkcgeg8vo92c.cloudfront.net/v1-collie-widget.js">

// init the collie search widget with your API key and div ID
new CollieWidget({
  api_key: "API_KEY",
  div_id: "search-widget",
  context: true,
  suggested_pages: [
    {
      title: "Homepage",
      url: "https://collie.ai",
    }
  ]
});

// add the div to your HTML
<div id="search-widget"></div>
                  

How It Works

1

Connect Data

Ask Collie to fetch your site on the homepage, or if you want to fetch other data contact us

2

Import Scripts

You'll then receive an API key. Add that and the script imports to your website.

3

Start Delighting

Add your div ID to your website and voilĂ  you have search: