Real fix is in the comments
Thanks! At this point in time, it’s definitely the design and user-interface. I’m fine-tuning Lemmynade to look clean and feel smooth on every size of device, with touch-friendly gestures and micro-animations. It’s filled with sweeping community banners and colorful indicators to make it feel more alive.
The long-term goal is to be an all-in one website for powerful searching, dead-simple Lemmy onboarding, community discovery, realtime updates, shareable links, and great mod tools. But we need to kill off the bugs and polish things up first before we get there 🙂
I’m building !lemmynade@lemm.ee and can answer any questions. Each app and client handles differently, but for Lemmynade:
- You type in your instance, username/email, and password into Lemmynade and tap “Submit”
- After tapping submit, your username and password is sent to Lemmynade’s backend server to process securely (this is more secure than doing some of the next steps directly in your browser)
- Lemmynade’s backend server immediately verifies that your instance exists and that it’s a valid Lemmy instance (you don’t want to blindly send your password to some random server!)
- If the instance is a valid Lemmy instance, then your username and password is sent directly to your instance over an encrypted connection.
- If your username and password are valid, then your instance sends back a token (a bunch of random letters and numbers) to Lemmynade. This secure token can be used in place of your password so your actual password doesn’t have to be stored anywhere.
- Lemmynade then takes that token and saves it in in an http-only cookie on your own device. When it needs to authenticate or log in again, it uses this secure token to do it so you don’t have to keep typing in your password.
Throughout this process, nothing is stored, logged, or recorded anywhere. The only thing stored is the secure token, and that secure token is only saved on your own device. Lemmynade or anyone else cannot access your account unless they have access to your specific device.
There’s many more layers to this, but hopefully that explains the general idea. The main danger with the current method of authentication is that you are providing your raw password to a third party, meaning if someone wanted to be malicious it’s fairly easy to do.
A much better authentication method is called OAuth. With OAuth, you never give your password directly to the third party, so it’s far safer. A lot of us devs are pushing for this and hoping to see this down the road as it would give much more peace of mind to everyone. It’s only up from here!
We’ve had a few of these built on my planet too actually
Ah crap I got another account there, I guess I’m cheering from both lol
I love MonaLisa a lot. I’ve been using it for pretty much all monospace throughout my computer. It feels very fine-tuned and well thought out, and it’s very readable too.

It should work regardless, but Lemmy often requires an external community to be searched explicitly on an instance before it shows up and starts synchronizing content. I’d be curious if it works after searching for !main@lemmy.blahaj.zone (or whatever the community is)
That looks great, I’m just lurking here and have never built one myself but I bet it’s super rewarding!
I think it’s incredible, just needs some more love from users and developers to get it to a stable place. It truly feels like something we’ve all built together. I think the pros outweigh the cons by far
This is partially a problem with how Lemmy works at the moment. Ideally, all communities should be synchronized and shown on all instances/servers, as of now any new severs from other instances will only show up on your own instance after the first time someone from your instance subscribes. This means someone has to manually type in the url and subscribe to an external community from your own server/instance so that your own instance can “discover” that the community exists and add it to the list. Hopefully this gets better down the road—I’m sure it will—but in the meantime https://lemmyverse.net/communities is a great place to discover new communities.



As developers, what can we do (or not do) to best support Lemmy’s vision and goals right now?