Last update: March 8, 2026
Contributions
👍🎉 Thank you for considering contributing to the AI HUB Docs! 🤖🌍
We welcome contributions from everyone, whatever their level of expertise. By contributing, you're helping us improve our guides and promoting the growth of the AI community worldwide.
To ensure a smooth collaboration experience, please review the following guidelines.
Code of Conduct & Ethics
AI HUB follows a strict Code of Conduct that establishes standards for respectful and inclusive participation.
- Ethical Use: We strictly prohibit the use of our guides for illegal activities, scamming, catfishing, and any form of fraud.
- Respect: We ask all contributors to adhere to these guidelines, show empathy, and respect different opinions when participating in AI HUB projects.
Issues & Feedback
If you don't want to write code/markdown but still want to help, we appreciate any feedback!
- Suggestions: Leave suggestions in the #suggestions channel.
- Report Issues/Bugs: Use the #ai-help-forum or open an Issue on our GitHub Repository.
- Direct Contact: Reach out to @eddycrack864 in the AI Hub Discord.
How to Contribute to the Docs
We use Retype for building our docs. It's simply Markdown with special effects. You can use two types of environments to start editing the docs:
A. GitHub Codespaces (Cloud - Recommended)
Pros: Easy to use, doesn't take up local storage. Cons: Limited free time per month.
- Navigate to our GitHub Repository and Fork it.
- Go toGitHub Codespaces, click New codespace, select your forked repo, and click Create Codespace.
- Create a new branch for your edits:
git checkout -b your-branch-name - In the Terminal, insert:
npm install retypeapp --global - In the
retype.ymlfile, insert a#before the docs link inurl:, so it looks likeurl: # https://docs.aihub.gg/. (This allows local previews to route correctly). - In the terminal, insert:
retype start - Press the green button on the popup or click the Ports tab and check the
5001port to see the live preview. - Make your changes. When finished, remove the
#fromretype.yml. - Commit your changes, push to your branch, and open a Pull Request (PR).
- Delete the codespace when finished to save on usage.
B. Local Environment
Pros: Unlimited time. Cons: Takes up storage, slightly harder to set up.
- Make a Fork of the AI Hub Docs.
- Install Git and Install Node.js with npm.
- Open your terminal/cmd/powershell, and clone your fork:
git clone <your-fork-url-here> - Navigate into the folder and create a branch:
git checkout -b your-branch-name - In the Terminal, insert:
npm install retypeapp --global - In the
retype.ymlfile, insert a#before the docs link inurl:, so it looks likeurl: # https://docs.aihub.gg/. - In the terminal, insert:
retype startand openlocalhost:5001in your browser. - Make your changes. When finished, remove the
#fromretype.yml. - Commit your changes, push to your fork, and submit a PR.
Pull Request Guidelines
When submitting a pull request, please ensure:
- You provide a clear and descriptive title for the PR.
- You include a summary of the changes made and why they were made.
- You reference any related GitHub issues or Discord suggestions.
- AI-Assisted Content Policy: You can use AI tools (LLMs/Chatbots) to help refine or reword your contributions. However, since chatbots are not always up-to-date with every AI tool like RVC, every piece of content must be human-reviewed to ensure it is accurate before submitting.
Current To-Do List
Looking for something to work on? Here is our current roadmap of things we need help adding or fixing:
- General Revamps
- Add some useful r3gm tools like RVC Zero/Colab, AICoverGen CPU/ZeroGPU/Colab, UltimateVocalRemoverWebUI CPU, Audio Separator ZeroGPU/Colab, RVC Voice Model Finder. Need to check which is still working.
- Archive/Fix(?) Broken Ilaria HuggingFace Spaces.
- Add the other Mainline Download methods (AMD/Intel Windows, AMD Linux, Intel Linux) and more info https://discord.com/channels/1159260121998827560/1159290096458149938/1403086698895638570, https://discord.com/channels/1159260121998827560/1159290096458149938/1419361265314431067.
- Add RVC Termux Android (not a necessity).
- Update TTS Section.
- Add more to the Image Gen Section.
- Add and update other AI stuff, such as LLMs.
- Adapt all guides in the #guides discord channel to the Docs, to replace that channel.
- Remove/Archive Weights.gg/.com related things after its shutdown on March 31st 2026.
Communication
We value open and transparent communication.
- Website: docs.aihub.gg
- Discord: AI HUB
- Twitter:@AiHubCentral