DEV Community

Elias Djama
Elias Djama

Posted on

I Built a Tool to Clean Up My Messy Files โ€” Meet Clasyn ๐Ÿ—‚๏ธ

My laptop was a disaster.

Downloads folder? A black hole.
Desktop? More like a junk drawer.

After wasting too much time looking for files I knew I had, I finally gave up on manual cleanup and decided to code a solution. That weekend, I built a basic script to sort files by type and date. It worked surprisingly well โ€” so I kept going.

That script eventually turned into Clasyn, an AI-powered file organizer. You upload a bunch of messy files, choose how you want them organized (by type, date, or content), and Clasyn gives you a clean ZIP file with everything neatly sorted.

No setup. No manual dragging. Just drop your mess in, and get it back clean.

I used Next.js and the openai API for this project.

This is my first real solo product launch, and Iโ€™d love any feedback from fellow devs โ€” from the UI to the flow to edge cases I mightโ€™ve missed.

You can try it
Image descriptionhere

Happy to answer questions about how I built it, where I struggled, or what I learned along the way. ๐Ÿ™Œ

Top comments (0)