Skip to content
ponderance / anmol
← Workshop

BigStorage

A Google Drive clone: auth, file storage, folders, sharing, and trash, on Next.js and AWS.

Solo developer Next.jsReactTypeScriptMaterial-UIAWS S3AWS CognitoDynamoDBVercel

A from-scratch Drive clone, built deliberately the hard way. Instead of assuming I knew the right approach for each piece, I worked out the actual best way to do auth retention, uploads, sharing, and the rest, one piece at a time. Cognito for accounts, S3 for files, DynamoDB for metadata, with folder navigation, previews, search, file sharing, and soft-delete trash on top.