8
7 Comments

Launched my first web project on PH

Hi Indie Hackers 👋

I work as a full-time iOS Developer, but I've always been interested in the new technologies/libraries/frameworks that the web has. I decided to make my first web project as a solution to a problem I was having a work, which was to transfer couple files and folders (~ 300MB) multiple times to another computer at the office. I couldn't use Dropbox on that machine and I didn't want to use up the Slack storage space for it either.

There probably exists multiple other apps that can solve this, but I wanted to make my own because I thought it's a simple enough concept that would be good for learning the web technologies I wanted.

I started working on this project about 2-3 months ago and used the following tech stack:
Vue, Typescript, Node, Parcel-Bundler, AWS Lambda, S3, DynamoDB, Azure Storage, Netlify

The product I ended up making was ShareFiles and it had the following features:

  • Drag n' Drop files/folders
  • Files automatically zipped to conserve space and to speed up the process
  • See all files and their respective sizes before uploading/downloading
  • Links and files deleted automatically after 24 hours
  • Links Management
  • No file size limit (theoretically)
  • No Registration
  • Free

I published the project last Thursday on PH and while it didn't do great, I loved working on this project and I learned a lot of things so I'm pretty happy with it 😃

  1. 1

    Did you get any signups?

    1. 1

      I didn't add any registration to this product to reduce the friction and to get more people to try it out.
      I've had over 1.2k visitors to the site. From those users, files/folders have uploaded about 120 times and downloaded 110 times.

      1. 1

        Are you tracking the users returning?

        1. 1

          Yeah, and it's pretty low right now but I'm fine with that. I didn't imagine this would be a product someone uses everyday or frequently anyways.

  2. 3

    This comment was deleted 4 years ago

    1. 1

      I will also add to it, that "Google Translate" in the upper left corner, where the logo should be, makes this look a bit unprofessional. I would remove that completely.
      The idea is awesome, and folder upload function is great as well.
      One thing I would add is end to end encrypting. Allowing users to pick a password and encrypt whole zip or at least password lock it. I would be a bit affraid now, that you have access to all my files.

      1. 1

        Thank you Bart, I will remove the google translate option and consider adding the end to end encryption functionality.

    2. 1

      Thank you, Mick, for your advice. I am going to add a feature list, FAQ and contact page that should hopefully resolve those issues. I was focused on building just the product at least for the launch.