CodeWiki AI is an AI-powered developer documentation platform launched by Google. It uses the Gemini model to automatically analyze source code, generating and maintaining interactive wiki-style documentation to help developers understand and explore codebases more efficiently.
Users can directly search for target GitHub repositories on its official site, or prefix the repository URL with 'codewiki.google/' to access. Currently, it mainly supports publicly available repositories on GitHub.
According to official information, support for private repositories is under development and a future release is planned. The platform currently offers free services for open-source projects on GitHub.
The platform monitors Git commits to the connected code repositories. When code changes are made and merged, the system automatically re-scans and updates the related documentation to keep them in sync with the code state as much as possible.
It aims to reduce the high cost and drift of code documentation maintenance, help developers quickly understand complex project architectures, shorten the time to onboard to new codebases, and foster knowledge sharing within the team.
Currently, generating and hosting documentation for GitHub public repositories is provided for free. For future service models or paid private deployments, please follow the official announcements.
Yes. In addition to text summaries, it can automatically generate architecture diagrams and other visualizations from code, and it provides an intelligent Q&A bot integrated into the docs to answer questions about the codebase.
The platform offers a document request feature. If a specific public repository Wiki isn't found, users can submit a request for the platform to generate documentation for them.
Google Gemini AI is Google’s multimodal AI assistant, offering capabilities from text generation and coding help to data analysis. Available in free and premium tiers, it helps users handle everyday tasks or in-depth research and boosts productivity in writing, learning, and work.

Google AI for Developers is Google's official platform for developers, offering Gemini API, Gemma open-source models, and other advanced AI tools to help developers efficiently integrate intelligent capabilities and build innovative applications.