A lightweight, fast, and conversational AI chatbot built into my developer portfolio.
Posted by

N-bot is a custom-built AI chatbot that lives inside my personal portfolio.
Its goal is to provide a more interactive experience by helping visitors explore my work, understand my projects, and get answers instantly—almost like having a real-time guide inside the website.
N-bot doesn’t just reply; it adapts, follows context, and responds in a conversational, friendly way.
It feels more like a personal assistant than a typical chatbot.
Next.js — for the application structure, server components, and routing.Groq SDK — ultra-fast inference for generating responses in real time.AI API integration — to manage prompts, context, and conversation flow.Prompt Engineering — carefully crafted prompts to control tone, accuracy, and behaviour.React + TypeScript — for component logic, state management, and UI structure.TailwindCSS — for clean and lightweight styling.