Back to Career Hub
EngineeringJune 10, 2026

My Personal Journey Building ResuDoc

How I built a modern, AI-powered resume builder from scratch.


Welcome to my personal post! While our AI handles the SEO top-of-funnel content, I can still drop my own .mdx files into the src/content/blog folder to share product updates and engineering deep dives.

Why MDX?

MDX allows me to write standard Markdown but also gives me the flexibility to drop in React components later if I want to embed interactive demos.

Here is a list of features we built:

  • AI Bullet Generation using OpenAI GPT-4o
  • Real-time Canvas Rendering using standard DOM
  • Glassmorphic UI using TailwindCSS v4

"Design is how it works." — Steve Jobs

Thanks for reading!