<?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: chiheb nouri</title>
    <description>The latest articles on DEV Community by chiheb nouri (@chih3b).</description>
    <link>https://dev.to/chih3b</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1376446%2F334e51ab-052c-46d6-88e3-bc477c23cc83.png</url>
      <title>DEV Community: chiheb nouri</title>
      <link>https://dev.to/chih3b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chih3b"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Portfolio with Next.js, Supabase &amp; Groq - Here's How</title>
      <dc:creator>chiheb nouri</dc:creator>
      <pubDate>Sun, 11 Jan 2026 15:24:03 +0000</pubDate>
      <link>https://dev.to/chih3b/i-built-an-ai-powered-portfolio-with-nextjs-supabase-groq-heres-how-mm0</link>
      <guid>https://dev.to/chih3b/i-built-an-ai-powered-portfolio-with-nextjs-supabase-groq-heres-how-mm0</guid>
      <description>&lt;p&gt;Hey dev community! 👋&lt;/p&gt;

&lt;p&gt;I just finished building my portfolio as an AI Engineer, and I wanted to share the tech stack and some cool features I implemented.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Live Site: &lt;a href="https://www.chihebnouri.live" rel="noopener noreferrer"&gt;www.chihebnouri.live&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0ne3o68zih2ch83oxb9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0ne3o68zih2ch83oxb9.png" alt=" " width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Next.js 15 (App Router)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; Supabase (PostgreSQL)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS 4&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Features:&lt;/strong&gt; Groq API (Llama 3.3)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Diagrams:&lt;/strong&gt; Mermaid.js&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Features I'm Most Proud Of
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. AI Chatbot That Knows My Work
&lt;/h3&gt;

&lt;p&gt;There's a chatbot that can answer questions about my projects, experience, and skills. It pulls context from my database so it always has accurate info.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Deep Dive Project Chat
&lt;/h3&gt;

&lt;p&gt;Each project has its own AI assistant. Click "Deep Dive" on any project and you can ask technical questions about the architecture, challenges, and implementation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvm3rcljvzq7unck3tygf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvm3rcljvzq7unck3tygf.png" alt=" " width="800" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Interactive Terminal Mode
&lt;/h3&gt;

&lt;p&gt;Press the terminal icon and you get a CLI-style interface to explore my portfolio. Type &lt;code&gt;help&lt;/code&gt; to see commands.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqel0jktkfx9qua6qr0m6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqel0jktkfx9qua6qr0m6.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Smart Project Creator (Admin)
&lt;/h3&gt;

&lt;p&gt;In the admin panel, I can paste a LinkedIn post or project description, and AI generates the full project structure - title, tags, highlights, tech stack, everything.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Mermaid Diagrams
&lt;/h3&gt;

&lt;p&gt;Each project has an auto-generated data flow diagram showing the architecture visually.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time data:&lt;/strong&gt; Everything comes from Supabase, so I can update content without redeploying&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice input:&lt;/strong&gt; The chatbot supports speech-to-text&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text-to-speech:&lt;/strong&gt; AI responses can be read aloud&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scroll animations:&lt;/strong&gt; Smooth reveal animations as you scroll&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark mode:&lt;/strong&gt; Full dark theme support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building this taught me a lot about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Integrating LLMs into web apps&lt;/li&gt;
&lt;li&gt;Structuring data for AI context&lt;/li&gt;
&lt;li&gt;Making AI responses feel natural and conversational&lt;/li&gt;
&lt;li&gt;Optimizing for both SEO and user experience&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8wcghi8iqpeh3yer1buo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8wcghi8iqpeh3yer1buo.png" alt=" " width="800" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm an AI Engineer from Tunisia specializing in computer vision. I've built production systems for shoplifting detection, violence monitoring, facial recognition, and automated retail checkout. Featured at HANNOVER MESSE 2025.&lt;/p&gt;

&lt;p&gt;Check out the portfolio and let me know what you think! Happy to answer any questions about the implementation.&lt;/p&gt;




&lt;p&gt;🌐 &lt;strong&gt;Portfolio:&lt;/strong&gt; &lt;a href="https://www.chihebnouri.live" rel="noopener noreferrer"&gt;www.chihebnouri.live&lt;/a&gt;&lt;br&gt;
💼 &lt;strong&gt;LinkedIn:&lt;/strong&gt; &lt;a href="https://linkedin.com/in/chiheb-nouri" rel="noopener noreferrer"&gt;linkedin.com/in/chiheb-nouri&lt;/a&gt;&lt;br&gt;
🐙 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/chih3b" rel="noopener noreferrer"&gt;github.com/chih3b&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>nextjs</category>
      <category>portfolio</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
