Create a password-protected download link for FREE with GitHub and Vercel

Nico Prananta
Jun 17, 2021

I needed a solution to make a file publicly downloadable, but

  • ✅ it should be FREE.
  • ✅ the files should be password-protected.
  • ✅ the files can be directly downloaded, i.e., no download page.
  • ✅ the files can be downloaded from script or command line.

I couldn’t find anything that meets those requirements. So I made this small project to store the files in private GitHub repository and serving them through Vercel, both of which are FREE! 🎉.

Check out the quick demo video below.

Let’s get started

Here’s the repository.

And if you have time, please support it in Product Hunt!

--

--