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
Everything you need to understand and document repository structures
Beautiful, copyable directory structure with ASCII art formatting
Automatically detect frameworks, languages, and tools used
Get intelligent analysis of code organization and project structure
Export as Markdown, JSON, plain text, or AI prompts
Search and filter files by type, importance, or custom criteria
Copy structures in various formats with a single click
Example output from analyzing a Next.js repository
📁 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