zatzby / linkstr-space

A Nostr-based application to create, manage and discover link lists, show notes and other stuff.

Home Page:https://nostree.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nostree

nostree.me

Nostree is a linktree style client a la nostr that 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 even delete the lists. Nostree also shows your latest notes and articles. The idea is that it becomes a good presentation card for you on nostr. For example: https://nostree.me/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds

Case study

Event format:

{
    ...
    "kind": 30001,
    "content": "",
    "tags": [
        ["d", "nostree-{uuidv4}"],
        ["title", "Link Title"]
        ["image", "https://nostr.build/i/518262ea28232ace1eee250038d7657d70a0a186bb05f73c7a715e948c499a3a.jpg"],
        ["r", "https://github.com/gzuuus", "github"],
        ["r", "https://link2.com/gzuuus", "link2"],
        ["r", "https://link3.net", "link3"],
        ...
        ["t", "Music"],
        ["t", "Personal projects"],
        ["l", "nostree"],
        ...
    ],
    ...
}

About

A Nostr-based application to create, manage and discover link lists, show notes and other stuff.

https://nostree.me

License:GNU General Public License v3.0


Languages

Language:Svelte 89.4%Language:TypeScript 9.3%Language:JavaScript 0.8%Language:HTML 0.3%Language:CSS 0.2%