Quick Start:
Type your folder tree in the ASCII editor (keyboard symbols: |, -, `)
or paste an existing Unicode tree in the Unicode editor. Both editors sync and preview each other.
When ready, click Generate ZIP to download your folder structure as real folders.
This platform provides two editors to help you create, paste, or edit folder tree structures and convert them into real folders.
Use the ASCII editor if you are typing your folder structure. It supports only symbols available on your keyboard: |, -, `.
project/
|-- src/
| |-- main.py
| `-- utils.py
`-- README.md
Use the Unicode editor if you are pasting a folder structure written with Unicode tree symbols.
project/
├─ docs/
├─ src/
│ ├─ main.py
│ └─ utils.py
└─ README.md
Both editors are linked: you can type in ASCII and see the Unicode preview, or paste in Unicode and refine it in ASCII.
Review your structure for accuracy. Click “Generate ZIP” to create and download your folder structure as a real, ready-to-use ZIP file.
💡 Pro Tip: Use this tool in your documentation or workflow to quickly turn ASCII or Unicode folder trees into real project folders—perfect for sharing setups, tutorials, or boilerplates.