A very simple HC AI wrapper for a basic chat + coding assistance.
AntiVibe AI is a lightweight AI wrapper designed to provide basic chat functionalities and coding assistance. Built primarily with TypeScript, it offers a clean and straightforward interface for developers who want to integrate or experiment with simple AI capabilities in their projects.
- Chat Functionality: Seamless interaction with the AI through a clean chat interface.
- Coding Assistance: Basic support for generating and improving code snippets, it focuses on helping coders rather than allowing complete vibe coding.
- Lightweight Design: Built with minimal dependencies for ease of use and integration.
- Customizability: Easy to configure to meet specific requirements.
To get started with AntiVibe_AI, follow these steps:
-
Clone this repository:
git clone https://github.com/DefinetlyNotAI/AntiVibe_AI.git cd AntiVibe_AI
-
Install dependencies:
next install
-
Run the application:
next start
After running the application, you can interact with the AI or integrate it into your projects. Refer to the codebase and examples for specific implementation details.
Important
This is a AI that is hosted on ai.hackclub.com, its for ONLY teenagers in HACK CLUB, it requires no API KEY to communicate, below are HACK CLUB's t&c
You must be a teenager in the Hack Club Slack. All requests and responses are logged to prevent abuse. Projects only - no personal use. This means you can't use it in Cursor or anything similar for the moment! Abuse means this will get shut down - we're a nonprofit funded by donations.
curl -X POST https://ai.hackclub.com/chat/completions \
-H "Content-Type: application/json" \
-d '{
"messages": [{"role": "user", "content": "Tell me a joke!"}]
}'
We welcome contributions to enhance the project! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to your fork.
- Open a pull request to merge your changes into the main branch.
Please ensure your code follows the existing style and passes all tests.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as you see fit.
Thank you for using AntiVibe_AI! If you encounter any issues or have suggestions for improvement, feel free to open an issue or contribute to the project.