nowfound

Dev tools · July 29, 2026

PO

PriEco (open source, 400M index, EU search engine) integrated Goggles

Back in 2021 I wanted to switch away from Google and try alternatives. To my disappointment they were... not great. I took a way of comparing qualities and disadvantages of each web search engine back then. What I discovered I cared about the most was privacy (like DuckDuckGo), ecology (Ecosia) and Google index (likely to signal quality of results, Startpage). To my disappointment there wasn't a single one that I could find that offered all 3 of these qualities. After a long time of deciding if and how I could build my own web search engine I decided to do it. At first, for 4 years, it was…

What it does

In the maker’s words, at launch

Back in 2021 I wanted to switch away from Google and try alternatives. To my disappointment they were... not great. I took a way of comparing qualities and disadvantages of each web search engine back then. What I discovered I cared about the most was privacy (like DuckDuckGo), ecology (Ecosia) and Google index (likely to signal quality of results, Startpage). To my disappointment there wasn't a single one that I could find that offered all 3 of these qualities. After a long time of deciding if and how I could build my own web search engine I decided to do it. At first, for 4 years, it was just a private and ecological meta search engine. But I didn't have the money to grow user base while relying on 3rd party APIs to deliver results. I had to create own index. I spent 1.5 years on web crawler, made from scratch in Rust btw. As soon as it was done it was able to deliver me 15M results a day on 200Mb/s download bandwidth. Which I'd say is competitive, especially as my next developmental step is to strongly improve distribution of crawling and let anyone help PriEco crawl the web. About Goggles, it was the most wanted feature. I could have created my own system which would be simpler to implement. But I decided to adopt Brave search Goggles as they are public and sharable. I built on this idea with own additions as letting API customers use them in the requests, letting users export their full Quick Tune settings as a Goggle and as I adopted it from Brave search, they are cross-compatible both ways. I base most of my decisions about PriEco on what the community wants. I just wanted a search engine that delivers on the 3 qualities I mentioned at the beginning. Otherwise, I let the community decide what's next to do. We have a Roadmap too. There you can vote on ideas and suggest your own. I'd like if you joined at least one of the chat platforms that are in PriEco footer. I run a bot that syncs the chats in the real-time so that we can discuss stuff. That said as the index and ranking are completely independent, the results may not be great fit for everyone. I'm improving it as quickly as I can, so if they aren't for you yet, maybe in a week? a month? few months? Certainly I would like to hear about your problems. Also, PriEco does support DuckDuckGo bangs if it helps. [1] https://prieco.net/ [2] https://codeberg.org/JojoYou/PriEco/ [3] https://prieco.net/goggles [4] https://prieco.net/roadmap

Does the same job

all alternatives →
  • Free AI SEO AuditorMay 2026 · ▲166

    Audit your site for the AI search era. 100% Open Source

  • MI
    My independent search engine focused on user controlMay 2026 · slicksearchhq.com · ▲5

    I've always been frustrated with search engines. Google used to be the one I always used, but it's now completely overrun with ads and AI Overview. Alternatives like Mojeek, Marginalia, DuckDuckGo, or Startpage don't seem to give me the results I'm looking for. What's even worse is that search engines like DuckDuckGo, Startpage, and Ecosia are using AI Overviews too. These features ARE optional, but I still felt annoyed that I had to opt out of everything. This is why I created my search engine Slick. Slick is an independent search engine with its own index. It aims to be everything users…

  • OS
  • DuckDuckSometimes2019 · ▲142

    Redirect a percentage of your Google searches to DuckDuckGo

  • CamoCopy Search2024 · ▲96

    The new AI powered & privacy-first Google alternative

  • RA
    Runnaroo – A new web search engine2020 · ▲20

    In the sprit of releasing to the public early, I would like to share a search engine/portal I have been building in my spare time: https://www.runnaroo.com Why: I started to not be able to easily tell the different between ads and organic search results in other search engines (even on DuckDuckGo), and I have been disappointed with recent UI changes in a lot of the major search engines. My main guiding rule when adding features has been to ask, "is it better for the user?" Important to know: I still believe Google currently returns the most relevant web results, so like…

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, July 2026

the whole month →
  • IR

    I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…

    Life & fun · Jul 2026

  • E
    Elevators1,680

    Life & fun · Jul 2026 · john.fun

  • 1W
    18 Words1,160

    Life & fun · Jul 2026 · 18words.com

  • BA

    Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…

    Dev tools · Jul 2026 · bento.page

  • GG

    A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…

    AI · Jul 2026 · github.com

  • OpenSEO934

    The open source Ahrefs alternative

    Dev tools · Jul 2026 · openseo.so