Privacy is Our Foundation
We believe your personal data belongs to you. That's why we've built this tool to run entirely in your browser.
Browser-Based Storage
Your resumes, photos, and personal details are stored inside your browser's IndexedDB by default. We never transfer this data to our own server.
100% Offline Capable
Because everything runs on your device, you can use the builder without an internet connection. Your data never leaves your 'local network' of one.
Anonymous Analytics
We use Microsoft Clarity to understand website traffic and performance to improve the app. This data is completely anonymous and does NOT include any personal information from your resume.
Zero Account Policy
We don't have a sign-up form because we don't need your email. Your session is tied to your browser, not a centralized database.
Frequently Asked Questions
Transparency is key to trust. Here is exactly how we handle technical aspects of your privacy.
Where exactly is my data saved?
Your data is saved in a persistent database built into your browser called IndexedDB. This is private storage that only this website can access on your specific device. If you clear your browser's site data or 'cookies and site data' for this domain, your resumes will be deleted.
How do I backup my data?
You can use 'Export JSON' for local backups. You can also optionally enable BYOS Cloud Sync in Settings to store a sync file in your own Google Drive account. If you enable encryption, keep your passphrase safe, because lost passphrases cannot be recovered.
Is it open source?
Yes. One of the best ways to ensure privacy is transparency. Our code is available for anyone to audit and verify that no hidden tracking or data exfiltration exists.
What about the PDF generation?
The PDF is generated using @react-pdf/renderer, which runs in your browser's JavaScript engine. Your resume data is converted to a PDF document entirely on your CPU, without hitting a remote rendering server.