# Trieve Docsearch Project ## Business Goal Convince developer documentation sites like https://react.dev/, https://neon.tech/docs, https://docs.astro.build/en/getting-started/ to switch their component from Algolia to Trieve. ![image](https://hackmd.io/_uploads/Hkt-tZAJA.png) ## Steps to Accomplish 1. Fork the [Algolia docsearch repo](https://docs.astro.build/en/getting-started/) 2. Understand how indexing of the docs page works within the repo and replace it with calls to Trieve using the trieve-js-ts-client. - Bonus: Use `chunk_groups` for each page 4. Understand how search of the docs page works within the repo and replace it with Trieve