Skip to content

safdar-azeem/bundleIt

Repository files navigation

BundleIt 📦

Simplify sharing large projects with AI tools like Claude, Deepseek or ChatGPT. Get more accurate, context-aware responses from AI—because better input means better output.

Features ✨

  • 🔒 100% offline processing - all data stays on your machine
  • 📂 Easy file/folder selection with tree view
  • 🔍 Live preview before bundling
  • ⚡ Fast file processing with smart caching
  • 🔎 File search and filtering
  • 🎯 Drag and drop support
  • 💾 Recent folders history

BundleIt Screenshot

Installation 🚀

Download

Download the latest version for your platform:

Build from Source

  1. Prerequisites:
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install Node.js (16+) and Yarn
npm install -g yarn
  1. Clone & Install:
# Clone repository
git clone https://github.com/safdar-azeem/bundleit.git
cd bundleit

# Install dependencies
yarn install
  1. Development:
# Run in development mode
yarn tauri dev

# Build for production
yarn tauri build

Development Stack 🛠️

Support 💬

If you encounter any issues or have questions:


Made with ❤️ by Safdar Azeem