
Found a clean, open-source search engine alternative to degoogle
Hey everyone,I wanted to share a personal project I actually built the core of back in high school. I didn't have the money to host it publicly at the time, so I just ended up using it myself as my daily driver for the last two years. After testing it daily and refining the code, I finally got it online and want to share it with anyone looking for a clean, private alternative to mainstream engines. It features a dual-mode search architecture, an advanced proxy routing layout, a strict no-logging policy, and a system that requires zero user accounts to function across mobile, laptop, and tablet viewports. To maximize efficiency, it uses a pure algorithm mode optimized to be fast, alongside a machine learning mode that surfaces much higher accuracy.
The entire engine is built on an open-source algorithm, meaning the logic is completely public for anyone to audit or check the security. It also has built-in workflows to actively filter out low-quality SEO-farm websites from the top page so you get clean, reliable results. They also keep the platform human by dropping custom interactive UI themes during major events—the attached image and video demo shows off their live firework theme.
Here is the link to check it out:https://aoogle-production.up.railway.app/The source code repository is listed on the site if you want to dig into the routing logic or the privacy design!