Last updated: 2026-03-11
LearnToPost is a Chrome extension that helps developers learn from technical articles using the Feynman technique. It extracts article text, generates comprehension questions, evaluates your answers, and produces a blog draft.
| Data | Purpose | Storage |
|---|---|---|
| Article text content | Sent to the LLM API to generate questions, feedback, and blog drafts | In-memory only (not persisted) |
| Your answers to questions | Sent to the LLM API for evaluation and blog generation | In-memory only (not persisted) |
| API key | Authenticates requests to the LLM provider you selected | chrome.storage.local (your device only) |
| User preferences | Remembers your selected provider, model, and tone | chrome.storage.local (your device only) |
Article text and your answers are sent to the LLM API provider you configure:
Data is sent directly from your browser to the provider. LearnToPost does not operate any intermediary server.
We do not sell, transfer, or share any user data with third parties. The only external communication is between your browser and the LLM API you choose.
chrome.storage.local only (never synced to the cloud via chrome.storage.sync).You can delete all stored data at any time by removing the extension from Chrome. To clear only your API key and preferences, use the Settings view within the extension.
If this policy changes, the updated version will be published at this URL with a new "Last updated" date.
For questions about this privacy policy, open an issue at github.com/cjkang/learn-to-post/issues.