This is a demo that shows you a quick search interface that was built with Vue and typesense-instantsearch-adapter.
It was created using npx create-instantsearch-app
and then here's the key change that lets you use the app with Typesense:
Read the accompanying walk-through here: https://typesense.org/docs/latest/guide/search-ui-components.html.
Here are more live demos that use the Instantsearch adapter: https://typesense.org/docs/overview/demos.html
To run this project locally, install the dependencies, start Typesense Server, populate the index and run the app server:
$ npm install
$ npm run typesenseServer
$ npm run populateTypesenseIndex
$ npm start
Open http://localhost:3000 to see your app.