Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilm3r/sendstr-web
Sendstr is an open source end-to-end encrypted shared clipboard app built on top of Nostr.
https://github.com/vilm3r/sendstr-web
nostr
Last synced: about 1 month ago
JSON representation
Sendstr is an open source end-to-end encrypted shared clipboard app built on top of Nostr.
- Host: GitHub
- URL: https://github.com/vilm3r/sendstr-web
- Owner: vilm3r
- License: mit
- Archived: true
- Created: 2022-06-23T00:00:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T01:59:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T15:11:42.616Z (5 months ago)
- Topics: nostr
- Language: TypeScript
- Homepage:
- Size: 486 KB
- Stars: 116
- Watchers: 4
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sendstr-web
Access the web app: [https://sendstr.com](https://sendstr.com)
Sendstr is an e2e encrypted bi-directional clipboard web app powered by Nostr.
The main motivation to build Sendstr was to provide a quick and easy way to transfer text and files (coming soon) between devices. Sendstr defaults to a self-hosted Nostr relay but can easily be configured to point elsewhere.
## Build
```
cd sendstr-web
npm i
npm run export
```Then copy the contents of `./out` to your favorite static content host.
## Future Features
- [X] Two-way collaboration
- [ ] File sharing
- [ ] FAQ Page
- [X] Light/Dark support
- [ ] React native client
- [ ] Browser extension
- [ ] Support non-throwaway credentials
- [ ] Switch to ephemeral events with direct message as a fallback## License
Distributed under the MIT License. See [LICENSE file](LICENSE).