DisposableResume
A privacy-first, zero-retention résumé builder that runs entirely in the browser, with live preview and client-side PDF export.
Problem. Résumé tools frequently place sensitive personal data behind accounts, persistent storage, or server-side export pipelines.
Implementation. DisposableResume keeps résumé data in memory by default, provides template-aware live preview and ordering controls, validates versioned JSON imports, and renders PDFs in the browser with @react-pdf/renderer.
Privacy boundary: No account, backend, database, analytics, or default persistent browser storage.
Verified stackReact 19 · TypeScript 6 · Vite 8 · Tailwind CSS 4 · Zustand · Zod · @react-pdf/renderer
