this post was submitted on 10 Sep 2023
139 points (93.7% liked)
Fediverse
28295 readers
786 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
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Which is basically an exact copy of Apollo.
Big difference appear to be that this looks like itโs proper native, not fancy web app.
Right, but itโs claimed to be a โfrom the ground upโ build, where itโs an almost exact carbon copy. At least Voyager claimed to be trying to clone Apollo.
It can still be built from the ground up but still uses the same design. If it's a native app written in Swift not a PWA like Voyager I'd say that from the ground up still applies. Because you still need to code everything from scratch.
Itโs written in React Native, with some Swift modules here and there. I wrote down some more in depth behind the scenes in a previous post.
When Apollo shut down I really missed it in my day to day use, so initially this project started out as a personal project to see if I could replace that Apollo craving. Since then the development was going so well that I wanted to share it with the rest of the community as well.
Since then Iโve also build some things that imho are an improvement, for example:
Itโs been really fun to work on, but now that the basis is quite stable Iโll look into features that make it more tailored to Lemmy
Thank you for clarifying, and for your awesome work!