SuperShare is a lightweight and secure file-sharing web application that enables users to upload files and share them instantly across devices. The platform focuses on speed, simplicity, and ease of access without unnecessary complexity.
- Instant file upload and sharing
- Secure, shareable download links
- Time-limited file access
- Cross-device and cross-browser compatibility
- Basic file validation and security
- Upload and download status tracking
- One-click file sharing without mandatory account registration
- HTML
- CSS
- JavaScript
- Django
- SQLite / MySQL
- Gunicorn
- AWS (EC2 / Lightsail)
- Nginx (optional)
- Local storage / AWS S3 (optional)
- Python 3.x
- Git
- Virtual environment (recommended)
git clone https://github.com/your-username/supershare.git
cd supershare
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver