Privacy
Where your data goes
Nowhere. That is the whole answer, and the rest of this page explains why it is a fact about the software rather than a promise you have to take on trust.
There is no server to send anything to
This site is a set of static files — HTML, CSS and JavaScript. It has no backend, no API and no database. When you type into the builder, the code that runs is already on your device, and it writes its result to your device. There is no request that carries your resume anywhere, because there is nothing at the other end to receive it.
What is stored, and where
Everything you enter — your name, contact details, work history, skills, and the photo — is saved in your browser’s local storage under a single key:
resume-maker/v1
Local storage is specific to this browser on this device. It is not synced to us, and it is not visible to any other site. Your photo is resized on a canvas inside the page and stored as text in the same key, which is why it survives a reload without ever being uploaded.
How to check for yourself
You do not have to believe any of this. Open your browser’s developer tools, go to the Network tab, and use the builder — fill in a field, add a photo, change a template. You will see no request carrying your data. Then look under Application → Local Storage and you will find the key above, holding exactly what you typed.
What this means for you, practically
Your resume is as safe as your device
If someone else uses this browser profile, they can open the builder and see your draft. On a shared or public computer, use Erase everything when you finish.
Clearing browser data deletes it
Clearing cookies and site data, or using private browsing, will remove your draft with no way to recover it from our side — we never had a copy.
It does not follow you between devices
A draft written on your laptop will not appear on your phone. Use Save a backup file to move it yourself.
The PDF is generated on your device too
The PDF is assembled inside this tab and written straight to your disk. Nothing is sent away to be rendered and sent back.
Cookies and analytics
The builder sets no cookies. Local storage is used for your draft and nothing else — no identifiers, no tracking, no profile. If you deploy this yourself and add an analytics script later, that script would still have no access to your visitors’ resume content, but you should say so on this page.
Ready when you are
Nothing is written to your browser until you open the builder and start typing.
Create my resume