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 👾@lemmy.worldOP
      link
      fedilink
      arrow-up
      57
      arrow-down
      1
      ·
      1 year ago

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

    • P03 Locke@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Yeah, I tried to reload the page because it already showed an error.

      I did get a successful hit on the web page. It’s good that they are finally tackling the screen width issue. It also comes with auto-reloads as well.

      My only complaint is that the items are a bit too tall. It could be shrink down to a more compact space to fit more items per screen-full.

  • miket@lemmy.world
    link
    fedilink
    English
    arrow-up
    44
    ·
    1 year 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.

  • alokir@lemmy.world
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    1 year ago

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

  • The King@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    1 year 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 👾@lemmy.worldOP
      link
      fedilink
      arrow-up
      28
      ·
      1 year 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.

      • Nix@merv.news
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        How did you set them up to automatically update? Have you done a write up on how you set these up? Would be great for other admins to be able to do the same

        • Antik 👾@lemmy.worldOP
          link
          fedilink
          arrow-up
          11
          ·
          1 year ago

          We use docker compose in scripts and crontabs

          /scripts/update-alexandrite.sh:

          cd /opt/alexandrite
          docker-compose pull
          docker-compose down
          docker-compose up -d
          

          Then use crontab -e and add this line:

          00 05,00 * * * bash /scripts/update-alexandrite.sh

          • LukeSky53@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            1 year ago

            Are you concerned at all with auto updating containers that some updates can break stuff?

            I’ve had issues with watchtower and auto updating containers in the past breaking config files and stopping containers.

            Changing the update rate in cron can help offset any broken / vulnerable updates that get pushed.

          • Nix@merv.news
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 year ago

            Sweet thanks, do you have this and scripts to keep the other front ends updated on GitHub somewhere?

              • Nix@merv.news
                link
                fedilink
                arrow-up
                2
                ·
                1 year ago

                I understand but a lot of admins that are hosting instances just for themselves and a couple of friends have little no experience running a server so having a github with different tips and best practices would be very useful. I hope you consider it :)

  • CamelCase@lemm.ee
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    1 year ago

    That’s how it should work! Click on post and instantly see the content and comments, without loading a whole page

  • daninet@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    1 year 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
      arrow-up
      19
      ·
      1 year 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.

  • Regna@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 year 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
      arrow-up
      3
      ·
      1 year 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.

  • Shazbot@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 year 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!

  • mkhopper@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

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

    • aleph@lemm.ee
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 year ago

      The genius thing about it is the way it fully utilizes the whole width of a display, with the post content appearing in between the list of posts and the sidebar. I haven’t seen another Lemmy/Kbin UI that does this.

      It might only be suitable for widescreen desktop use, but it does that one thing very well.

      • oolong@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        It definitely could use a bit of work on the mobile screen sizes, but it looks very promising!

        Hell, I’m a web developer, maybe I’ll try to contribute.

    • reinar@distress.digital
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      yes, goes well together with Voyager. From app subdomain I route mobile clients to Voyager and desktop to Alexandrite, feels amazing.

    • Two@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 year 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.

  • OrangeCorvus@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    1 year ago

    I like the UI so much more than the standard Lemmy. This should be the default UI. Hopefully he makes a light version.

    • sheodox@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year 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
        arrow-up
        4
        ·
        1 year 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.

    • MaximilianKohler@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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.