resume-wrangler
FlutterDartAI
Side ProjectThe 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
- Input — paste a job posting and your base experience data
- AI tailoring — an LLM matches your experience to the job requirements, rewrites bullets for relevance, and outputs structured JSON
- Render — the Flutter app takes that JSON and produces a pixel-perfect resume with real-time preview
- 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.