Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gzuuus/linktr-nostr
A Nostr-based application to create, manage and discover link lists, show notes and other stuff.
https://github.com/gzuuus/linktr-nostr
ndk nostr nostr-protocol svelte
Last synced: 24 days ago
JSON representation
A Nostr-based application to create, manage and discover link lists, show notes and other stuff.
- Host: GitHub
- URL: https://github.com/gzuuus/linktr-nostr
- Owner: gzuuus
- License: gpl-3.0
- Created: 2023-07-11T15:40:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:29:12.000Z (8 months ago)
- Last Synced: 2024-04-18T12:11:29.314Z (8 months ago)
- Topics: ndk, nostr, nostr-protocol, svelte
- Language: Svelte
- Homepage: https://nostree.me
- Size: 1.15 MB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Nostree - nostr.svg?style=social) - [nostree.me](https://nostree.me) A Nostr-based application linktree-style to create, manage and discover link lists, show notes and other stuff. (Clients / Relay lists)
README
# Nostree
![nostree-banner](https://image.nostr.build/cf78fa7b9a80ee8845d967324da64736d12704590fcbe3c9f7142444ddce4cf9.jpg)
> Nostree is a link tree style nostr client, it allows you to create and manage lists of links that you can share with anyone. You can create as many lists as you like and they will be displayed in your profile. You can also edit or delete the lists.
## Motivation
[nostr](https://github.com/nostr-protocol/) is an open protocol under a public domain licence, which ensures its openness, the protocol aims to be decentralised, uncensorable, sovereign and very portable, these values resonate in the mind of every person seeking freedom in this world that its becoming more and more unfree. Nostree pursues these values as well, and it's the main focus and motivation behind this project, it's free to use, data is owned by you and the relays of the network, and signed by yourself, you can use it with whatever nostr key and no more, no emails, phone numbers, personal data, etc.
## Philosophy
Nostree is an open-source client, the actual licence is GPL-3 which ensures the project will remain open source, but the intention is to make it as open as possible without compromising its open-source essence, the project is open to a licence change if the community requires it.
As this project was founded by [openSats](https://opensats.org/), PRs and collaboration is encouraged and they will be eligible to receive bounties, please feel free to open PRs or issues.
## Roadmap
This roadmap is only a draft of the direction of the project, it can be changed, modified and expanded, if you have more ideas, please consider adding an issue or PR presenting them.
- [x] List creation
- [x] List output
- [x] Delete list
- [x] List forking
- [x] List unique identifiers
- [x] List slugs (for shorter and more memorable urls)
- [x] Hashtags
- [x] Simple share button
- [x] Migration to TailwindCSS
- [x] Theming system with ability to set themes for users
- [x] Cache system
- [x] Follow button
- [ ] Theme generator
- [ ] Docs
- [ ] Edit profile
- [ ] On-boarding
- [ ] Calendar events
- [ ] Live streaming events
- [ ] Offline lists
- [ ] Nip-15 market/stall integration
- [ ] Autoplay music/media lists
- [ ] Expanded personal pages, with more stuff (articles, notes, etc)
- [ ] Torrents### Case study
#### Event format:
```json
{
...
"kind": 30003,
"content": "",
"tags": [
["d", "nostree-{uuidv4}"],
["title", "Link Title"],
["description", "List description"],
["L", "me.nostree.ontology"]
["image", "https://nostr.build/i/518262ea28232ace1eee250038d7657d70a0a186bb05f73c7a715e948c499a3a.jpg"],
["r", "https://link1.com", "link1"],
["r", "mailto:[email protected]", "link2"],
["r", "https://link3.net", "link3"],
...
["t", "Music"],
["t", "Personal projects"],
["l", "nostree"],
...
],
...
}
```### List of valid prefixes
```json
"http://",
"https://",
"ftp://",
"nostr:",
"mailto:",
"tel:",
"file://",
"data:",
"ssh://",
"irc://",
"magnet:",
```