Interactive ASCII folder structure diagram generator with powerful editing features and multiple project templates.
- 🌲 Visual tree explorer with interactive node editing
- 📝 Markdown-style list format support
- 🔄 Real-time bidirectional conversion between list and ASCII tree
- ⌨️ Rich keyboard shortcuts for efficient editing
- 📦 Project templates for popular frameworks (Next.js, Vite, T3 Stack, etc.)
- 🔧 Customizable interface with resizable panels
Write in the editor:
- src/
- components/
- ui/
- shared/
- pages/
- index.tsx
- about.tsx
- styles/
- globals.css
Get instant ASCII tree:
src/
├── components/
│ ├── ui/
│ └── shared/
├── pages/
│ ├── index.tsx
│ └── about.tsx
└── styles/
└── globals.css
Cmd/Ctrl + Z
: Undo last actionCmd/Ctrl + Shift + Z
: Redo last actionCmd/Ctrl + S
: Format markdown listCmd/Ctrl + K
: Show keyboard shortcutsAlt + ↑/↓
: Move line up/downTab/Shift + Tab
: Adjust indent levelEnter
: Continue list-
(at line start): Create list item
- Next.js (App Router)
- Next.js (Pages Router)
- Vite (React)
- Vite (Vue)
- T3 Stack
- Turborepo
- Remix
- Astro
- SvelteKit
- Basic Structure
https://ascii-tree.unimelb.top/
https://ascii-tree.mirotoys.com/
MIT License © 2025 Mirrorgo
Made with ❤️ by Mirrorgo