Ffile2fix
Sign in Get started
← All tools

Project Structure Organizer

Reorganize a validated project ZIP according to an explicit CSV, JSON, or folder-tree map and return a reviewable ZIP without executing uploaded code.

⚑ 199 points per successful run · Balance: 0 · Buy points

Upload a project ZIP

Upload a ZIP containing your files and describe the desired structure. The tool creates a new reviewable ZIP; it never edits the original.

Maximum 50 MiB, 2,000 entries, 20 MiB per file, and 100 MiB expanded content.
CSV needs source,target headers. JSON accepts a moves array. Tree maps use a folder tree and match unique filenames.

Organization preview

Your move preview and downloadable ZIP will appear here.

Example CSV map
source,target
AuthController.php,app/Controllers/AuthController.php
style.css,public/assets/style.css

Safety boundaries

Only regular files from a validated ZIP are copied. Traversal, symlink, special-file, duplicate, case-collision, file/parent conflicts, and unsafe target paths are rejected. Uploaded code is never executed or rewritten.