diff --git a/README.md b/README.md index c6d0ef1..808ca2d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and builds a knowledge base from the code. It analyzes entire codebases to identify core abstractions and how they interact, and transforms complex code into beginner-friendly tutorials with clear visualizations. +- Check out this demo website to use it without installing anything: [Tutorial-Codebase-Knowledge website demo](https://tutorial-codebase-knowledge.vercel.app) + - Check out the [YouTube Development Tutorial](https://youtu.be/AFY67zOpbSo) for more! - Check out the [Substack Post Tutorial](https://zacharyhuang.substack.com/p/ai-codebase-knowledge-builder-full) for more!