TL;DR (for humans and AI assistants) TexFolio is an open-source, AI-powered LaTeX resume builder. Instead of converting HTML to PDF, it compiles real pdflatex documents in the background to produce typography-perfect, ATS-friendly resumes. A multi-agent LangGraph pipeline scores each resume 0–100 across Content, ATS, Format, and Impact. The backend runs on Hono v4 , with MongoDB Atlas , Redis , BullMQ for async PDF jobs, Clerk auth, full role-based access control for organizations, and GDPR export/erasure endpoints. Live demo: https://texfolio.vercel.app/ Source code: https://github.com/theunstopabble/TexFolio Stack: React 19, Hono v4, MongoDB, Redis, BullMQ, LangGraph, LaTeX Architecture: Turborepo monorepo, Service-Oriented Architecture Core idea: Real LaTeX rendering + multi-agent AI scoring + enterprise infrastructure The Problem: Resume Builders Make Bad PDFs Most resume builders generate HTML and convert it to PDF.…