JOKER

📁 → 📃 → 🤖

Upload. Convert. Let AI Understand Your App.

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 map
  • src_dump.txt — source files (masked)
  • tests_dump.txt — test files
  • config_dump.txt — config files
  • scripts_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.

  1. Prepare: Open your project. Exclude heavy folders if possible.
  2. Select: Choose a folder or drag & drop (coming soon).
  3. Zip: Files are zipped locally first.
  4. Upload: The zip is sent to /api/pack.
  5. Download: Get dumps.zip and 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.