HacktivCode is an AI-powered coding chatbot designed to assist developers with coding-related questions and challenges. Deployed at hacktivcode.site, it leverages OpenAI's GPT-3.5 Turbo model to provide concise and accurate solutions to a wide range of programming queries.
- AI-Powered Assistance: Utilizes OpenAI's GPT-3.5 Turbo for advanced natural language understanding and code generation.
- Language-Agnostic Support: Capable of providing assistance across various programming languages and technologies.
- Responsive Design: Offers a seamless and user-friendly experience on both desktop and mobile devices.
- Theme Customization: Toggle between light and dark themes to suit your preference.
Visit hacktivcode.site to interact with the chatbot. Enter your coding-related questions or challenges, and HacktivCode will provide concise and accurate responses.
If you want to contribute or run the project locally:
-
Clone the repository:
git clone https://github.com/HacktivSpaceCommunity/hacktivcode.git
-
Navigate to the project directory:
cd hacktivcode
-
Install dependencies:
npm install
-
Set your OpenAI API Key as an environment variable:
export OPENAI_API_KEY=your_api_key
-
Start the development server:
npm run dev
-
Open your web browser and go to
http://localhost:3000
to use HacktivCode locally.
- You can switch between light and dark themes using the theme toggle button in the navigation bar.
- Explore the HacktivSpace Community for additional tech resources and information.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions, feedback, or issues, please contact us at contact@hacktivcode.com.