I’ve been working with decentralized storage recently and using Filebase in one of my projects.
At some point, I kept running into upload timeouts. After a bit of debugging, it turned out to be a super low-level issue — my Wi-Fi router ![]()
A simple reboot fixed it.
Still, I wanted a quicker and more convenient way to test Filebase uploads while developing, so I vibe-coded a small Next.js web tool just for this purpose.
Codebase:
Live preview:
Screenshot:
Nothing fancy, just a lightweight tool to quickly check whether Filebase uploads are working as expected. Might be useful if you’re dealing with Filebase or S3-compatible storage too.
