Privacy Policy

LeetHelp browser extension

Short version: LeetHelp runs in your browser. There is no LeetHelp server. The extension talks to whichever LLM provider you configure, and (optionally) a Cloudflare Worker proxy whose source lives in /proxy of the public repository. Nothing is logged by us.

What the extension does with your data

What the extension does not do

The community proxy

If you enable the community proxy during onboarding, or paste a URL into Settings → Community proxy, then all of your Groq calls are routed through that URL instead of directly to Groq. The default community proxy is a Cloudflare Worker whose complete source is in /proxy/worker.js of the repository. It:

If you'd rather not trust the community proxy, leave the field blank, deploy your own worker in about ten minutes following /proxy/README.md, or paste your own Groq key and skip the proxy entirely.

Browser permissions

Reporting a concern

Open an issue at github.com/oscarcv125/leethelp/issues.