Giter VIP home page Giter VIP logo

linktr-nostr's Introduction

Nostree

nostree-banner

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 its 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 porsuis these values as well, and its the main focus and motivation behind this project, its free to use, data its 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.

Filosophy

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 it's open source esence, the project is open to a licence change if the community requires it.

As this project was founded by openSats, 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.

  • List creation
  • List output
  • Delete list
  • List forking
  • List unique identifiers
  • List slugs (for shorter and more memorable urls)
  • Hashtags
  • Simple share button
  • Migration to TailwindCSS
  • Theming system with ability to set themes for users
  • Cache system
  • 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:

{
    ...
    "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

    "http://",
    "https://",
    "ftp://",
    "nostr:",
    "mailto:",
    "tel:",
    "file://",
    "data:",
    "ssh://",
    "irc://",
    "magnet:",

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.