Files
Tutorial-Codebase-Knowledge/docs/index.md
2025-04-04 13:34:05 -04:00

41 lines
1.2 KiB
Markdown

---
layout: default
title: "Home"
nav_order: 1
---
# Turns Codebase into Easy Tutorial
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.
<p align="center">
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
<img
src="https://raw.githubusercontent.com/The-Pocket/Tutorial-Codebase-Knowledge/refs/heads/main/assets/banner.png" width="800"
/>
</a>
</p>
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
## Example Result
- [AutoGen Core](./AutoGen Core/index.md)
- [Browser Use](./Browser Use/index.md)
- [Celery](./Celery/index.md)
- [Click](./Click/index.md)
- [Crawl4AI](./Crawl4AI/index.md)
- [CrewAI](./CrewAI/index.md)
- [DSPy](./DSPy/index.md)
- [FastAPI](./FastAPI/index.md)
- [Flask](./Flask/index.md)
- [LangGraph](./LangGraph/index.md)
- [LevelDB](./LevelDB/index.md)
- [MCP Python SDK](./MCP Python SDK/index.md)
- [NumPy Core](./NumPy Core/index.md)
- [OpenManus](./OpenManus/index.md)
- [Pydantic Core](./Pydantic Core/index.md)
- [Requests](./Requests/index.md)
- [SmolaAgents](./SmolaAgents/index.md)