I vibe-coded a Next.js web app to test Filebase uploads

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 :man_facepalming:

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.