Hello HN, wanted to share an experimental search engine I've been working on. In my spare time I build search engines as part of a larger search engine project named Ichido[0]. The Ichido Metaverse Search Engine indexes WebVR pages that are built using the Aframe WebXR library[0]. Aframe makes it easy for developers to create 3D scenes in the browser by using simple HTML markup tags. These WebVR scenes can be accessed on mobile, desktop, and with a VR headset (but know that the functionality is limited on mobile).<p>To type queries into the search engine, use the onscreen keyboard and press the return key to submit the query. You can also modify the querystring in the URL bar if the keyboard is not accessible. There is also a `random` query that will return random WebVR pages from the search engine.<p>[0] <a href="https://aframe.io/" rel="nofollow">https://aframe.io/</a><p>[1] <a href="https://ichi.do/" rel="nofollow">https://ichi.do/</a>