# ZipDrop ## Docs - [Cloudflare R2 Setup](https://mintlify.wiki/theforkproject-dev/zipdrop/configuration/cloudflare-r2-setup.md): Create an R2 bucket, generate API tokens, and configure permissions for ZipDrop - [Credential Storage](https://mintlify.wiki/theforkproject-dev/zipdrop/configuration/credentials.md): How ZipDrop securely stores R2 credentials using macOS Keychain - [Custom Domain Setup](https://mintlify.wiki/theforkproject-dev/zipdrop/configuration/custom-domain.md): Configure a custom domain for your R2 bucket to create branded upload URLs - [Architecture](https://mintlify.wiki/theforkproject-dev/zipdrop/development/architecture.md): Understanding ZipDrop's tech stack, project structure, and core modules - [Building for Production](https://mintlify.wiki/theforkproject-dev/zipdrop/development/building.md): Build, sign, and distribute ZipDrop for macOS - [Getting Started](https://mintlify.wiki/theforkproject-dev/zipdrop/development/getting-started.md): Set up your development environment and run ZipDrop locally - [Demo Mode](https://mintlify.wiki/theforkproject-dev/zipdrop/features/demo-mode.md): Test ZipDrop locally without cloud configuration - [Drag & Drop](https://mintlify.wiki/theforkproject-dev/zipdrop/features/drag-and-drop.md): Real-time file handling with Tauri event listeners and visual feedback - [Image Optimization](https://mintlify.wiki/theforkproject-dev/zipdrop/features/image-optimization.md): Automatic WebP conversion at 80% quality for maximum compression - [Multi-File Support](https://mintlify.wiki/theforkproject-dev/zipdrop/features/multi-file-support.md): Automatic ZIP creation for multiple files with strict validation - [Your First Upload](https://mintlify.wiki/theforkproject-dev/zipdrop/guides/first-upload.md): Step-by-step guide to uploading your first file with ZipDrop - [Keyboard Shortcuts](https://mintlify.wiki/theforkproject-dev/zipdrop/guides/keyboard-shortcuts.md): Master ZipDrop's keyboard controls for efficient file uploading - [Managing Uploads](https://mintlify.wiki/theforkproject-dev/zipdrop/guides/managing-uploads.md): View recent uploads, copy URLs, open files in Finder, and delete from R2 - [Installation](https://mintlify.wiki/theforkproject-dev/zipdrop/installation.md): Install ZipDrop on your Mac using Homebrew or manual download - [Introduction](https://mintlify.wiki/theforkproject-dev/zipdrop/introduction.md): A lightweight macOS menu bar app for instant file uploads to Cloudflare R2 - [Quick Start](https://mintlify.wiki/theforkproject-dev/zipdrop/quickstart.md): Start uploading files with ZipDrop in 5 minutes - [Configuration Storage](https://mintlify.wiki/theforkproject-dev/zipdrop/reference/configuration-storage.md): Technical reference for configuration management, Keychain integration, and persistent storage - [File Processing](https://mintlify.wiki/theforkproject-dev/zipdrop/reference/file-processing.md): Technical reference for ZipDrop's file processing and validation functions - [Tauri Commands](https://mintlify.wiki/theforkproject-dev/zipdrop/reference/tauri-commands.md): Complete reference for all Tauri commands exposed to the frontend