This project is an AI chatbot designed to help users with programming problems. The chatbot can answer coding questions and explain programming concepts. It helps users understand errors and provides guidance for writing code.
The system is focused only on programming-related queries.
It is useful for beginners, students, and developers who need quick help with coding.
The goal of this project is to make programming support simple and accessible through an AI chatbot.
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/16GDxrIPzsgmtaUq2MtkJvXclaU-YtfNk
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev