Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Github Codebase Tutorial Generator

A Cloudflare Worker that automatically generates comprehensive tutorials from GitHub repositories using AI. It crawls repositories, identifies key abstractions, analyzes relationships, and creates structured markdown tutorials with chapters, code examples, and diagrams.
Expand Down Expand Up @@ -34,7 +36,7 @@ A Cloudflare Worker that automatically generates comprehensive tutorials from Gi
**Alternative: Use Cloudflare AI instead of Gemini**

- Uncomment AI binding in `wrangler.jsonc`
- Uncomment `AI: Ai;` in `src/worker/utils/types.ts`
- Uncomment `AI: Ai;` in `src/worker/index.ts`
- Uncomment Cloudflare AI code in `src/worker/utils/utils.ts` (lines 4-12)

3. **Setup Cloudflare resources:**
Expand Down