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 🚥
- Host: GitHub
- URL: https://github.com/metaory/lanpad
- Owner: metaory
- License: mit
- Created: 2025-06-14T16:12:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-14T20:10:05.000Z (12 months ago)
- Last Synced: 2025-06-14T20:38:18.305Z (12 months ago)
- Language: JavaScript
- Homepage: https://metaory.github.io/lanpad/
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)