https://github.com/safdar-azeem/bundleit
Sharing large projects with Claude, Grok, Deepseek or ChatGPT.
https://github.com/safdar-azeem/bundleit
aitool bundleit claude deepseek grok tauri tauri-app vue
Last synced: 3 months ago
JSON representation
Sharing large projects with Claude, Grok, Deepseek or ChatGPT.
- Host: GitHub
- URL: https://github.com/safdar-azeem/bundleit
- Owner: safdar-azeem
- Created: 2024-11-10T03:52:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T02:11:03.000Z (3 months ago)
- Last Synced: 2025-03-19T03:22:29.701Z (3 months ago)
- Topics: aitool, bundleit, claude, deepseek, grok, tauri, tauri-app, vue
- Language: Vue
- Homepage:
- Size: 803 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## Installation 🚀
### Download
Download the latest version for your platform:
- [macOS (.dmg)](https://github.com/safdar-azeem/bundleIt/releases/tag/v0.1.4)
- [Windows (.exe)](https://github.com/safdar-azeem/bundleIt/releases/tag/v0.1.4)### Build from Source
1. Prerequisites:
```bash
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh# Install Node.js (16+) and Yarn
npm install -g yarn
```2. Clone & Install:
```bash
# Clone repository
git clone https://github.com/safdar-azeem/bundleit.git
cd bundleit# Install dependencies
yarn install
```3. Development:
```bash
# Run in development mode
yarn tauri dev# Build for production
yarn tauri build
```## Development Stack 🛠️
- [Tauri 2.0](https://v2.tauri.app/) - Framework
- [Vue 3](https://vuejs.org/) - Frontend
- [Rust](https://www.rust-lang.org/) - Backend
- [TypeScript](https://www.typescriptlang.org/) - Type Safety
- [Tailwind CSS](https://tailwindcss.com/) - Styling## Support 💬
If you encounter any issues or have questions:
- [Open an issue](https://github.com/safdar-azeem/bundleit/issues)
- [Check existing issues](https://github.com/safdar-azeem/bundleit/issues?q=is%3Aissue)---
Made with ❤️ by [Safdar Azeem](https://github.com/safdar-azeem)