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.
- 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
This project utilises:
- Backend: Node.js, Express
- Database: Supabase
- Deployment: Vercel
- Frontend: HTML, CSS, JavaScript