Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswanthabam/DropIT
DropIT is a fast and simple file-sharing platform. Share files without an account using a memorable code, ensuring easy and quick transfers across the internet.
https://github.com/aswanthabam/DropIT
fileshare nextjs
Last synced: 3 months ago
JSON representation
DropIT is a fast and simple file-sharing platform. Share files without an account using a memorable code, ensuring easy and quick transfers across the internet.
- Host: GitHub
- URL: https://github.com/aswanthabam/DropIT
- Owner: aswanthabam
- Created: 2024-04-04T06:38:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T19:22:54.000Z (3 months ago)
- Last Synced: 2024-08-08T22:04:13.717Z (3 months ago)
- Topics: fileshare, nextjs
- Language: TypeScript
- Homepage: https://drop-it.web.app
- Size: 248 KB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - aswanthabam/DropIT - DropIT is a fast and simple file-sharing platform. Share files without an account using a memorable code, ensuring easy and quick transfers across the internet. (TypeScript)
README
![Banner Small (3)](https://github.com/aswanthabam/DropIT/assets/69764494/7b68b76a-d737-406f-ae85-98033ff5cf2a)
DropIT is a file sharing platform that makes file sharing across the internet simple and fast. With DropIT, you don't need an account to share a file of any type, and you can share it with anyone using a simple, memorable code similar to an OTP.
### What problem did DropIT solve? 🤔
I'll share one of my experiences here. I was in a situation where I needed to share a small file with 20 computers from my phone within 5 minutes. All the computers had an internet connection, but no file-sharing options were available, and I didn't have any cables with me. I had two options: first, log in to my email on all systems and send the file via email (which is not possible in 5 minutes), or second, upload it to Google Drive and download it on each system (but Drive links are too complex to type manually on all systems). That's why I couldn't complete the task.
#### If DropIT was available, what would I do? 💡
If DropIT was available, I would upload my file to [DropIT](https://drop-it.web.app), set the usage limit to 20, and then get the code for that file. The code would be simple and memorable, like *A-956233*. Then I could go to each system, type in this code, and boom 💥, the file would be downloaded.
## Features ✨
DropIT offers the following features:
- **Simple and Fast File Sharing** 🚀: Easily share files quickly without any hassle.
- **No Login Required** 🔐: Share files without the need to create an account.
- **Memorable Sharing Codes** 🔢: Share files using a simple, memorable code similar to an OTP.
- **Security and Privacy** 🔒: Every file is stored as buffers and will be deleted once the usage limit is exceeded.
- **User-Friendly Interface** 👍: Enjoy a simple and intuitive user interface.## Usage Limits 📊
I set some limits for my product (for a reason). These limits are listed below:
| | |
| --- | --- |
| Maximum file upload size | 30 MB 📂 |
| Daily upload limit | 100 MB 📊 |
| Maximum usage limit for a file | 20 📥 |
| File expiration | In 24 Hrs ⏰ |## Tech Stack 🛠️
Below is the tech stack we used to build DropIT:
| | |
| --- | --- |
| Next.js | [![My Skills](https://skillicons.dev/icons?i=next)](https://nextjs.org/) |
| FastAPI | [![My Skills](https://skillicons.dev/icons?i=fastapi)](https://fastapi.tiangolo.com/) |
| Edge Functions (Vercel) | [![My Skills](https://skillicons.dev/icons?i=vercel)](https://vercel.com/) |
| MongoDB | [![My Skills](https://skillicons.dev/icons?i=mongo)](https://www.mongodb.com/) |
| Supabase Storage | [![My Skills](https://skillicons.dev/icons?i=supabase)](https://supabase.com/) |## Contributing 🤝
I ❤️ contributions to my project, but please make sure to open an issue for what you are changing (let's discuss it), and after that, create a pull request.