june 2026
Vault
secure serverless dropbox.
the note
Vault is a secure file storage app I built to learn how real cloud uploads work.
The app lets users sign in, upload files, view them later, and delete them. The main thing I wanted to learn was not just “how do I upload a file,” but how to do it in a more realistic cloud setup: private S3 storage, short-lived presigned URLs, user ownership checks, and authenticated API routes.