Last updated: March 2026
Nothing. Saved Posts Organizer does not have a backend server, does not set cookies for tracking, and does not collect analytics or personal data of any kind.
All data is stored locally in your browser:
localStorage.localStorage (webapp) or chrome.storage.local (extension). It never leaves your device except to call OpenAI's API directly.chrome.storage.local to transfer it to the organizer tab, then immediately cleared.When you click "Categorize", the following is sent to OpenAI's API using your own API key:
This data is sent to categorize your posts. Your use of the OpenAI API is governed by OpenAI's Privacy Policy.
The Chrome extension scrapes only publicly accessible data from your own saved posts page (post URLs, thumbnail URLs, and alt text). No passwords, tokens, or private account data are accessed or stored.
The only third-party service contacted is OpenAI (api.openai.com), and only when you initiate categorization. No other third parties receive your data.
You can delete all stored data at any time by clicking Settings → Clear All Data in the app. This removes all post data and your API key from localStorage.
Questions or concerns? Open an issue on GitHub.