nico.fyi
Published on

Serve a password-protected file for FREE

Authors
  • avatar
    Name
    Nico Prananta
    Twitter
    @2co_p

Few years ago I made this little project to solve my own problem. I needed a solution to make a file publicly downloadable, but

it should be FREE.
the files are password-protected.
the files can be directly downloaded, 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 project that allows me to store the files in private GitHub repository and serving them through Vercel, both of which are FREE.

Today I updated it to Next.js 14.


By the way, I' making a book about Pull Requests Best Practices. Check it out!