Privacy

What divid3 does — and doesn't do

No server, no tracking

divid3 is a single static HTML file served from Cloudflare Pages. There is no backend, no database, and no analytics endpoint. We don't log your queries, we don't fingerprint your browser, and we don't share anything with third parties.

Everything stays on your device

The embedding model (sentence-transformers/all-MiniLM-L6-v2, ~22 MB q8-quantized ONNX) runs entirely in your browser via @huggingface/transformers v3. After the first load, the model is cached locally and all inference happens on-device. Your queries never leave your machine until the router decides which search engine to send you to.

Where your query goes

Once divid3 picks a destination, you are redirected to that search provider just like any normal link click. We don't proxy, modify, or intercept the request. Each provider has its own privacy policy:

Cookies and local storage

divid3 itself does not set cookies or use localStorage. The only persistent storage used is the browser's standard HTTP cache and IndexedDB, which transformers.js uses to store the downloaded model weights between visits. You can clear this at any time via your browser's developer tools or by tapping the Retry button on the main page, which wipes all application caches and reloads.

Open source

The full source code is available on GitHub under the GNU AGPL v3. If you spot something wrong, open an issue or a pull request.

← Back to divid3