SideZerothe honest AI sidebar

Verify the wiring

Every AI extension says it respects your privacy. Ours is the rare claim you can check yourself — in about 60 seconds, with tools already built into Chrome.

The claim: your API keys and your conversations travel from your browser directly to the AI provider you chose — and nowhere else. SideZero has no server in the middle. Nothing is proxied, logged, mined, or phoned home. Keys live in your browser's local extension storage and never leave it except as the authorization header of a request to that provider.

Watch the traffic yourself

  1. Open the SideZero side panel, then go to chrome://extensions and switch Developer mode on (top right).
  2. On the SideZero card, click Inspect viewssidepanel.html. A DevTools window opens — this is the extension's own traffic, nothing else mixed in.
  3. Pick the Network tab in that DevTools window.
  4. Back in the panel: send a message, summarize a page, generate an image — use anything.
  5. Read the Domain column. Every request goes to the provider whose key you added. Click any request → Headers to see exactly what was sent, and to whom.

The complete list of domains

This is every network destination in the extension. Not the highlights — the whole list.

DomainWhat it's forWhen
api.anthropic.comClaude chat, web search, model listOnly with your Anthropic key
api.openai.comGPT chat, images, deep research, voice, model listOnly with your OpenAI key
generativelanguage.googleapis.comGemini chat, search, images, deep research, voice, model listOnly with your Google key
openrouter.aiOpenRouter chat + live model pricesOnly with your OpenRouter key
127.0.0.1:11434Ollama — local models on your own machineNever leaves your computer at all
cdn.currency.wikiLive exchange rates for the price-conversion feature — a free feed we run ourselves. The request carries no key, no page content, no identifiers, and is cached for an hour.Only when you convert prices

That's the whole list. A request to any other domain would be a bug — we'd genuinely like to hear about it: [email protected].

What you will never see

Why this works as proof

A browser extension can't hide its traffic from its own browser. DevTools sits below the extension, not beside it — if SideZero called anywhere else, it would appear in that Network tab, timestamped, with the payload attached. That's why we'd rather show you the wiring than ask you to trust a policy page.

SideZero — BYOK, zero markup, no account required. Questions or something in the Network tab we didn't list? [email protected]

SideZero is made by CurrencyWiki Technologies LLC in San Diego, California.