/code-aid

An AI-powered programming assistant designed to facilitate learning and problem-solving in programming, featuring interactive tools for code writing, debugging, and conceptual understanding, while avoiding direct code solutions.

Primary LanguageTypeScript

Code Inquiry Assistant

This tool is an LLM-based, personal coding assistant with the following main functionalities:

  • ask question
  • ask question from code
  • explain code
  • help fix code
  • help write code

It also has the following features:

  • stream data similar to ChatGPT
  • display pseudo-code instead of direct code solutions
  • rate each response and provide feedback
  • ask follow-up questions

Running the Tool:

yarn install
yarn dev