A local, privacy-first résumé builder using LLMs and Markdown to generate ATS-ready DOCX files with Pandoc — no cloud, no tracking.

ai-resume-builder local-llm resume-builder
1 Open Issue Need Help Last updated: Jun 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Integrate a DOCX download button into the Kanban board's resume generator. This involves adding a button and an onClick handler to the frontend (ResumeGenerator.tsx) to send a POST request with Markdown resume content to the backend. The backend needs a new route (/api/convert-to-docx) to handle this request, using pandocService.convertMarkdownToDocx() for conversion and res.download() for sending the DOCX file. Error handling and temporary file cleanup are also required on the backend.

Complexity: 3/5
enhancement help wanted good first issue

A local, privacy-first résumé builder using LLMs and Markdown to generate ATS-ready DOCX files with Pandoc — no cloud, no tracking.

TypeScript
#ai-resume-builder#local-llm#resume-builder