this post was submitted on 30 Aug 2023
14 points (100.0% liked)
Pangora
126 readers
1 users here now
๐ An activitypub compatible forum and link aggregator. Downstream from Lemmy.
Info
Info
Pangora is the name of the lemmy soft fork thats being primarily worked on by members of programming.dev. Its aimed so that we can add features on top of lemmy and prioritize them based on what the instance needs while still being able to push changes upstream to lemmy if they accept them.
This also makes us more decoupled from lemmy so that if anything major happens to lemmy we can keep going with maintaining the site without any issues.
Credits
Credits
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
Pangora
Pangora-UI
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
Would it make sense to start the Pangora soft fork from Lemmy-UI-Leptos if starting out fresh is desired? If we plan on tracking upstream, seems like it may be smoother to track and contribute to that framework if going Greenfield is the goal.
https://github.com/LemmyNet/lemmy-ui-leptos
Pangora itself (the backend) is going to be downstream while Pangora-UI is going to be completely separate but still using the same interface as all the other frontends (lemmy-js-client)
This allows us to have way more control over what the site looks like and can tailor it better. (Plus I have 0 experience in rust and would rather not make a site frontend in it due to that when I can make one in Next.js quickly and that looks much better)
The things that would be contributed upstream would be new features which would pretty much all fall under Pangora-Backend and Pangora-UI is just equivalent to alternate frontends like Photon