A lightweight, privacy-focused, single-file resume builder that runs entirely in your browser. Create beautiful, ATS-friendly resumes and export them to PDF or DOCX without signing up or uploading your data to a server.
- Real-Time Preview: See changes instantly as you type.
- Privacy First: All data is stored locally in your browser (
localStorage). No servers, no tracking. - Export Options: Download your resume as a high-quality PDF or editable DOCX (Word) file.
- Save & Load: Auto-saves your progress. Export your data to JSON for backup or transfer.
- Drag-and-Drop: Easily reorder resume sections and individual items (jobs, education, etc.).
- Customizable: Choose from modern fonts and accent colors to match your personal brand.
- Smart Formatting: Automatic bullet point handling and clickable links.
- Single File: The entire application is contained in one
index.htmlfile.
Click here to open the Resume Builder
- Download the
index.htmlfile (or clone this repo). - Double-click
index.htmlto open it in your web browser. - Start building!
You can host this for free on GitHub Pages:
- Fork or Clone this repository.
- Go to your repository Settings.
- Navigate to Pages (on the left sidebar).
- Under Build and deployment > Source, select Deploy from a branch.
- Select
main(ormaster) branch and/ (root)folder. - Click Save.
- Wait a minute, and your site will be live at
https://<username>.github.io/<repo-name>/.
- Fill in your details: Start with personal info, then add experience, education, etc.
- Reorder: Use the
β°handles to drag and drop sections or items to your preferred order. - Customize: Use the "Skills & Settings" section to change the accent color and font.
- Save: Your work is auto-saved. Use the "Save" button in the header to download a JSON backup.
- Export: Click "Download PDF" or "Download DOCX" when you are ready.
- HTML5 / CSS3: Modern layout using Flexbox and CSS Variables.
- Vanilla JavaScript: No heavy frameworks (React/Vue/Angular) required.
- Libraries (via CDN):
html2pdf.js- For PDF generation.docx.js- For Word document generation.FileSaver.js- For saving files.
This project is open source and available under the MIT License.
Built with β€οΈ for job seekers everywhere.