CodeDrop
Feed your full project to Claude/Gemini/ChatGPT in one go
CodeDrop – Package and send full codebases to AI chats without file limits
Summary: CodeDrop is a local Chrome extension that packages entire codebases into token-optimized payloads for AI chats like Claude, Gemini, and ChatGPT. It performs local preflight checks with token estimates and exclusions, enabling users to paste a single payload and receive a validated ZIP of AI-generated code changes.
What it does
It lets users drag a full project folder, runs local token-aware preflight processing, and creates one payload to paste into AI chat interfaces. The extension then parses AI responses into a validated ZIP of changes for merging.
Who it's for
Developers needing to feed large codebases to AI tools without splitting files or dealing with upload limits.
Why it matters
It eliminates file size and upload restrictions by handling code packaging and response parsing entirely locally without servers or subscriptions.