Last updated: June 9, 2026 · Effective date: June 9, 2026
The short version: synthux does not collect, transmit, or share any personal data. Analysis runs locally with Ollama, or through your own API key directly to your chosen provider — no middleman.
synthux is an open-source Chrome extension that performs UX/UI analysis using AI. You can run analysis locally with Ollama (free, nothing leaves your machine), or use your own API key with a cloud provider (Google Gemini, OpenAI, Anthropic Claude). This policy explains what data synthux accesses, how it is processed, and what is stored.
When you initiate an analysis, synthux temporarily reads the following data from the active browser tab:
When using Ollama, all analysis is performed entirely on your local machine:
localhost:11434When using a cloud provider, page data is sent directly from your browser to the provider's API using your own API key:
| Provider | Data sent to | Privacy policy |
|---|---|---|
| Google Gemini | generativelanguage.googleapis.com |
Gemini API Terms |
| OpenAI | api.openai.com |
OpenAI Privacy |
| Anthropic | api.anthropic.com |
Anthropic Privacy |
Important:
chrome.storage.local and sent directly to the providerchrome.storage.local (browser-local storage)chrome.storage.localchrome.storage.local, never transmitted to synthux or any third partysynthux does not share any data with:
| Permission | Purpose | Data Impact |
|---|---|---|
activeTab |
Read the current page's DOM for analysis | Page content accessed only during active analysis |
scripting |
Inject the content script that extracts page data | Required for DOM reading; runs only when triggered |
sidePanel |
Display the analysis UI in Chrome's Side Panel | No data access |
storage |
Save settings and report history locally | Local-only, never synced |
tabs |
Read the current tab's URL and title for reports | URL/title only; no browsing history |
| Host | Purpose |
|---|---|
http://localhost:11434/* |
Communicate with local Ollama AI server |
<all_urls> |
Enable analysis on any website the user visits |
Why <all_urls>? synthux needs to inject a content script to read page structure on any website the user chooses to analyze. This permission is only exercised when the user actively initiates an analysis. The extension does not run background scripts on pages or monitor browsing activity.
synthux is a developer/designer tool and is not directed at children under 13. We do not knowingly collect data from children.
synthux is fully open source under the MIT License. You can:
We may update this privacy policy from time to time. Changes will be documented in the CHANGELOG and reflected in the "Last updated" date above.
synthux is developed by Ufuk Aydın (@ufhouck).
If you have questions about this privacy policy, please open an issue on our GitHub repository.
© 2026 synthux · Ufuk Aydın. Open source under MIT License.