Show HN: I built an AI that turns GitHub codebases into easy tutorials
a year ago
- #AI
- #Tutorial
- #GitHub
- Tutorial on building an AI agent to analyze GitHub repositories and generate beginner-friendly tutorials.
- Uses Pocket Flow, a 100-line LLM framework, to crawl and analyze codebases.
- Identifies core abstractions and interactions within the code.
- Transforms complex code into clear tutorials with visualizations.
- Supports analyzing both GitHub repositories and local directories.
- Generates tutorials in multiple languages, including English and Chinese.
- Includes options to specify files to include/exclude and set maximum file size.
- Built using Agentic Coding, where humans design and AI agents code.
- Powered by Pocket Flow, enabling AI agents to build applications.
- Step-by-step YouTube development tutorial available.