FileCodeBox is a self-hosted file sharing tool that enables anonymous passcode-based file and text exchange without requiring user registration.
The tool addresses the need for simple, temporary file sharing by generating a passcode after upload that recipients use to retrieve content. Files and text are handled through a unified interface supporting drag-and-drop, paste, batch uploads, and chunked transfers. Expiration can be set by time, retrieval count, or configured for permanent storage, with automatic cleanup of expired content. The tool offers flexible storage backends including local filesystem, S3, OneDrive, WebDAV, and OpenDAL, allowing data to remain on self-hosted infrastructure.
FileCodeBox suits individuals and organizations seeking lightweight file sharing without the overhead of user accounts or complex permissions. It works well for temporary exchanges, internal team sharing, or scenarios where recipients need minimal friction to access files. The tool provides both a public sharing interface and an authenticated dashboard for managing uploads, viewing statistics, and configuring system settings including rate limiting and access protection.
Development activity shows consistent maintenance with regular updates addressing functionality and user experience. The project maintains comprehensive documentation covering deployment, storage configuration, security settings, and API usage. The codebase integrates established technologies including FastAPI for the backend and Vue 3 for the frontend, with support for dark mode and multiple storage providers indicating attention to both developer and end-user needs.