

I think “hundreds of thousands and even millions” is a bit of a stretch. Wikimedia’s annual report mentions donors at a level of “$50,000+”, and I’m guessing most of those are probably closer to 50,000 than to 100,000. Tbf I suppose that’s over just one year, so perhaps your statement isn’t entirely inaccurate.
Hi, thanks a lot for your detailed message!
I totally understand the lack of faith - I mean I’ve shown nothing to earn any faith so that’s completely fair. I also share your frustration with existing apps that have shown to not improve or be good enough. That’s part of the reason why I wanted to try my hand at it myself. I feel that the status quo is not good enough and I believe in the mantra that “if someone else is doing something that you think you can do better, you should do it”.
Not sure what you mean with “damage” here, but my plan is to support all kinds of ActivityPub content, both the microblog stuff that Mastodon is known for, the forum stuff that Lemmy does and anything else from other apps. I don’t want my app to feel limited like Mastodon or Lemmy. Mastodon is very microblog-focused, Lemmy is very forum-focused. I want something that can do both and more. In some ways, this makes it harder, in other ways it makes it simpler. For instance, Lemmy makes a difference between “posts” and “comments”; they are not the same thing in the database. But in my app, comments are just another post, much like how posts work in Mastodon.
I’ve heard of these projects, but haven’t studied them in detail. I find bonfire especially confusing. I can’t seem to grok what it is - is it a server, or a framework for a server, or an app? For instance there’s this app but the code link goes nowhere. There’s also this repo with commits that look super weird. Honestly just confused about it. Anyway.
I agree that having good mobile support (including an app with great UX) is super important.
I’ve tried to learn a lot about ActivityPub and I understand it fairly well at this point I would say. I’ve participated a bit at https://socialhub.activitypub.rocks/ where ActivityPub is discussed at length. I’m not sure what “Masters of the Fediverse” refers to but I definitely am a curious soul and I think continuous learning is super important :)
I appreciate your concern, but I am a professional software engineer so I’m not so worried about the scale of the project. Rest assured, I have worked on very large projects professionally and built plenty of things in side projects, most of them related to the web. I also administrate Feddit.dk so I have experience with hosting a Lemmy instance and all the complexity that brings.
I particularly enjoy Rust, and I did actually look into contributing to Lemmy (since that uses Rust in the backend) at first before I started my own project. Unfortunately, Lemmy’s code is… not where I would like it to be (both of Lemmy’s main devs learnt Rust while working on Lemmy, and it unfortunately shows in the code quality), and the direction of Lemmy is not the direction I want to take my project, as stated above. I want something more general than a Reddit clone, though it will be inspired by Reddit/Lemmy in some ways (I plan to use up/down votes to sort content, for instance).
I have no interest in contributing to Friendica, as the direction seems bad, as noted in the post above. Besides, it’s PHP and I really don’t want to touch that. Hubzilla is also PHP and seems much to technical for general users, so once again not viable. Bonfire seems to be Elixir which I don’t know either, but again I am super confused about what Bonfire even is. All these reasons and other reasons are why I wanted to do my own project.
I don’t agree with you that the Mastodon API is an “industry standard” - it may be widely used, but Mastodon is continually forcing its own ideas of the Fediverse on the rest of the ecosystem, which I don’t like and is something that is often bemoaned on https://socialhub.activitypub.rocks/. But rest assured that I am very familiar and comfortable with APIs (again, professional software engineer 🙂). I care about documentation a lot and from the start, my prototype backend has exposed its API via an OpenAPI specification so that clients can be easily generated. I’m actually about to use this OpenAPI spec to generate a client myself as I start work on the frontend 🙂.
Again, thanks a lot for your thoughts and attention! If you have any concrete feedback on the UI and/or UX of Lemmy, Mastodon, Friendica or other apps, I’d love to hear it, as I’m starting work on the UI for my own frontend these days. For instance, any favourite UI of a fediverse app, any preferred features or any common mistakes or pitfalls that should be avoided, if you have any thoughts along that direction.