Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lschvn/sendy
A lightweight WeTransfer clone built with Nuxt and NuxtHub, deployed on Cloudflare
https://github.com/lschvn/sendy
cloudflare nuxt nuxthub wetransfer
Last synced: 5 days ago
JSON representation
A lightweight WeTransfer clone built with Nuxt and NuxtHub, deployed on Cloudflare
- Host: GitHub
- URL: https://github.com/lschvn/sendy
- Owner: lschvn
- Created: 2024-12-16T20:18:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T11:32:01.000Z (28 days ago)
- Last Synced: 2025-01-18T12:28:53.799Z (28 days ago)
- Topics: cloudflare, nuxt, nuxthub, wetransfer
- Language: Vue
- Homepage: https://sendy.nuxt.dev
- Size: 692 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sendy – A Simple WeTransfer Clone on the Edge
**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.
---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/lschvn/sendy.git
```2. Navigate to the project directory:
```bash
cd sendy
```3. Install dependencies:
```bash
pnpm install
```4. Start the development server:
```bash
pnpm run dev
```The app will now be running locally. By default, you can access it at [http://localhost:3000](http://localhost:3000).
---
## Contributing
Contributions, bug reports, and feature requests are welcome! Feel free to open an [issue](../../issues) or submit a [pull request](../../pulls).
---
## License
This project is licensed under the [MIT License](LICENSE). Feel free to fork, modify, and distribute under these terms.