mirror of
https://github.com/Zhoros/HexaSend.git
synced 2025-12-16 22:54:29 -06:00
main
HexaSend
HexaSend is the FASTEST way to transfer files/text/links between 2 devices
How it works
- Upload: Visit
yoursite.com→ drop anything (files/text/URLs). - Access: Open
yoursite.comagain 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://
Security (Optional)
One-time password login per device. After that, you can upload and access things without logging in ever again.
Please star this repo if you find it useful, thank you!
Why it's better than other similar apps 🔥
- No messy links like
yoursite.com/xNdsG. You simply accessyoursite.comon both devices! - Don't like how it looks? Just replace
public/style.csswith Classless CSS theme!
Features 🌟
- 🚀 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
Screenshot
Run With Docker 🐋
- Set a login password inside
config/config.json. You can also completely disable login page by settingloginPasswordto""but you risk getting your uploads stolen by bots or unwanted content being uploaded to your site - run
docker compose up -d
Run Without Docker 💻
- Set a login password inside
config/config.json. You can also completely disable login page by settingloginPasswordto""but you risk getting your uploads stolen by bots or unwanted content being uploaded to your site pip install -r requirements.txtuvicorn main:app --host 0.0.0.0 --port 80
Need more features?
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
Languages
HTML
62.5%
Python
36.4%
Dockerfile
1.1%