search the web without AI slop. pretty, fast,
privacy-friendly metasearch engine.
start searching! »
search.tiago.zip is very pretty and fast metasearch engine running on cf workers, sourcing answers from brave search and kagi :3
no third-party tracking is used by default, and you can search without cookies or accounts. i do not log any type of data and your searches are never stored or analyzed.
similar to duckduckgo, you can use !bangs to search other sites directly, and this also supports instant answers for calculations, weather, crypto prices, and more, along with previews for lyrics and youtube videos.
metasearch works with keyboard shortcuts and the image tab supports a built-in ai slop remover.
you can query the engine over a simple unauthenticated endpoint:
curl -X POST https://search.tiago.zip/api \
-H "Content-Type: application/json" \
-d '{"query":"metasearch","type":"web","page":0}'metasearch runs on cloudflare workers with static assets. to self-host:
# clone and install
git clone https://github.com/tiagozip/metasearch.git
cd metasearch
bun install
# set your jwt secret (used to sign search tokens)
wrangler secret put JWT_SECRET
# deploy to cloudflare workers
bun run deploybangs are embedded in the bundle for zero-latency lookups. to refresh them:
bun run bangs
bun run deploy# create a .env file with a dev secret
echo 'JWT_SECRET=dev-secret' > .env
# start local dev server
bun run dev- tiago.ferencmeszaros.hu
- search.dieofdeath.gay
- s.jim88.de
- search.pera.lol
- search.itsdefnotleon.qzz.io
- searchengine.killingpeopleis.fun
if you're self-hosting metasearch yourself, please feel free to open a pr to add your instance here!
please note that most of these instances will lack kagi search support.
see LICENSE for more details.

