Skip to content
← All projects

resume-wrangler

FlutterDartAI
Side Project

The idea: you paste a job posting, an LLM analyzes it against your experience, and outputs structured resume data tailored to that role. That data feeds into a pixel-perfect renderer that produces a polished, printable resume.

Custom resume for every application. No manual reformatting. No copy-pasting bullet points between Word docs.

How it works

  1. Input — paste a job posting and your base experience data
  2. AI tailoring — an LLM matches your experience to the job requirements, rewrites bullets for relevance, and outputs structured JSON
  3. Render — the Flutter app takes that JSON and produces a pixel-perfect resume with real-time preview
  4. Export — print or save as PDF

The renderer is built in Flutter for cross-platform delivery. The AI pipeline handles the hard part: figuring out which of your experiences matter most for this specific job and framing them in the language the hiring manager is looking for.