homeabout meblogprojectsstack
  • home
  • about me
  • blog
  • projects
  • stack
    github.com/figueroaignacio/
    linkedin.com/in/figueroa-ignacio/
    ignaciofigueroadev@gmail.com
Ignacio Figueroa
Ignacio FigueroaFullstack Developer & Programming Student at UTN

You can contact me below.

    github.com/figueroaignacio/
    linkedin.com/in/figueroa-ignacio/
    ignaciofigueroadev@gmail.com

N-bot

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

Posted by

Ignacio Figueroa
Ignacio FigueroaFullstack Developer & Programming Student at UTN

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.

Technologies Used

  • 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.
  • Next.js API Routes / Server Actions — to securely process and stream AI responses.