Back to projects

2023 · Archived

SHARESAFE

A privacy-focused file sharing web app for sending files securely to specific groups.

Project cover for SHARESAFE.

Overview

SHARESAFE was designed as a web application for safe file sharing, making it easy to send documents, photos, videos, and other files without treating privacy as an afterthought.

The product focused on practical access control through groups, giving users a straightforward way to share files only with the people who should be able to see them.

Under the hood, the project combined a React frontend with a Node.js backend, PostgreSQL and Prisma for data management, and cryptography-related work around secure transfer and verification.

Highlights

  • Built around private file sharing so only intended groups can access uploaded files.
  • Separated the product into frontend and backend workspaces with dedicated test coverage.
  • Implemented security-focused functionality including encryption flows and key exchange work.