← Back to Blog

How I Built This Portfolio — With AI Agents

2026-07-01

This portfolio (nelthor.qzz.io) was built using agentic development workflows — not as a gimmick, but as a demonstration of how AI-augmented engineering works in practice.

The Stack

Next.js 15 static export, Tailwind CSS 4, TypeScript. Deployed to GitHub Pages with a free domain from DigitalPlat (qzz.io) and DNS hosted on FreeDNS (afraid.org). Standard tools, standard setup — but the process was anything but standard.

How It Was Built

Every feature followed the same cycle:

  1. Plan/project-foundation defined the spec (PRD, SRS, design)
  2. Refine/product-management structured the backlog into epics and stories
  3. Implement/sprint-development drove each story through code, review, and deploy
  4. Verify — Health checks (bun run health:check) validated assets, freshness, and consistency

The AI never worked alone. It proposed, I approved. It coded, I reviewed. It deployed, I verified.

The Agentic QA Angle

As a QA engineer, I approached this the same way I approach any deliverable: define acceptance criteria, test as you build, verify before shipping. The AI skills handled execution — I handled judgment.

The same discipline that catches bugs in production also catches broken layouts, stale content, and inconsistent branding. Quality is quality, whether the code is hand-typed or AI-generated.

What It Proves

This portfolio proves that agentic development is not about replacing engineers. It is about shifting the work from writing code to directing quality. The AI handles the mechanics; the engineer handles the intent.

That is what Agentic QA Engineer means to me.

Try It Yourself

The repo is a free GitHub template. Fork it, follow the README, and you'll have your own portfolio in minutes:

https://github.com/nelgoez/career-profile-up

Same tools, same workflow — yours to customize.