A self-destructing message link service built with Django.
2025-07-30.15-11-08.mp4
- Create temporary links to secret messages
- Set expiration time (default: 24 hours)
- Optional one-time view (auto-deletes after opening)
- No user accounts required
- Messages will be encrypted at rest (password protected messages)
Will deploy soon, but in the meantime:
- Python 3.10+
- Django 5.2.4
pip install -r requirements.txt
cd BurnerLink
python manage.py runserver