A small web wrapper for FolderMix, built by Shay Palachy-Affek.
FolderMix Web
Turn an entire folder into one AI-friendly file.
Upload a zipped project folder and get back a single context.md file you can upload into ChatGPT, Claude, Gemini, Codex, or another assistant while preserving the working context from the folder.
Files are processed temporarily and deleted after conversion. Do not upload secrets, passwords, private keys, medical records, financial records, or other confidential data.
More detail
50 MB max. This is the simple web version for smaller jobs. For larger folders, OCR, sensitive work, or heavier workflows, use the terminal version below.
Use locally in the terminal
pip install foldermix
foldermix pack PATH --out context.md
uv tool install "foldermix[all,markitdown]"