An open API service indexing awesome lists of open source software.

https://github.com/metaory/lanpad

🚧 WIP🚦Ephemeral pads, Peer to peer 🚥
https://github.com/metaory/lanpad

Last synced: 11 months ago
JSON representation

🚧 WIP🚦Ephemeral pads, Peer to peer 🚥

Awesome Lists containing this project

README

          


demo

LanPad



Simple real-time collaborative text editor over local network



---

## Features

- Real-time collaboration over LAN
- No internet required
- No sign-up needed
- ~~Simple room-based sharing~~

## Quick Start

1. Clone the repository:
```bash
git clone https://github.com/metaory/lanpad.git
cd lanpad
```

2. Install dependencies:
```bash
npm install
```

3. Start the server:
```bash
npm run dev
```

4. Open your browser and visit:
```
http://localhost:5173
```

5. Share your local IP address with others on the same network:
```
http://YOUR_LOCAL_IP:5173
```

## Use Cases

- 📱 Share text between your phone and computer
- 💻 Copy-paste between different devices
- 📝 Quick notes transfer without internet
- 🔄 Sync clipboard across devices
- 📋 Share text when internet is down

## Limitations

- Requires all users to be on the same local network
- No file upload/download
- No data persistence
- ~~Anyone with the room name can join~~

## License
[MIT](LICENSE)