// legal · short version: nothing leaves your machine except to your provider

The shortest privacy policy you'll read today.

Last updated: April 25, 2026

writerIAit is an open-source Chrome extension for grammar correction. The extension stores your settings on your device and forwards the text you ask to check to the LLM provider you select (OpenAI, Anthropic, Google, or Groq) using an API key you provide. It does not run servers of its own and does not share data with anyone else.

Who we are

writerIAit is maintained by Gaston Mira. The full source code is published at github.com/gastonmira/writeriait.

What data the extension handles

When you trigger a correction (using the keyboard shortcut Ctrl+Shift+K / Cmd+Shift+K or the floating button next to the focused text field), the extension reads the current contents of that field and sends it directly from your browser to the LLM provider you have configured.

Data sent to the selected LLM provider

Data stored locally on your device

Settings are saved in Chrome's extension storage. They never leave your device unless Chrome Sync is enabled by you for the relevant store:

What we do not collect

Third parties that receive your text

The extension only ever talks to the LLM provider you choose. Each provider has its own privacy policy and data handling rules — please review them before deciding which to use:

Switching providers from the extension popup changes which provider receives subsequent requests. The extension never sends your text to more than one provider per request.

Permissions the extension requests

The extension also declares a content script match of <all_urls> so the overlay and floating button can run on whatever site you are typing in. The script only reads field contents when you explicitly trigger a correction.

How to delete your data

  1. Open the extension popup and clear the API key field, then click Save.
  2. Open chrome://extensions, find writerIAit, click "Details" → "Extension options" or remove the extension to wipe all stored preferences and stats.
  3. To delete data already received by an LLM provider, follow the deletion instructions in that provider's privacy policy (linked above).

Children

writerIAit is not directed to children under 13. Do not use the extension if you do not meet the minimum age required by the LLM provider you select.

Changes to this policy

If this policy changes, the "Last updated" date at the top of this page will change. Material changes will also be noted in the project CHANGELOG on GitHub.

Contact

Questions or requests can be sent via the project's issue tracker: github.com/gastonmira/writeriait/issues.