A local resume builder. Keep one library of jobs, projects, skills, certifications, and awards. Build each resume by picking which entries go in. Optional Gemini review on any entry before you commit it.
You need Node.js 22.5 or newer. Check with node --version.
npm install
npm startThe server listens on 127.0.0.1:3000 and your default browser opens automatically. On first run the app creates the SQLite database, the env file, and copies Bootstrap into public/vendor/.
Both are off by default.
For AI review, paste a Gemini API key into the Settings panel inside the app. The free tier from https://aistudio.google.com/app/apikey is enough.
For LaTeX PDF export, install Tectonic or any TeX distribution. If you skip this, the browser print dialog still produces a usable PDF.