<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Electronic boi</title>
    <description>The latest articles on DEV Community by Electronic boi (@electronic_boi_d77e22f9e5).</description>
    <link>https://dev.to/electronic_boi_d77e22f9e5</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3982411%2F92ff2bbd-8687-4896-9166-1243cfb808b9.png</url>
      <title>DEV Community: Electronic boi</title>
      <link>https://dev.to/electronic_boi_d77e22f9e5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/electronic_boi_d77e22f9e5"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Portfolio Template (and You Can Use It)</title>
      <dc:creator>Electronic boi</dc:creator>
      <pubDate>Sat, 13 Jun 2026 08:49:20 +0000</pubDate>
      <link>https://dev.to/electronic_boi_d77e22f9e5/i-built-an-ai-powered-portfolio-template-and-you-can-use-it-21f4</link>
      <guid>https://dev.to/electronic_boi_d77e22f9e5/i-built-an-ai-powered-portfolio-template-and-you-can-use-it-21f4</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of reading through your about section, visitors can just ask:&lt;/p&gt;

&lt;p&gt;"What stack do you use?"&lt;br&gt;
"Are you available for freelance?"&lt;br&gt;
"Tell me about your projects"&lt;/p&gt;

&lt;p&gt;And the AI answers — instantly, in a terminal UI that sits right in the hero section.&lt;/p&gt;

&lt;p&gt;It also has a Dev Mode toggle that switches the navigation from normal buttons to REST-style API routes:&lt;/p&gt;

&lt;p&gt;GET  /projects   200 OK&lt;br&gt;
GET  /skills     200 OK&lt;br&gt;
POST /contact    201 CREATED&lt;/p&gt;

&lt;p&gt;Small detail. But if you're a developer looking to hire another developer, it lands differently than a generic "See My Work" button.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The tech&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Kept it dead simple on purpose:&lt;/p&gt;

&lt;p&gt;Pure HTML, CSS, JavaScript — no React, no npm, no build step&lt;br&gt;
Groq API for the AI chat (free tier, fast inference)&lt;br&gt;
Deployed on Vercel in under 2 minutes&lt;/p&gt;

&lt;p&gt;Anyone can open the folder and understand it. No framework overhead. Just files.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's inside&lt;/strong&gt;&lt;br&gt;
Terminal AI chat widget (Groq powered)&lt;br&gt;
Dev Mode toggle with REST-style nav&lt;br&gt;
Project cards with stack tags and live/GitHub links&lt;br&gt;
Skills section with categories&lt;br&gt;
Contact form&lt;br&gt;
Fully responsive&lt;br&gt;
Clean, commented code — easy to customize&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I'm sharing it&lt;/strong&gt;&lt;br&gt;
I packaged it as a template so other developers can skip the build time and just personalize it. Change your name, projects, drop in your Groq API key, deploy.&lt;/p&gt;

&lt;p&gt;It takes about 5 minutes to set up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://portfolio-two-amber-6tr3dimpay.vercel.app/" rel="noopener noreferrer"&gt;https://portfolio-two-amber-6tr3dimpay.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get the template&lt;/strong&gt;: &lt;a href="https://payhip.com/b/0zJEc" rel="noopener noreferrer"&gt;https://payhip.com/b/0zJEc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
Who it's for**&lt;br&gt;
CS students who want a portfolio that stands out&lt;br&gt;
Developers tired of the same Tailwind + React portfolio everyone has&lt;br&gt;
Anyone who wants an AI feature without building a backend&lt;/p&gt;

&lt;p&gt;If you use it, I'd love to see what you build with it. Drop your portfolio link in the comments.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
