I Built an AI-Powered Portfolio Template (and You Can Use It)

Published: (June 13, 2026 at 04:49 AM EDT)
2 min read
Source: Dev.to

Source: Dev.to

As a CS student learning backend development, I got tired of the same boring portfolio templates everywhere. You know the ones — hero section, projects, contact form, done. Nothing that actually shows how you think or work. So I built my own. And I added something most portfolios don’t have — a terminal-style AI chat agent that lets visitors actually talk to my portfolio. What it does Instead of reading through your about section, visitors can just ask: “What stack do you use?” And the AI answers — instantly, in a terminal UI that sits right in the hero section. It also has a Dev Mode toggle that switches the navigation from normal buttons to REST-style API routes: GET /projects 200 OK Small detail. But if you’re a developer looking to hire another developer, it lands differently than a generic “See My Work” button. The tech Kept it dead simple on purpose: Pure HTML, CSS, JavaScript — no React, no npm, no build step Anyone can open the folder and understand it. No framework overhead. Just files. I chose Groq over OpenAI because the free tier is genuinely free and the response speed is noticeably faster for a chat widget — no loading spinner killing the UX. What’s inside Why I’m sharing it It takes about 5 minutes to set up. Live Demo: https://portfolio-two-amber-6tr3dimpay.vercel.app/ Get the template: https://payhip.com/b/0zJEc ** If you use it, I’d love to see what you build with it. Drop your portfolio link in the comments.

0 views
Back to Blog

Related posts

Read more »

The spec is in the wrong place

My day job is at a large tech company. Hundreds of engineering teams, and every one of them is somewhere different on AI adoption. Some are still treating codin...

The Heuristics Say Don't

A culture that only records its disasters ends up with a biased archive. Wars documented, plagues chronicled, collapses catalogued. The quiet decades go unwritt...