{"id":19694058,"url":"https://github.com/doctorpok42/fastdrop","last_synced_at":"2026-05-06T19:04:26.125Z","repository":{"id":215790380,"uuid":"698673669","full_name":"DoctorPok42/FastDrop","owner":"DoctorPok42","description":"The easiest way to transfer files across devices","archived":false,"fork":false,"pushed_at":"2024-08-04T17:21:00.000Z","size":299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T09:20:25.071Z","etag":null,"topics":["airdrop","data-transfer","file-sharing","material-ui","nextjs","peer-to-peer","react-dropzone","sass","socket-io","transfer","ts"],"latest_commit_sha":null,"homepage":"https://fastdrop.doctorpok.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoctorPok42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-30T16:05:42.000Z","updated_at":"2024-08-04T17:20:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"72c1e919-f8f9-4932-adf0-dbe26c82da58","html_url":"https://github.com/DoctorPok42/FastDrop","commit_stats":null,"previous_names":["doctorpok42/fastdrop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoctorPok42%2FFastDrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoctorPok42%2FFastDrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoctorPok42%2FFastDrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoctorPok42%2FFastDrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoctorPok42","download_url":"https://codeload.github.com/DoctorPok42/FastDrop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241005110,"owners_count":19892740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","data-transfer","file-sharing","material-ui","nextjs","peer-to-peer","react-dropzone","sass","socket-io","transfer","ts"],"created_at":"2024-11-11T19:19:43.400Z","updated_at":"2026-05-06T19:04:26.119Z","avatar_url":"https://github.com/DoctorPok42.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"frontend/public/favicon.ico\" width=\"30%\"\u003e\n\u003c/div\u003e\n\n# Fastdrop\n\n![Frontend Average Response Time](https://uptime.doctorpok.io/api/badge/10/avg-response)\n![Backend Average Response Time](https://uptime.doctorpok.io/api/badge/18/uptime)\n\n## The easiest way to transfer files across devices\n\nFastdrop is a web application that allows users to easily transfer files between devices. It uses a peer-to-peer connection, so no files are ever stored on a server. This makes it a secure and private way to share files.\n\n## Features\n\n- 🔐 **Privacy levels** - Users can choose to share files with everyone, only close people, or only people on the same network\n- 👥 **Rooms** - Users can create rooms to share files with multiple people at once\n- 📁 **Drag and drop** - Users can drag and drop files to transfer\n- ✅ **Transfer confirmation** - Users must confirm the transfer before files are sent to ensure that they are not sent to the wrong device\n- 🔒 **Secure** - Files are transferred directly between devices, so no files are ever stored on a server\n- 📦 **Chunked file transfer** - Large files are split into smaller chunks and sent one by one to ensure reliable transfer\n- ⚡ **Fast** - Files are transferred quickly and efficiently\n- 🌐 **Cross-platform** - Works on any device with a web browser\n- 🆓 **Free** - Fastdrop is completely free to use\n- 🛠️ **Open source** - Fastdrop is open source, so anyone can contribute to the project\n- 📱 **Mobile friendly** - Fastdrop is optimized for mobile devices, so users can easily transfer files on the go\n- 🚀 **Docker** - Fastdrop can be easily deployed using Docker for a hassle-free setup\n\n## Docker\n\n```dockerfile\ndocker run -d -p 3000:3000 --name fastdrop-frontend doctorpok/fastdrop:frontend-latest\ndocker run -d -p 8000:8000 --name fastdrop-backend doctorpok/fastdrop:backend-latest\n```\n\n## Installation\n\n1. Clone the repository\n\n    ```bash\n    git clone git@github.com:DoctorPok42/FastDrop.git\n    ```\n\n2. Install dependencies\n\n    ```bash\n    cd frontend \u0026\u0026 npm install \u0026\u0026 cd ../server \u0026\u0026 npm install\n    ```\n\n3. Add .env file\n\n    ```bash\n    cd frontend \u0026\u0026 touch .env\n    ```\n\n4. Add the following variables to the .env file\n\n    ```bash\n    URL_SERVER=http://localhost:3001\n    ```\n\n5. Run the server and client in development mode with hot module replacement\n\n    ```bash\n    cd frontend \u0026\u0026 npm run dev\n    cd server \u0026\u0026 npm run build \u0026\u0026 npm start\n    ```\n\n## Usage\n\n1. Go to [http://localhost:3000](http://localhost:3000)\n\n2. Connect a second device\n\n3. Drag and drop files to transfer them\n\n4. Enjoy!\n\n## Tech\n\n- [Next.js](https://nextjs.org/)\n- [Socket.io](https://socket.io/)\n- [React Dropzone](https://react-dropzone.js.org/)\n- [Unique Names Generator](https://www.npmjs.com/package/unique-names-generator)\n- [TS](https://www.typescriptlang.org/)\n- [SASS](https://sass-lang.com/)\n- [Material UI](https://material-ui.com/)\n\n## Folder structure\n\n- **components** - Contains all the components used in the project\n- **pages** - Contains all the pages used in the project\n- **public** - Contains all the static files used in the project\n- **styles** - Contains all the styles used in the project\n- **server** - Contains the server code\n\n## License\n\n[MIT](https://github.com/DoctorPok42/HangMan/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoctorpok42%2Ffastdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoctorpok42%2Ffastdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoctorpok42%2Ffastdrop/lists"}