MashuPack
Turn a local code folder into a single, structured text file for AI assistants like ChatGPT and Claude.
| What is it | Turn a local code folder into a single, structured text file for AI assistants like ChatGPT and Claude. |
|---|---|
| Pricing | Unknown |
| Platform | Web Application |
| Best for | preparing a codebase for analysis by ChatGPT or Claude, sharing a structured view of a project without sending raw files |
| Domain registered | 2026 |
Data updated May 25, 2026
What does MashuPack do?
MashuPack is a browser-based tool that takes a folder from your computer—like a code repository—and packages it into one clean, organized text file. It scans the folder locally, excludes binary files automatically, and outputs a document with a clear directory map and each file's content marked with start and end headers. This structured output is designed to be pasted directly into AI chat interfaces. The entire process happens in your browser; no files are uploaded to any server, keeping your code private.
It works by using your browser's File System Access API to read folders you drag and drop. The core logic for building the file tree and managing selections is written in Rust and runs in a Web Worker, making it fast even for large projects. Key features include a live file tree you can browse, the ability to select specific files or file types for export, and a token estimator to check if your output will fit an AI model's context window before you download. The exported text uses explicit path markers, which helps AI tools navigate the content as if it were a real project.
This tool is most useful for developers and technical writers who need to share code context with AI assistants for analysis, debugging, or documentation. A common use case is preparing a codebase to ask Claude or ChatGPT questions about its structure, to find a specific function, or to trace dependencies. It's also handy for creating portable, text-based snapshots of a project's state that are easy to share and search.
Key features
What makes it stand outWho is MashuPack for?
Who benefits most from this toolTrust & presence
Similar tools
Desktop app that selects code from your project and sends it with context to web-based AI assistants like ChatGPT and Claude.
Browser extension that adds folders, search, and prompt management to ChatGPT and Claude.
Desktop and mobile AI assistant app — chat with documents, generate code, create images, and access multiple AI models in one interface
A local AI assistant for your terminal — describe tasks in plain English, get the correct shell command instantly.
Downloadable guides that show you how to use AI tools like ChatGPT, Claude, and Pika for business workflows
AI coding assistant that writes, tests, and documents code directly in your IDE and GitHub workflow
Transform your codebase into AI-ready context files — compress once, enable your whole team to get expert-level answers from any AI.
AI assistant that reads, edits, and creates files in your workspace — automate document tasks without coding