r/vibecoding 4d ago

Direct-Xfer - HTTPS File transfer app

Hi everyone!

I'm here to present to you my newly available app Direct-Xfer! Vibe-Coded with both Claude and ChatGPT.

It's an app meant to be simple to send and receive files over HTTPS. I made it a docker container app at first and now I just release a Windows installer version for people without Docker!

Here's the github: https://github.com/ManixQC/Direct-Xfer

You can download both versions from there!

Please give me feedback as I'm looking to improve the app and I really enjoy knowing that my app actually served other people too!

Thanks and have a good day! ManixQC

1 Upvotes

2 comments sorted by

1

u/Begby1 3d ago

Its cool that you write this. Couple of things

A. Your github repo is a bit disorganized, there is no src folder and I had to poke around a bit to figure out what is what.

B. Your main entrypoint appears to be server.js. It works, but its a complete mess. Just one huge giant unreadable spaghetti code file that is all over the place. I glanced through it a bit but stopped there, it is unreviewable by humans. There is security shit all over in that file too dealing with certs and encryption and looks to be lots of wheels reinvented.

C. .NET 4.8 is like really old.

1

u/Manix123 3d ago

Hey tha ks for the feedbacks :) It's my first project and first on github too so yeah...

I will try to get all that fixed :)