Use this link to visit the download page:
Open the page, get the app files, and then use the steps below to run it on Windows.
folder-structure-visualizer lets you paste an ASCII folder tree, see it as a clean folder layout, and export it as a ZIP file.
Use it when you want to:
- turn a text-based folder tree into real folders and files
- build a starter project from a folder plan
- share a project structure with your team
- create a scaffold ZIP for a new app, site, or tool
- check a folder layout before you build it
Before you start, make sure you have:
- a Windows PC
- a web browser such as Chrome, Edge, or Firefox
- enough free space to save the app and any ZIP files you create
- a ZIP tool if Windows does not open the file on its own
If the app comes as a folder or ZIP file, save it somewhere easy to find, like the Downloads folder or Desktop.
Follow these steps in order.
Go to:
Look for the app files or release files on the page.
If you see a ZIP file, download it to your PC.
If you see a folder with the app files, download the full folder as provided.
Save the file in a place you can reach fast, such as:
- Downloads
- Desktop
- Documents
If the download is a ZIP file:
- right-click the ZIP file
- choose Extract All
- pick a folder
- click Extract
If the download is already a folder:
- open that folder
Look in the folder for the main app file.
Common file names may look like:
index.htmlapp.exestart.batrun.bat
Double-click the file that starts the app.
If Windows asks how to open the file, choose your web browser for HTML files or choose the app for EXE files.
After the app opens, you can:
- paste an ASCII folder tree into the input area
- review the folder layout on screen
- export the structure as a ZIP file
- save the scaffold to your computer
A folder tree is plain text that shows folders and files with lines and spaces.
Example:
my-project
βββ src
β βββ index.js
β βββ app.js
βββ public
β βββ index.html
βββ package.json
You can paste a structure like this into the app. It will read the tree and build a project scaffold from it.
To make a project ZIP:
- paste or type your folder tree
- check the preview
- choose the export option
- save the ZIP file
- open the ZIP file to see the folders and files
This helps when you want a clean starter layout for a new project.
Use the app to turn a plan into a real folder set.
Make a ZIP and send it to another person.
Use the preview to spot bad file names or a structure that feels too deep.
Keep one folder tree for each kind of project and export it when needed.
The app may use common web or Windows files such as:
- HTML files for the interface
- JavaScript files for the app logic
- a ZIP file for exports
- Windows batch files for launch steps
If the app opens in your browser, it is still running on your computer.
If you see a security prompt:
- check that the file came from the link above
- right-click the file
- choose Properties
- if you see an Unblock option, select it
- click Apply
- try opening the file again
If the file is a batch file or app file, Windows may ask for permission before it opens.
Keep your folder trees easy to read:
- use one folder name per line
- use spaces and line symbols in a steady pattern
- avoid extra symbols that do not belong in the tree
- keep file names short and clear
- use
.js,.html,.css, and.jsonwhere needed
A clean tree gives you a cleaner ZIP.
Here is a simple layout you can use:
website-starter
βββ src
β βββ main.js
β βββ styles.css
βββ assets
β βββ logo.png
βββ index.html
Paste that into the app and export it as a ZIP to get a starter project structure.
Try these steps:
- make sure the file fully downloaded
- extract the ZIP again
- open the main file from inside the extracted folder
- try a different browser if it opens in a browser
- restart your PC and try again
If the app uses a local web file, open the HTML file in Chrome or Edge.
- Repository: folder-structure-visualizer
- Description: Visualize ASCII folder trees and export them as downloadable project scaffold ZIPs
- Topics: developer tools, filesystem, folder structure, JavaScript, Node.js, project scaffolding, React, visualization, Vite, ZIP generator
- visit the download page
- download the app files
- extract the ZIP if needed
- open the main app file
- paste a folder tree
- export the ZIP scaffold