# StaticSeach documentation for LLMs > StaticSearch is a simple search engine you can add to any static website. It uses client-side JavaScript and JSON data files so there is no need for back-end server technologies or a database. ## StaticSearch documentation - [StaticSearch](https://publican.dev/tools/staticsearch/): StaticSearch is a client-side search engine that doesn't require a backend server or database. You can add search facilities to any static site such as those created by Publican. - [StaticSearch quickstart](https://publican.dev/tools/staticsearch/quickstart/): How to add a search engine to your static site using StaticSearch. - [StaticSearch indexer](https://publican.dev/tools/staticsearch/search-indexer/): How to use and configure the StaticSearch indexer to index words in your static site. - [StaticSearch web component](https://publican.dev/tools/staticsearch/search-web-component/): How to add search functionality to any page using the web component. - [StaticSearch bind module](https://publican.dev/tools/staticsearch/search-bind-module/): How to bind StaticSearch functionality to any page elements to provide a custom user experience. - [StaticSearch JavaScript search API](https://publican.dev/tools/staticsearch/search-api/): How to use the StaticSearch JavaScript API to create your own custom search functionality. - [How StaticSearch works](https://publican.dev/tools/staticsearch/how-it-works/): An overview of how StaticSite indexes web pages and provides client-side only search engine functionality.