HexaSend is the FASTEST way to transfer files/text/links between 2 devices
- Upload: Visit
yoursite.com
→ drop anything (files/text/URLs). - Access: Open
yoursite.com
again on another device (That's it!)
- 📂 Files → Auto-downloads on the other device.
- 📝 Text → Provides "Copy" button.
- 🔗 URLs → Opens the link immediately.
For URLs, paste any text that starts with https://
or http://
One-time password login per device. After that, you can upload and access things without logging in ever again.
- No messy links like
yoursite.com/xNdsG
. You simply accessyoursite.com
on both devices! - Don't like how it looks? Just replace
public/style.css
with Classless CSS theme!
- 🚀 Instant Mode: Upload with a single key press
- ⏻ Log out After Upload: When uploading with a public PCs
- 🔒 Require password to access: Disable this when you need to share files quickly, no password required for access (if the one accessing has never been logged in before).
- 🖱️ Ctrl+V / Drag & Drop: Paste files or text quickly
- Set a login password inside
config/config.json
. You can also completely disable login page by settingloginPassword
to""
but you risk getting your uploads stolen by bots or unwanted content being uploaded to your site - run
docker compose up -d
- Set a login password inside
config/config.json
. You can also completely disable login page by settingloginPassword
to""
but you risk getting your uploads stolen by bots or unwanted content being uploaded to your site pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 80
This app is designed to upload and access things as fast as possible. If you need more features like cURL support, password encryption, expiration, etc., check out my other Project