Create dumps
Upload your project folder. We zip locally, then send once.
Idle — 0%
Ready.
What to upload
- Your project folder (root)
- Large folders are OK; processing may be slower
- Images/other binaries are fine — they’re skipped
- Env/key files are summarized; secrets are masked
What you will get
project_map.md— directory & file mapsrc_dump.txt— source files (masked)tests_dump.txt— test filesconfig_dump.txt— config filesscripts_dump.txt— scripts / migrations- Files > ~1 MB include head/tail preview
To work effectively with AI in app development, you need to keep everything aligned. This tool helps by consolidating your program files into a few document files. Just upload your project folder to generate text files, which can then be imported into AI tools to give them a full understanding of your app.
- Prepare: Open your project. Exclude heavy folders if possible.
- Select: Choose a folder or drag & drop (coming soon).
- Zip: Files are zipped locally first.
- Upload: The zip is sent to
/api/pack. - Download: Get
dumps.zipand import into your AI tool.
- Local first: Zipping happens on your device. Nothing leaves until upload.
- Skip noise: Common build/cache dirs & noise files are excluded (e.g.
.git/,dist/,build/,.next/,.vercel/,venv/,__pycache__/,coverage/,out/,.turbo/,.DS_Store,Thumbs.db,*.log). - No images/binaries: Binaries (images, media, fonts, archives, etc.) are not converted to text.
- Mask secrets: Env-like lines and known key formats are masked as
***REDACTED***. - No server retention (app-side): The API streams back the result; it does not persist uploads.