Code Wiki is an automated, intelligent documentation platform designed to generate and maintain a fully structured wiki for any code repository, updating continuously as the code changes. It scans the full codebase and regenerates documentation after every commit, ensuring the docs evolve in sync with the code; the system also includes an integrated chat interface powered by the Gemini model, enabling developers to ask detailed questions about the code and receive answers grounded in the actual repository. Documentation is hyperlinked to the underlying files and definitions, so users can seamlessly navigate between high-level explanations and specific code. Code Wiki automatically produces architecture diagrams, class hierarchies, and sequence workflows to provide visual context for complex relationships within the code.