#community-help

Applying Typesense to Nuxt3 Site

TLDR SML inquires about using Typesense for a Nuxt3 site. Md shares experience with Nuxt2 and Django. Jason ensures Typesense-js library or docsearch.js can work with any FE framework.

Powered by Struct AI
6
2w
Solved
Join the chat
Sep 10, 2023 (2 weeks ago)
SML
Photo of md5-2c167a54c412b8db506a4acfc1529fa4
SML
10:29 AM
Is there a Nuxt3 module for typesense / is one being built / should I attempt to use this search for a Nuxt3 site?

I know that there’s a JavaScript library, but before I spend too much time on it, I want to know if I should attempt it. I’m mostly a Python developer but I have been building a Nuxt3 site for a personal project. I have extensive experience with ElasticSearch clusters, but want to build something using completely serverless tech.

A friend suggested that I tried Typesense after I told him that I’m researching Algolia. I mostly want to get a confirmation that what I have in mind (to search a Nuxt3 content site, potentially using the same method described in the DocSearch use case), is viable, being delving too deep into it.

Thanks! (please tag me if you reply — or ideally start a thread)
Md
Photo of md5-2d52bdc6a037ca5676860972cd54817a
Md
03:31 PM
I am using it on Nuxt2 but the backend is different using Django
SML
Photo of md5-2c167a54c412b8db506a4acfc1529fa4
SML
09:17 PM
ok but are you using client side or server side implementation? If you are using Django for the search part then it won’t be helpful for evaluation. I supposed I just need to go write code.
Sep 11, 2023 (2 weeks ago)
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
04:02 PM
The typesense-js library or even docsearch.js is agnostic to any framework you use.
04:03
Jason
04:03 PM
You should be able to use them with any FE framework
04:03
Jason
04:03 PM
typesense.org for eg uses Nuxt 2 and uses instantsearch.js, which uses typesense.js under the hood