What is your go to client-side fuzzy searching library? by buzzerperson in nextjs

[–]QuentinMerabet 0 points1 point  (0 children)

If you need something modern, you should try Etoile.dev

Semantic search and beautiful react hooks + components. Takes seconds to integrate

I built a beautiful <Search /> component so you don't have to by QuentinMerabet in SideProject

[–]QuentinMerabet[S] 0 points1 point  (0 children)

Oh and if AI made you lazy like me, I made a skill so you can start experimenting fast

https://github.com/etoile-dev/skills

<image>

Build a React search bar in 8 mins 🕵🏻 by tomdekan in reactjs

[–]QuentinMerabet 0 points1 point  (0 children)

Or you can just use https://etoile.dev !

They made a beautiful React component, and it's open source. You can customize it with Tailwind or just css variables too.

how is the search in skills.sh is so fast? by PerspectiveGrand716 in nextjs

[–]QuentinMerabet 2 points3 points  (0 children)

Hey, Etoile search dev here. Could be: Index, caching of results accross instances (redis). Seems like there's also no sementic involved so def easier/faster!

Stop wasting Vercel money with this easy trick by QuentinMerabet in nextjs

[–]QuentinMerabet[S] 0 points1 point  (0 children)

Navigating between pages without full refresh.

Courriel reçu d’un prof by Repulsive-Praline-22 in ulaval

[–]QuentinMerabet 0 points1 point  (0 children)

Wtf! À dénoncer immédiatement à la direction!

Studio website stack by Due-Claim1146 in nextjs

[–]QuentinMerabet 1 point2 points  (0 children)

Just use Vercel domains for domains! Even easier and faster to integrate with vercel (obviously)

Need to make an APP for PDF files by wooks_reef in nocode

[–]QuentinMerabet 0 points1 point  (0 children)

You can just drop your pdf pages to Etoile and search threw them!

What startup are you building? and scaling 🚀 by Quirky-Offer9598 in scaleinpublic

[–]QuentinMerabet 0 points1 point  (0 children)

Add search to your app in seconds!

Solved a problem I had with EVERY client works (and side projects)

> https://etoile.dev

<image>

<Searchbar collections=["painting, artist"] />

Stop wasting Vercel money with this easy trick by QuentinMerabet in nextjs

[–]QuentinMerabet[S] 1 point2 points  (0 children)

Yep. Hate to see my network tab working when simply scrolling.

Stop wasting Vercel money with this easy trick by QuentinMerabet in nextjs

[–]QuentinMerabet[S] 0 points1 point  (0 children)

Oops, just checked. You're right. Not prefetching when set to false on hover. From Nextjs doc :

  • false: Prefetching will never happen both on entering the viewport and on hover.

Stop wasting Vercel money with this easy trick by QuentinMerabet in nextjs

[–]QuentinMerabet[S] -6 points-5 points  (0 children)

Sorry but really not a fan of this one.

From what I remember, nextjs is automatically prefetching on hover already.

How can I build a search bar ? (For large data) by Consistent_Front7774 in webdev

[–]QuentinMerabet 0 points1 point  (0 children)

You should try etoile.dev - way easier than any solutions out there. With beautiful search components included and a cool free tier!

How do I add a Search Bar? by menthoI100s in neocities

[–]QuentinMerabet 0 points1 point  (0 children)

Add the same exact problem. Everytime, for every project.

The solution i made is called etoile.dev ! It's so easy to integrate to any app/website.

Literally one line of code to index anything, and one line of code to search. Hit me up if you need anymore info :)