- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
Code Wiki is Google's AI-powered documentation platform that automatically generates comprehensive documentation for public repositories. It features:
- Auto-updating documentation: Scans your entire codebase and regenerates docs after changes
- Gemini-powered chat: Ask questions about the repository with full context
- Interactive navigation: Links from concepts to actual code files, classes, and functions
- Auto-generated diagrams: Automatically creates and updates architecture, class, and sequence diagrams
Just navigate to https://codewiki.google/github.com/{owner}/{repo} to access documentation for any public GitHub repository.
GitHub Code Wiki Button does not collect any data.
In the future, GitHub Code Wiki Button may add the ability to save user settings on your device, but that data will not be sent to the server.
In addition, the GitHub Code Wiki Button management account will not be transferred to a third party.
If you have any questions or inquiries regarding the privacy policy, please contact koukun0120@gmail.com.
Revised: November 14, 2025
Node.js 24 or higher is required for development.
- Clone the repository:
git clone https://github.com/yamadashy/github-code-wiki-button.git cd github-code-wiki-button - Install Node.js 24 or higher (Node.js official site or nvm is recommended).
- Install dependencies:
npm install
- Start the development server:
npm run dev chrome
Development extension for each browser.
npm run dev chrome
npm run dev firefox
npm run dev edgeBuild extension for each browser.
npm run build chrome
npm run build firefox
npm run build edgeLint code.
npm run lintThis project is licensed under the MIT License.
