2025-04-04 13:01:50 -04:00
<h1 align="center">Turns Codebase into Easy Tutorial</h1>

<p align="center">
<i>Ever stared at a new codebase written by others feeling completely lost? This tutorial shows you how to build an AI agent that analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.</i>
</p>
2025-04-02 16:56:35 -04:00
<p align="center">
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
<img
2025-04-04 13:01:50 -04:00
src="./assets/banner.png" width="800"
2025-04-02 16:56:35 -04:00
/>
</a>
</p>
2025-04-04 13:01:50 -04:00
This project crawls GitHub repositories and build a knowledge base from the code:
- **Analyze entire codebases** to identify core abstractions and how they interact
- **Transform complex code** into beginner-friendly tutorials with clear visualizations
- **Build understanding systematically** from fundamentals to advanced concepts in logical steps
2025-04-02 16:56:35 -04:00
2025-04-04 13:01:50 -04:00
Built with [Pocket Flow ](https://github.com/The-Pocket/PocketFlow ), a 100-line LLM framework.