Powerful search for your website with a few lines of JavaScript.

How it works

how it works

Easy Setup

Setup a form and a div for the results, drop in the JavaScript below and we'll do the rest!

<script src="https://app.cloudsh.com/js/cloudsh.js"></script>
<script>
  var CshConf = {
    token: "JWT TOKEN",
    formId: ".cloudsh",
    resultsId: "#results",
  };
</script>

Read the docs

Super impressed. Been working on finding a simple (key word simple) search for a static site for some time. Got up and running in 10 minutes.

- Perry