A personal resume site I built for a friend. I included this because a two things make it more than a static resume site:
Admin panel
I designed it so that Darby can sign in and edit every section on her own without touching code or redeploying. Changes go live immediately.
AI chatbot with section-scoped context
A chat widget sits at the bottom of the page so recruiters can ask questions about her background in natural language.
The interesting part though: a visitor can highlight any section of the resume and ask about that specifically, and the model answers with the highlighted text as focus while still having the full resume as context. It's scoped question-answering rather than generic RAG over the whole document.
Stack
- Next.js on Vercel
- Tailwind for styling
- Admin-authored content persisted server-side so edits stick across deploys