Just an idea - Lemmy.world

I am working on this. But I need help https://github.com/ando818/lemmy-ui-svelte
I can't help. There is no license, so your app is proprietary. What are the goals and what needs to be implemented?

Just added the Apache License.

Goals:

  • Better UI for lemmy with a new design (repetitive icons, hard to distinguish comments, terrible mobile UI) and fixing common issues, like freezing, spinners loading forever, etc.
  • Single codebase for web, native Android and iOS apps.
  • Svelte codebase which I believe will be far easier to develop on.
  • Rethink how communities are browsed/integrated as alluded to in this post. This is my end goal, but I need to have some discussions about this will exactly look like.
  • My current goal is to just get the site working with all/most of the existing functionality. For that there is a lot to do. Profile/settings page, comment replies, community browser/subscriptions.

    Thank you! Would you be open to using a Copyleft license like GPL? Or is that not possible when releasing the app to mobile stores?

    It seems like GPLv3 is ok. https://en.wikipedia.org/wiki/List_of_free_and_open-source_iOS_applications https://github.com/tigase/siskin-im/issues/103

    Updated