Sendy is a minimalist file-sharing application inspired by WeTransfer, built with Nuxt and NuxtHub. It runs on Cloudflare Workers at the edge, supports large files via multipart upload, and automatically deletes them after 4 days using Nitro tasks.
-
Clone the repository:
git clone https://github.com/lschvn/sendy.git
-
Navigate to the project directory:
cd sendy
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev
The app will now be running locally. By default, you can access it at http://localhost:3000.
Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to fork, modify, and distribute under these terms.