FolderMix Web
A small web wrapper for FolderMix, built by Shay Palachy-Affek.
Turn an entire folder into one AI-friendly file.
Upload a project folder as a .zip. The server runs FolderMix and returns a single Markdown file you can upload into ChatGPT, Claude, Gemini, Codex, or another assistant while preserving the working context from the folder in an AI-friendly format.
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]"