Skip to content
/ seek Public

Free, private, and queer search engine

Notifications You must be signed in to change notification settings

queerweb/seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 26, 2026
c8d396f · · Jan 26, 2026

History

11 Commits
Dec 31, 2025
Jan 26, 2026
Dec 31, 2025
Dec 31, 2025
Jan 3, 2026
Dec 31, 2025
Dec 31, 2025
Dec 31, 2025

Repository files navigation

Seek

Completely free, private, and secure secure search engine by QueerWeb

Uses Brave Search API for results. No accounts, ads, or tracking. Searches are hidden from browser history.

Installation

Chrome

Go to chrome://settings/searchEngines Scroll down to Site Search and click add image

Fill in the fields like so: Name: Seek Shortcut: seek.gay URL: https://seek.gay/search?q=%s image

Click the three dots on the right of Seek and select Make default

image

Firefox

Go to about:preferences#search Scroll down to Search Shortcuts Click Add

image

Fill in the fields like so: Search engine name: Seek URL: https://seek.gay/search?q=%s Keyword (optional): @seek

image

Now click Add Engine

image

Navigate to Default Search Engine Select seek as the default like so..

image

Deploying

We provide a Dockerfile for easy deploying. You can also deploy manually:

cd src
npm i
cp example.env .env
npm run startart

Repo Structure

  • /src: Search engine WebApp.
  • /extension: Browser extension to set default search engine.