Hi HN,
this is most likely the most primitive internet search engine of all time, built with CommonCrawl data [1]. It <i>would</i> have been a feasible candidate to work with sql.js-httpvfs [2], a WebAssembly-compiled SQLite driver on a vfs to be able to omit the server part - but when I tried it, the performance with larger result numbers was a bit too slow to be usable, so it wasn't possible.<p>Try searching for your hometown, for example. You'll get quite uncommon yet interesting results. Full of spam though. It really makes you appreciate the enormous filtering that common search engines apply to their results.<p>[1] <a href="https://commoncrawl.org/" rel="nofollow">https://commoncrawl.org/</a>
[2] <a href="https://github.com/phiresky/sql.js-httpvfs" rel="nofollow">https://github.com/phiresky/sql.js-httpvfs</a>