this post was submitted on 11 Jun 2025
96 points (97.1% liked)

Fediverse

34384 readers
311 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

It seems like it should be sort of a priority for the fediverse to create a high quality alternative to Facebook, which is one of the largest platforms out there, and probably what a lot of people think of when they think of "social media", and yet, the marketing and overall adoption of Friendica is simply abysmal, to put it bluntly.

Issue 1: The super bland and basic on-boarding.

When you visit the main website for friendica, you are greeted with "friendica: a decentralized social media network" followed by a "try it" button. Then when you scroll down, there is basic black text on a white background, explaining things like decentralization, privacy, and interoperability. Do you think that this sort of intro is really going to draw people in? It gives off the vibe of "it is your birthday", a la dwight from the office.

If you click on the "try it" button, you get scrolled to a part of the site that says "Try Friendica" with two sentences that basically say "this website is really complex overall, but don't worry, you can click another button below to browse a list of servers (yes, servers, we are not explaining what that means, just click the button)". The actual server list has a single filter option, language, and if you filter by english, the top server right now is a furry server. If any normie has somehow managed to get this far, they are sure to nope the fuck out at this point.

Assuming you do manage to get past this point, the actual sign up form has way too much information for the average person. The first field is "openID". I'm sure that's useful for those who use it, but why is it the first field? There is also a check box to be added to the public directory, which is checked no by default. What does this mean? It is certainly not explained here. You're not asking for a password? Why not? Oh, because you are making a random password for me I have to copy and paste and then save or change. That's not inconvenient at all. Yet another step of friction for me.

Compare this on-boarding process to other sites on the fediverse. Mastodon has a catchy and succinct explainer on why their site is worth joining followed by a "join mastodon.social" button, or a "pick another server" button. If you go to the servers button, you get several different filtering options, region, interest, sign up process, legal structure, and very notably, a disclaimer that all of these servers have signed a safety agreement. Upon signing up, you first agree to some terms of service, which is very reassuring for those looking for a safe and welcoming platform, followed by entering username, e-mail, password and date of birth. All very straight forward. Lemmy is similarly streamlined and polished, and you don't even need an e-mail to sign up for some servers. Super easy and convenient.

Issue 2: Terrible mascot.

Mastodon has their mastodon carrying a knapsack. Lemmy has the lemming face. Pixelfed has a cute red panda. Friendica has.....some kind of demented looking rabbit with bugged out eyes? Seriously, what the hell is this?

Issue 3: Super basic blog style website.

As alluded to in issue 1, the website is super basic, with almost no polish to it. It looks like someone made it on wordpress. The home page does have some clip art type images and background stuff thrown in here and there, but outside of that, it looks very unprofessional. Again, comparing to sites like Mastodon and Lemmy, which have much more polished and professional looking web design. The clearly put time into making sure new users get a good impression. Friendica puts almost no effort whatsoever.

So these three issues, just from an outsiders glance, are in my opinion some of the biggest things holding back what could potentially be one of the most used sites on the fediverse, at least on the marketing side of things. I do not know how the overall team behind the site is structured, but suffice to say, it needs work.

top 50 comments
sorted by: hot top controversial new old
[–] Etnmarchand@feddit.online 2 points 10 hours ago (1 children)

I originally saw this post on reddit, then saw the thread had been brought here too. As I said over there, I LOVE Friendica for the Bluesky, Mastodon (etc), Tumblr, WordPress, and RSS integration. I wish I could recommend it to my non-tech friends trying to escape Facebook, but I can't yet. They'd go crazy with the random freezes and errors. And the UI has some rough spots. But for me, it has become my primary browser tab for social media.

[–] taterthotsalad@lemmy.world 0 points 9 hours ago

It’s time for people to become tech literate if they want what they want. Consolidation has been a negative on the learning aspects for too long, and they are setting right back in their ways once they discover some work is needed to break free. The want everything with zero compromise. That’s what got us here! lol

[–] SorteKanin@feddit.dk 7 points 23 hours ago (2 children)

Don't want to shout too much about this yet as it's still super early but I am actually working on a new fediverse app that I plan should be covering the same sort of use cases as Lemmy, Mastodon and Friendica, all in one application. With a big focus on user friendliness, easy onboarding and such.

It's still super early but drop me a private message if you're interested in helping or just hearing more.

[–] damon@lemmy.world 2 points 8 hours ago (1 children)

How do we keep track of the project and support it?

[–] SorteKanin@feddit.dk 1 points 7 hours ago

It's very early. I have a prototype backend server and I'm currently starting work on the frontend. If you have any inputs on features, UX, UI, or anything else that you maybe are missing from existing fediverse apps, I'd love to hear from you, as some preliminary feedback. But again, it's early so there is not much to track yet. But thank you for the interest :)

[–] Pilferjinx@lemmy.world 4 points 22 hours ago (2 children)

If you're not creating it to push propaganda I'd be willing to donate to a project like that.

[–] SaneMartigan@aussie.zone 2 points 13 hours ago

Where do you place "be kind to each other" on the propaganda scale?

[–] SorteKanin@feddit.dk 1 points 21 hours ago

Propaganda is definitely not on the list of planned features, haha :)

Appreciate the sentiment, I hope it will one day be worthy of donations :)

[–] MxRemy@piefed.social 25 points 1 day ago (4 children)

While i definitely agree, none of this is a deal breaker for me. What is a deal breaker is this: I am on my third Friendica account now because the first 2 instances both started struggling and then collapsed. The one I'm on now is suddenly running very slow, just like the first 2 before the end. It seems to me like maybe they're kinda hard to run?

[–] Jerry@feddit.online 9 points 1 day ago* (last edited 1 day ago) (2 children)

The stalls are because the database queries are suboptimal. There is one that occasionally runs that, on my instance (I have 337 active users), can sometimes run for 15 minutes and will lock tables. Everything stalls and backs up.

This query was discussed, and I believe in the next release (but unsure) it will be replaced. Instead of using a ton of "not in" clauses, it does a left join now. In testing, someone mentioned it went from multi minutes to multi seconds to run. But there are a lot more such queries.

I think what Friendica needs desperately is a MariaDB/MySql expert to clean up the queries.

Because Friendica supports groups, you can connect to Lemmy communities. This is what kills Freindica. It just cannot handle the hundreds of thousands of daily connections that come in just from lemmy.world alone. Basically, it then becomes a Lemmy/Piefed/MBIN instance plus a Mastodon instance. The database grows by leaps and bounces, queues back up, and it stalls. CPU pegs without relief.

On mine, I finally had to block the Lemmy User Agent at the Cloudflare firewall. I calculated I would have had to spend another $500/month to allow the server to handle the Lemmy traffic comfortably, excluding the continuing cost for DB space. So far, I haven't blocked Piefed and MBIN, but this could change.

Friendica groups were designed for small private groups or specialized groups. Not public forums. I don't think they ever anticipated someone connecting to Lemmy.world communities and that such groups would become so active. I've told people on my instance that if they want to connect to these groups, they should use Piefed/Lemmy/Mbin, not Friendica.

[–] kudra@sh.itjust.works 3 points 15 hours ago

Thanks for this comment! It really explains exactly why Friendica is struggling.

Is a real shame as IMO events (and groups) are really important to get a critical mass of adoption in Fedi. I look at sites like Allevents.in which allow people to submit but most of their event data is scraped from FB. We need Fedi instances which make searching events easy. So many groups and individuals and organisations feel unable to leave FB because they can't see anywhere else to tell people about events, at the moment that is pretty true. But it needs to be an allrounder site, not an event specialist site.

But not being able to connect to busy Lemmy communities would mean Friendica isn't an ideal allrounder, and even if the Friendica instance got big and has very busy groups, it would have issues.

I hope that these issues get solved!

[–] rglullis@communick.news 2 points 22 hours ago

(just a placeholder for my usual rant about how federation is the wrong unit for scaling social media)

[–] korendian@lemmy.world 20 points 1 day ago

You're the third person I've heard this from. Seems marketing is not the only issue.

[–] End0fLine@midwest.social 15 points 1 day ago (2 children)

Every Friendica instance I tried had issues with extremely slow performance and complete nonresponsiveness.

I even tried Friendica.world because Ruud knows what he is doing, but it ran pretty bad too.

[–] ruud@piefed.world 7 points 1 day ago

Thank you, and yes, Friendica.World is still having issues. I even created a separate community for it: https://lemmy.world/c/friendicaworld

load more comments (1 replies)
[–] dil@lemmy.zip 7 points 1 day ago* (last edited 1 day ago)

Idk if it was friendica or lemmy but the space filled up hella fast, friendica needed constant restarts like once a week, ideally daily, or it lagged and you couldn't login or do anything. Was Hosting both, but noped out.

[–] Lumisal@lemmy.world 8 points 1 day ago

Sounds like they're lacking UI, UX people on their team, along with someone good at marketing, and money overall.

I could help with marketing and fundraising, but at the very least the UI and branding would have to be fixed first. I guess if the team was contacted if they'd like a person to fix up the onboarding process and an artist to help make a new mascot I know one who would do it. Actually what would be better would be 2 mascots, to go with the whole "making friends" motif.

Sign up definitely needs to be by interest after going through language, since you're right that the first option would totally nope most people out.

[–] Jerry@feddit.online 25 points 1 day ago* (last edited 1 day ago) (4 children)

It's an acquired taste. Now that I've been using it for months, I prefer it. I like that I have my Bluesky and Tumblr posts completely integrated into my timeline. I can reply to Bluesky posts. When I post something, it automatically gets posted to Bluesky, and Tumblr, if I like. I never go onto Bluesky any longer. Likes and replies from Bluesky are right in with my Mastodon posts and RSS feed posts too. Yes, RSS integrates in as well (obviously you can't reply to them though).

On Mastodon, if someone posts something interesting and I want to see replies and discussions, I can't, unless I remember to go back to the post and look. In Friendica I can click that I want to follow the thread, and it will notify me of the updates, and take me right to the new comment when I click it, it takes me directly to the notification. I love this! If I interact with a post (like it), same thing. It will track it for me. And it does a better job of pulling in replies and responses from all over.

Yeah. Not all good.

I run one of the Friendica servers and it's a problem child. The database grows rapidly and struggles. The database queries urgently need work. Some are super slow. It stalls a lot. The UI is confusing. The developers are not all that active any longer, but still active. The UI is, well, dated.

More info about it here: https://news.elenarossini.com/the-future-of-social-is-here-a-show-and-tell-part-3-friendica/

load more comments (4 replies)
[–] ada@piefed.blahaj.zone 11 points 1 day ago

I tried to love it. It's one of the most feature rich fediverse platforms out there. It has groups built in out of the box, it talks to Diaspora as well as Activitypub... But it's just... not nice to use.

[–] daniskarma@lemmy.dbzer0.com 1 points 21 hours ago* (last edited 21 hours ago) (1 children)

I stopped using facebook years before fediverse even existed.

I think the facebook public is not the same as the fediverse public.

The most developed fediverse apps are the ones that clone sites that the geeks used to roam, like twitter and reddit.

When people develope something like this, usually is because themselves want to use it. I would assume that, like me, not many people want to use a facebook-like site.

[–] korendian@lemmy.world 4 points 21 hours ago (1 children)

Maybe not within the "geek" world, but Facebook is one of if not the largest social media platform out there. So I am not sure it's quite accurate to say "not many people" want to use a site like that. I know for a fact a lot of my friends would join one of an alternative existed.

[–] Bo7a@lemmy.ca 1 points 20 hours ago

The growth mindset that is intrinsic in questions and comments like this is counterproductive to the goals of the fediverse in my opinion.

The goal of federated services is not to be the biggest anything in the world. But instead to give places for people who actually care about the quality of The contents they interact with and that it was created by humans.

If that means that this part of the grand scheme of media stays small... So be it.

[–] cyborganism@piefed.ca 10 points 1 day ago (5 children)

Add to that the butt ugly blue and yellow icon from the 90's.

Diaspora had it going on I found. It's a shame it didn't catch on. And that they didn't adapt it to ActivityPub.

load more comments (5 replies)
[–] SineIraEtStudio@midwest.social 9 points 1 day ago* (last edited 1 day ago) (1 children)

Link for anyone interested:

https://friendi.ca/

Based on the post, I was expected the website to look far worse.

  1. I agree the onboarding isn't great and could use an overhaul.
  2. Had to specifically look search for the mascot (didn't see it on the website) and yeah, that's rough (starting from scratch may not be a bad idea). Flaxy O'Hare
  3. The screenshot also showed a pretty basic UX that could look far better.

I guess in conclusion, I think all your points are valid.

Edit: numbered items and added missing link.

load more comments (1 replies)
load more comments
view more: next ›