PorunC

PorunC / CodeWiki

Public

Code knowledge platform that analyzes repositories into AST graphs, builds GraphRAG indexes, and generates source-grounded developer wikis with FastAPI, React, and LiteLLM.

51
0
89% credibility
Found May 19, 2026 at 52 stars 3x -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

CodeWiki is a local-first platform that automatically documents your code projects. It scans your codebase to understand its structure and relationships, then uses artificial intelligence to generate clear wiki-style documentation with diagrams. You can browse the documentation, ask questions about your code in plain language, and export everything as a website or note-taking vault. The tool supports many programming languages and can translate documentation into different languages.

How It Works

1
📂 You have a codebase that needs documenting

You have a project with lots of code that nobody fully understands anymore, and you want to create clear documentation for it.

2
🛠️ You install CodeWiki and start it up

With one simple command, you install the tool and launch it. A web interface opens in your browser ready to use.

3
🔗 You connect an AI service

You enter your AI service credentials so CodeWiki can use artificial intelligence to generate helpful documentation.

4
🔍 CodeWiki reads and understands your entire project

The tool automatically scans all your code files, understands how functions call each other, tracks imports, and builds a complete map of your project structure.

5
📝 Your documentation writes itself

CodeWiki automatically creates wiki pages explaining each part of your code, complete with diagrams showing how things connect.

6
You can now explore your code in two ways
📖
Browse the wiki

Navigate through organized documentation pages with diagrams and source code references.

💬
Ask questions

Type questions like 'How does authentication work?' and get answers with citations to your code.

🎉 Your project is now fully documented

You can export everything as a standalone website to share, or as an Obsidian vault for your note-taking system. New team members can finally understand your codebase quickly.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 52 to 51 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is CodeWiki?

CodeWiki is a local-first code knowledge platform that transforms your repositories into queryable documentation. Point it at any codebase, and it parses your code into an AST-based graph, extracts symbols like functions and classes, maps their relationships, and then lets you ask questions or generate wikis grounded in actual source code. It runs as a FastAPI backend with a React frontend, uses LiteLLM to unify different LLM providers, and supports nine programming languages including Python, TypeScript, Java, Go, and Rust. You interact with it through a CLI, web UI, or an MCP server that lets AI assistants like Copilot tap directly into your analyzed repositories.

Why is it gaining traction?

The core value prop is source-grounded answers. Unlike RAG systems that hallucinate, CodeWiki enforces that wiki pages and Q&A responses cite actual files and line numbers, validating references before promoting generated content. It handles incremental updates gracefully—track file changes and regenerate only affected wiki pages. The multi-language wiki translation built-in is a nice touch for international teams. The MCP server integration is particularly compelling: instead of copy-pasting code into a chat window, you get a tool that actually understands your codebase structure.

Who should use this?

- Backend engineers maintaining complex Python or Go services who need to document internal architecture - Teams evaluating GraphRAG for codebases and wanting a self-hosted alternative to GitHub Copilot - Technical writers generating developer documentation that requires source-of-truth accuracy - Developers building internal AI assistants that need reliable code understanding

Verdict

CodeWiki is architecturally sound and solves a real problem, but the 0.8999999761581421% credibility score reflects an early-stage project with limited community validation. At 51 stars, the ecosystem is still forming—expect rough edges and to potentially contribute fixes. If you want production-ready code knowledge management today, evaluate more established alternatives. If you're experimenting with GraphRAG workflows or want a self-hosted solution you can shape, CodeWiki is worth a weekend evaluation. The incremental update and MCP integrations are the standout features worth building around.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.