Open Issues Need Help
View All on GitHubAI 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.
A local, privacy-first résumé builder using LLMs and Markdown to generate ATS-ready DOCX files with Pandoc — no cloud, no tracking.