← Back to Impleo

Impleo — Privacy Policy

Last updated: 2026-07-17

The short version

Impleo does not collect your data. There is no Impleo server, no Impleo account, no analytics, and no telemetry. Everything Impleo knows about you is stored on your own computer, inside your own browser. The only data that ever leaves your machine is what you send to the AI provider you chose, using your API key, at the moment you ask Impleo to generate an answer.

We — the developers of Impleo — cannot see your profile, your resume, your answers, or your API key. Not because we promise not to look, but because there is no mechanism by which that data could reach us. Impleo has no backend to send it to.

What Impleo stores, and where

All of it lives in your browser's local extension storage, on your device:

WhatWhere it's storedLeaves your device?
Your profile (name, contact, education, skills, goals, projects, achievements, resume text, writing sample)chrome.storage.localOnly as part of a generation request to your chosen AI provider
Your API key(s)chrome.storage.localOnly to that provider's own API, as the request's auth header
Which provider and model you pickedchrome.storage.localNo
Remembered identity values (e.g. father's name, date of birth, ID numbers)chrome.storage.localOnly as part of a generation request, as described below
Learned answers (short answers you accepted or typed)chrome.storage.localNo — these are replayed locally, without an API call
Q&A history (last 50 approved answers)chrome.storage.localOnly as tone/context in a generation request
Identity documents (resume/CV/portfolio — PDF, DOC, DOCX; up to 3)IndexedDBNever. See "Your documents" below.
Which document you last chose per websitechrome.storage.localNo

What leaves your device, and to whom

Impleo makes network requests to exactly one place: the API of the AI provider you configured. One of:

Only the provider you selected is ever contacted. Impleo does not call the other three, and does not call any other host — no analytics endpoint, no error reporting service, no update server of ours, nothing.

What's in that request: the questions from the form you're filling, plus the relevant parts of your profile needed to answer them, plus your non-sensitive remembered identity values (such as name, city, or email), plus up to 3 recent Q&A entries for tone. Impleo deliberately sends less than it could:

Your API key is sent to that provider as the request's authentication header, which is the only way an API key can work. It is not sent anywhere else, ever.

Once your data reaches your chosen provider, that provider's privacy policy governs it, not this one. What they log, retain, or train on is between you and them — please read their terms. Impleo's role ends at the point the request leaves your browser.

Your documents

Your uploaded documents (resume, CV, portfolio) are the strictest case: their contents never leave your device at all.

What Impleo will never do

Permissions, and why each is needed

Deleting your data

Everything is local, so you're in full control:

Note that exporting your profile creates a plain-text JSON file containing your profile and any remembered identity values, which can include sensitive IDs such as Aadhaar number or date of birth. That file is yours and lives wherever you saved it — handle it like you'd handle your resume, or more carefully.

Changes to this policy

If this policy changes materially, the updated version will be published here with a new "Last updated" date. Because Impleo collects nothing, changes are most likely to be clarifications rather than new data practices.

Contact

Impleo is an open-source project. For questions about this policy, or to report a privacy concern, please open an issue on the project's repository.