Free · No signup required

Turn ChatGPT's file tree
into a real ZIP

Paste any LLM-generated file tree and download a working ZIP in seconds. Handles # comments, markdown links, and mixed indentation that break other tools.

↓ Paste your tree →See how it works
LLM output
my-api/
├── src/
│ ├── index.ts # Entry point
│ └── utils/
│ └── errors.ts # Helpers
├── .env.example
└── README.md
my-api.zip
📁my-api/src/
📁my-api/src/utils/
📄src/index.ts
📄src/utils/errors.ts
📄.env.example
📄README.md
100%
Free
<1s
Generation time
0
Signups required
Built specifically for LLM output

Other tools were built for humans typing file trees. LLMs produce a different format entirely.

#
Strips inline comments
LLMs annotate every line with # descriptions. Tree2Zip strips them — other tools create files named index.ts # Entry point.
[md]
Handles markdown links
ChatGPT often renders filenames as [README.md](http://...). We extract the real filename automatically.
└─
Mixed indentation detection
Uses column-position depth — not pipe counting. Works correctly whether the tree uses or spaces after └──.
No signup. No limits.
Completely free, no account required. Paste your tree, get your ZIP, close the tab.
How we compare

Generic tree-to-zip tools were not built for the quirks of AI-generated output.

Tree2ZipLLM-native
Strips # comments before parsing
Unwraps markdown links like [README.md](url)
Column-position depth — survives mixed spacing
Live file count before you download
Correct ZIP filename uses your root folder name
Generic toolsnot built for AI
Creates files named index.ts # Entry point
Creates files named [README.md](http://...)
Misplaces files after └── into wrong folders
No preview — blind download
Always downloads as project.zip
Three steps. Done.
1
Ask your LLM for a file tree
Tell ChatGPT, Claude, or Gemini to scaffold your project. Copy the tree it outputs — comments, links, and all.
2
Paste it in
Drop the tree into Tree2Zip. See the live file and folder count update as you paste — confirmation before you commit.
3
Download your ZIP
Hit download. Your perfectly structured project ZIP is ready in under a second, named after your root folder.
✓ Free · No signup required
Ready to scaffold your next project?

Stop manually creating folders. Paste the tree your AI gave you and get building.

Paste your tree →
Works with ChatGPT, Claude, Gemini, Copilot, and any LLM output