https://github.com/opendreamnet/dreamlink
Static website with tools running entirely on IPFS.
https://github.com/opendreamnet/dreamlink
decentralized ipfs peer
Last synced: 2 months ago
JSON representation
Static website with tools running entirely on IPFS.
- Host: GitHub
- URL: https://github.com/opendreamnet/dreamlink
- Owner: opendreamnet
- License: agpl-3.0
- Created: 2021-06-09T02:01:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T00:54:40.000Z (over 3 years ago)
- Last Synced: 2025-04-03T11:41:43.435Z (about 1 year ago)
- Topics: decentralized, ipfs, peer
- Language: Vue
- Homepage: https://www.dreamlink.cloud
- Size: 7.61 MB
- Stars: 53
- Watchers: 4
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# DreamLink
DreamLink is a static website with tools running on the decentralized P2P network: [IPFS](https://ipfs.io).
There is no need to install an IPFS node on your computer, DreamLink provides you with one that runs in your web browser.
# ✨ Tools
All tools (except for search) run without central servers, on a network of thousands of nodes around the world, making it [fail-safe and censorship-proof](https://docs.ipfs.io/concepts/what-is-ipfs/#decentralization).
- **Share.** Upload files and folders, without account, size or bandwith limits. You are your own file provider.
- **Search.** Search files and folders thanks to [ipfs-search.com](https://ipfs-search.com)
- **Pastebin.** Create and share any text format.
- **Chat.** Create an encrypted P2P chat room for free communication between people you trust.
# 📖 Build
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
```
```bash
# generate static project ready to deploy
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).