As my first vacation project I started to write my own "meta search engine".
The project is inspired by #Kagi and The custom search engine that "matdoesdev" created: https://matdoes.dev/metasearch
It is still very bare bones but:
- Custom Bangs
- Searching on Duckduckgo
- Blocking domains
Are already working.
There is no public instance but the source is open as always.
Be warned however I took the opportunity to test working with an LLM.
The code isn't great but it was an okay way to get the draft out of the door.
In addition the container image for the app currently only supports `arm64` and the one for Nginx only `amd64` because I really only need the arm64 one.
Support for both architectures will come however.
The app is written in #Django and packaged with #Nix
https://github.com/Nebucatnetzer/meta-search