We are thrilled to announce the upcoming release of Sublinks, a groundbreaking Link Aggregation Social Network, joining the Fediverse. This innovative platform is designed to revolutionize how we share and discover online. Our dedicated team of volunteer contributors has worked tirelessly, utilizing technologies like Java, Go, TypeScript, and HTML to bring this vision to life. Sublinks promises a user-friendly interface and robust features that cater to diverse online communities. Stay tuned for our launch date, and get ready to experience a new era of social link sharing!

Sublinks will have a fully compatible API with Lemmy so all current Lemmy apps will also work with Sublinks. In fact, discuss.online will switch to Sublinks to fully replace Lemmy once we reach our Parity Milestone.

For more information, visit GitHub - Sublinks and sublinks.org.

Stay tuned for more regular updates as we progress.

  • maegul@lemmy.ml
    ·
    edit-2
    5 months ago

    Sounds very cool. Hope all the best for you/SL!

    So general question ... why not contribute back to or softly-fork Lemmy?

    While I'm sure you've got a lot to offer here and that SL may very well come to be awesome (especially, IMO, with the attractiveness of the tech stack to would-be contributors), I can't help but wonder if it'd be better in this moment for the fediverse to focus more on building on what's got momentum rather than splitting efforts. There are, of course, many counters to that argument ... so I'm wondering what your thoughts are in general and behind this project?

    • dresden@discuss.online
      ·
      5 months ago

      Main reason (or at least one of them) is the technology stack, choosing Java instead of Rust, to move fast with development, and (hopefully) to be more accessible for others to contribute.

    • jgrim of Sublinks@discuss.online
      hexagon
      M
      ·
      5 months ago

      The change won't be noticeable until we start adding new features. The main reason to create Sublinks is to move quicker with features & functionality that the current Lemmy team cannot maintain for various reasons.

      • FelipeFelop@discuss.online
        ·
        5 months ago

        It’s just that I’ve had to create new accounts before (because of incompatibility) and recreate subscriptions, loose post history etc. Also because of instances not being maintained.

        I just thought discuss.online was different and a more stable place to be. If you do migrate discuss.online will we still be able access and contribute to our subscribed Lemmy communities?

        • jgrim of Sublinks@discuss.online
          hexagon
          M
          ·
          edit-2
          5 months ago

          Yes, it’s a drop-in replacement for Lemmy. The only thing you may notice is having to reset your password because the password hashing is currently different on Sublinks. Everything else will be the same or better.

          It’s a migration to Sublinks not a switch. That means all data will be transferred over.

          • FelipeFelop@discuss.online
            ·
            5 months ago

            Let me just check I’ve got this right.

            Sub links is an enhanced version of Lemmy with some extra features. It works with normal Lemmy Clients. We’ll still be able to access our existing Lemmy communities but if our account is on a sublink instance then we’ll be able to take advantage of the enhancements in sublink communities.

            We won’t need to migrate anything across manually, just log out and log in.

      • FelipeFelop@discuss.online
        ·
        5 months ago

        As I understand it, Lemmy doesn’t support notifications through the api and the devs are resistant So apps have to take one of two routes either constantly polling individual servers or installing a service on the phone (which causes battery issues on Android or to get shut down on iOS)

        • jgrim of Sublinks@discuss.online
          hexagon
          M
          ·
          5 months ago

          That shouldn't be a problem to add. The application will be event-driven and that's the core of what is needed to fire push notifications.