Live data from Hacker News

1 html search engine

k8o5.github.io

11–16 of 16 posts

Re: 1 html search engine

#11
post #8

A fun project no doubt, and the “No tracking” notice at the bottom is cool I guess, but I still won’t submit a search to a previously unknown page that lacks any kind of About link or privacy-related information. What does “No tracking” mean for in terms of logging, analysis, etc, for example?

Will update that. Thx for the feedback

Re: 1 html search engine

#14
post #11
post #8

A fun project no doubt, and the “No tracking” notice at the bottom is cool I guess, but I still won’t submit a search to a previously unknown page that lacks any kind of About link or privacy-related information. What does “No tracking” mean for in terms of logging, analysis, etc, for example?

Will update that. Thx for the feedback

run the html local and you are fine xd

Re: 1 html search engine

#16

Wow, how does that work?

It's purely client-side aggregation. The entire "engine" is a single HTML file with vanilla JavaScript—no backend server required. When you type a query, it fires off parallel fetch() requests (using Promise.all) to public, CORS-friendly APIs like Algolia (for HN), Reddit’s public .json endpoints, and Wikipedia’s API. It then normalizes those JSON responses and injects them into the DOM. History and settings are just persisted in localStorage.
Post reply on HN