2025-04-02 17:07:05 -04:00
---
layout: default
title: "Home"
nav_order: 1
---
2025-04-04 13:32:10 -04:00
# Turns Codebase into Easy Tutorial
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
Ever stared at a new codebase written by others feeling completely lost? This project analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
<p align="center">
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
<img
src="./assets/banner.png" width="800"
/>
</a>
</p>
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
Built with [Pocket Flow ](https://github.com/The-Pocket/PocketFlow ), a 100-line LLM framework.
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
## Example Result
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
- [Autogen Core ](./AutoGen Core/index.md )
2025-04-02 17:07:05 -04:00