RepoAnalyzer
GitHub API
AI Powered

Analyze Any GitHub Repository

Get instant insights into any GitHub repository's structure. Copy file trees, detect tech stacks, and generate AI-powered analysis reports with beautiful, production-ready formatting.

Supports: github.com/user/repo, user/repo, or direct GitHub URLs

Try these popular repositories:

Powerful Features for Developers

Everything you need to understand and document repository structures

Interactive File Tree

Beautiful, copyable directory structure with ASCII art formatting

Tech Stack Detection

Automatically detect frameworks, languages, and tools used

AI-Powered Insights

Get intelligent analysis of code organization and project structure

Multiple Export Formats

Export as Markdown, JSON, plain text, or AI prompts

Advanced Filtering

Search and filter files by type, importance, or custom criteria

One-Click Copy

Copy structures in various formats with a single click

See It In Action

Example output from analyzing a Next.js repository

Repository Structure Preview

📁 next.js
├── 📁 .github
│   ├── 📁 workflows
│   └── 📄 CONTRIBUTING.md
├── 📁 packages
│   ├── 📁 next
│   │   ├── 📁 src
│   │   │   ├── 📁 client
│   │   │   └── 📁 server
│   │   └── 📋 package.json
│   └── 📁 eslint-config-next
├── 📁 examples
│   ├── 📁 with-typescript
│   ├── 📁 with-tailwindcss
│   └── 📁 blog-starter
├── 📄 README.md
├── 📋 package.json
└── ⚙️ next.config.js
⚡ TypeScript
⚛️ React
▲ Next.js
🟢 Node.js
🎨 Tailwind