Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 888 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 888 Bytes

One-Time Link Generator

This project allows users to create one-time links to securely share content. Once the link is accessed, it becomes invalid, ensuring that content is only viewable once.

A live version of this project can be found here!

This project is released as open source to promote transparency and accessibility. I want others to benefit from the work I’ve done, whether it's for learning purposes or for enhancing their own projects.


Features

  • Generate one-time links to securely share content
  • Each link has a customisable expiration time
  • Links are marked as "viewed" after the first access, preventing reuse
  • Notifications for when clipboard is copied

Tech Stack

This project utilises:

  • Backend: Node.js, Express
  • Database: Supabase
  • Deployment: Vercel
  • Frontend: HTML, CSS, JavaScript