> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Google's New AI Tool Solves a Problem for Every Lazy Developer
- URL: https://itsfoss.com/news/google-code-wiki/
- Published: 2025-12-02T11:17:07.000Z
- Updated: 2025-12-02T11:17:07.000Z
- Description: Code Wiki uses Gemini to create and maintain up-to-date documentation for code repositories.
- Author: Sourav Rudra
- Tags: News

Back on November 13, Google launched [Code Wiki](https://developers.googleblog.com/en/introducing-code-wiki-accelerating-your-code-understanding/?ref=itsfoss.com) in public preview. The platform automatically generates and maintains documentation for code repositories using [Gemini](https://gemini.google.com/?ref=itsfoss.com).

The tool addresses what Google calls **software development's biggest, most expensive bottleneck**, "*reading existing code*". In simple terms, Code Wiki keeps documentation constantly updated as the codebase develops.

Instead of static content that becomes outdated, it serves as a living wiki that evolves with every code change. Here's what it brings to the table. 👇

## Code Wiki: Ciao Manual Documentation?

![this is a cutout from the official code wiki website hosted by google, it shows a minimal blue/black themed website with a search bar in the middle](https://itsfoss.com/content/images/2025/12/google-code-wiki-website.png)

Code Wiki **creates interactive documentation** that links high-level explanations directly to specific code files, classes, and functions. Every wiki section is hyperlinked to relevant code files and definitions, merging reading and exploring into a relatively simple workflow.

The platform scans the full codebase and creates fresh documentation after each change. It can automatically generate architecture diagrams, class diagrams, and sequence diagrams that change with the code.

**A Gemini-powered chat agent is also built in** that uses content from the up-to-date wiki as context to answer specific questions about the code repository.

### An Early Preview

![](https://itsfoss.com/content/images/2025/12/google-code-wiki-website-search.png)

![](https://itsfoss.com/content/images/2025/12/google-code-wiki-website-agentic-chat.png)

**Code Wiki does a surprisingly good job!*

I tested Code Wiki by searching for the [Kubernetes repository](https://codewiki.google/github.com/kubernetes/kubernetes?ref=itsfoss.com). It displayed a detailed page with video, diagrams, and text explanations of the project structure. 

After that, I asked the integrated Gemini chat a basic question about what the repository contains. It listed everything cleanly and organized the information in a way that made sense (*using bullet points and so on*).

If you want to check it out yourself, then the [Code Wiki website](https://codewiki.google/?ref=itsfoss.com) is already live as a public preview. It should work well for searches of public repositories.

[Code Wiki (public preview)](https://codewiki.google/?ref=itsfoss.com)

**Google is also developing a Gemini CLI extension** for private repositories, where developers and teams will be able to run Code Wiki locally on their internal codebases. It is **not live yet**, but you can [join the waitlist](https://developers.google.com/profile/badges/community/sdlcagents/gca-agents?ref=itsfoss.com) to get access when it launches.