A developer shipped a working open-source alternative to Dropbox in just one week after influential developer swyx posed a challenge on X. Locker, launched at locker.dev, allows users to build their own file storage system using S3-compatible storage providers, reaching Hacker News front page with 148 points and 125 comments by April 7, 2026.
The rapid development from challenge to launch demonstrates both the power of modern development tools and the concept of "nerd-sniping" — where a well-placed question from an influential developer sparks immediate community action.
Developer Zm44 Ships Working Product Within One Week
The project began on April 1, 2026, when swyx (@swyx) posted: "am i crazy or why has nobody seemed to make an open source dropbox on cloudflare r2?" The question received 365 likes, 93 replies, 201 bookmarks, and 81,622 impressions, sparking extensive discussion about the technical challenges of building Dropbox alternatives.
Developer Zm44 responded by building and shipping Locker within one week. The April 5 launch post generated 859 likes, 42 retweets, 953 bookmarks, and 58,346 impressions. By April 7, the project had reached Hacker News front page under the title "Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead."
Locker Features BYOB Architecture and Provider Agnostic Design
Locker distinguishes itself through its "Bring Your Own Bucket" (BYOB) architecture, allowing users to maintain complete control over their storage infrastructure. Key features include:
- Support for multiple storage providers: S3, Cloudflare R2, Vercel Blob, or local storage
- Virtual file system implementation
- QMD (query, metadata, document) search plugin
- MIT-style open-source licensing
The BYOB approach addresses privacy concerns while enabling users to leverage cheap object storage services. Users control their own buckets and data, avoiding vendor lock-in while gaining Dropbox-like functionality.
Community Highlights Technical Challenges Beyond Storage
Hacker News discussion revealed that the primary challenges in building Dropbox alternatives extend beyond simple storage. Community members noted that reliable sync clients, conflict resolution, partial downloads, and edge cases accumulated over years represent the core difficulties.
One commenter explained: "An open source Dropbox on R2 doesn't exist at production quality because the hard part isn't the storage. It's the sync client, conflict resolution, partial downloads and the 6 years of edge cases." Another added: "Storage is easy; reliable state reconciliation is where most builds die."
Despite these acknowledged challenges, Locker's rapid development and strong community reception demonstrate significant demand for open-source file storage alternatives. The project provides a foundation that developers can build upon, with the transparency of open-source code enabling community contributions to address remaining technical challenges.
Key Takeaways
- Developer Zm44 built and shipped Locker within one week after swyx's April 1, 2026 challenge question received 365 likes and 81,622 impressions
- Locker reached Hacker News front page on April 7 with 148 points and 125 comments
- The tool features BYOB (Bring Your Own Bucket) architecture supporting S3, Cloudflare R2, Vercel Blob, and local storage
- Launch post on April 5 generated 859 likes, 42 retweets, 953 bookmarks, and 58,346 impressions
- Community discussion identified sync client, conflict resolution, and edge cases as primary challenges beyond basic storage functionality