We just added Alexandrite to the server, it’s an alternative desktop UI for Lemmy created by Sheodox who worked tirelessly to make the necessary changes to we could host it ourselves here. So go to https://a.lemmy.world and have a look!

He continues to update it constantly, you can follow the development on his github page or in his community. If you like what you see and want to support him, why not buy him a coffee? :)

For those who don’t have Lemmy World as their home instance and want to use Alexandrite, either ask your instance admins to add it or go to https://alexandrite.app!

Edit: I should probably have mentioned that Alexandrite is meant for desktop!

    • Antik 👾OP
      link
      fedilink
      472 years ago

      Rate limits are being tweaked to combat ddos. You might experience some issues while they are being optimised. Apologies

  • @miket@lemmy.world
    link
    fedilink
    English
    382 years ago

    Wow, thank you. I acutally was hoping you were going to add this becasue Alexandrite is the best desktop UI for Lemmy so far.

    It also means Lemmy.world is turning into the best instance already because they’re the most user-friendly and customizable one.

    Great work!

    FYI: I got rated limited on the first link but the second time worked right away. There might be some glitch there.

    • Antik 👾OP
      link
      fedilink
      English
      142 years ago

      Rate limits are currently being fine-tuned so yes there may be some issues at the moment while our team sorts things out

  • @alokir@lemmy.world
    link
    fedilink
    242 years ago

    Thanks for adding these UIs as an alternative. Especially m.lemmy.world, it feels like a native app.

  • DingDongBell
    link
    fedilink
    English
    172 years ago

    beautiful! and the fact that i dont have to open a new tab for comments!

  • The King
    link
    fedilink
    172 years ago

    It’s really great that you are moving so quickly and supporting your community in this way, but I wonder if all these front ends are potentially going to create a bit of a long term maintenance headache? How are we certain that they don’t introduce any new vulnerabilities and how are we staying on top of those when they happen? I worry that each new frontend adds burden to an already small community for a potentially minor practical gain.

    Don’t get me wrong, you guys are doing awesome stuff, and I’m consistently impressed with this instance. That’s just the first thing that comes to my head having done software for many years myself.

    • Antik 👾OP
      link
      fedilink
      242 years ago

      Maintenance in regards to updates is not an issue. All the extra frontends we added run in docker and are automatically updated twice a day to make sure we are always running the latest stable versions. All apps are using the Lemmy api’s just like the 3rd party apps and should anything break we have ways to contact the developers.

  • Shazbot
    link
    fedilink
    English
    142 years ago

    Just dropping in to say this UI is beautiful and the features are superb. Thank yous for all the lemmy world staff and Sheodox for the time and dedication!

  • Regna
    link
    fedilink
    English
    142 years ago

    I want to add my praise to the heap.

    I’m pretty happy with Voyager on mobile, but when writing something, it’s not ideal.

    The generic Lemmy UI is more than OK on desktop, but the lack of error code reporting to the user was frustrating, at times I tried to resubmit posts and comments and the spinning Submit button just kept on going, for some communities in particular. So I stopped posting in these communities.

    Now, with Alexandrite, I feel like this is a good UI that I really like. And I love that you write out the background error message for why posting or commenting fails!

    Really nice job!

    • @Katana314@lemmy.world
      link
      fedilink
      English
      32 years ago

      Lack of error codes is something I see often even in professional website development. Even Windows has run into that issue now; Click button. Button loads. Button stops - no action. Or, the application just closes.

      I think with the separation of product design and engineers in modern teams, it ends up being really hard for everyone to settle on a good path for errors on every single little thing - and including that in the design can make you “feel” your product is error prone, even if 99% of people never see any of those.

  • @daninet@lemmy.world
    link
    fedilink
    132 years ago

    Am I missing smthing? If I open vygr or old I see posts. When I open a.lemmy I can only see a generic post about lemmy nothing else

    • @sheodox@lemmy.world
      link
      fedilink
      English
      162 years ago

      (dev here) Sorry! The post forgot to mention Alexandrite is meant to be a alternate UI for desktop. There are a lot of issues if you try using it on mobile at the moment, because I haven’t done the work to support it yet. I would keep using whatever you’ve been using on mobile.

      • Antik 👾OP
        link
        fedilink
        English
        82 years ago

        Yes I should have mentioned that. I updated my post

    • Antik 👾OP
      link
      fedilink
      192 years ago

      Rate limits are being tweaked to combat ddos. You might experience some issues while they are being optimised. Apologies

  • @mkhopper@lemmy.world
    link
    fedilink
    English
    122 years ago

    Anything that gets nearer to a RES-like experience from Reddit is an absolute plus. This UI is brilliant.

    • Two
      link
      fedilink
      42 years ago

      There is https://old.lemmy.world, which I am using. It even has a dark mode! It does have a few missing features. The message field doesn’t have any formatting buttons, you can’t change the shortcuts up top, the submissions don’t have alternating colors (but comments do!), and the preview button for messages sends your message to the server, which breaks often and deletes your message.

  • Eager Eagle
    link
    fedilink
    English
    112 years ago

    I love the side-by-side view. No more opening posts in new tabs for me.

    • @Leyla@lemmy.world
      link
      fedilink
      12 years ago

      +1 for this. I’m also excited to see photon being implemented as one of the frontends. Exciting times! And kudos to all the people working behind the scenes. Your works are really appreciated 😊

  • @fidodo@lemmy.world
    link
    fedilink
    112 years ago

    I want to caution that every new ui is a potential security risk. When it’s a mobile app then it’s entirely on the user to decide if they trust it, but when it’s hosted the host is implicitly giving a seal of approval so I think at least a bit of a code audit should be done, especially since xss is much more of a risk on the web.

    There’s already been one security breach on the default Lemmy skin, so I think it would be a good idea to do an audit for every new hosted ui and include a section for it on these posts. You don’t necessarily need to crawl through every line of course, but it’d be good to cover what framework and rendering engine it uses and acknowledge any risks associated with them.

    • Antik 👾OP
      link
      fedilink
      42 years ago

      We have the devs of all but one of the alternative UI’s on our discord server. We try to provide options for our users as well as give some extra exposure to the Lemmy developers community by hosting these on LW. It’s actually pretty cool to see that devs from different apps are going through each other’s code and are being helpful. And other community members are actively helping the developers test (and request) new features.

      So that is one of the things that we did to “play safe”. But I understand your concern and I’ll have a talk with the team how we can organise something like a code review of the UI’s we host.

      We have one more UI to be announced soon. And that will most likely be the last one we will add.

    • @sheodox@lemmy.world
      link
      fedilink
      English
      52 years ago

      I assume there’s an API to allow individuals to develop their own front end if they wanted? Is there any documentation to this end?

      Yes there’s an API (docs here), but the docs are little more than type definitions right now so it takes a bit of digging to figure out what you’re meant to do. You can look through all the methods on the LemmyHttp section of the docs, and watch the network tab in your browser’s dev tools to figure out which APIs are called.

      • @MrPoopyButthole@lemmy.world
        link
        fedilink
        English
        42 years ago

        Yeah there is a lot of push back for full API documentation. I get it, they want to move fast and not have to rebuild thier old CI tool. But being open source its going to stifle development in the long run. I almost started building my own front end for Lemmy a month ago when there was only Jerboa but I didn’t like some of the decisions of the core devs and I didn’t want an ongoing battle to keep a front end up to date when changes are made.

        I’m very appreciative to the Lemmy devs and all the app builders but I’m also lazy and perfectionist when it comes to coding in my free time.

    • I gave it a try and that UI is not for me. I’ll keep using old.lemmy.world

      I agree completely.

      I should probably have mentioned that Alexandrite is meant for desktop!

      I’m so confused by this.

      • 💡dim
        link
        fedilink
        English
        32 years ago

        I’m so confused by this.

        as in, desktop pc’s, laptops etc, NOT mobile