Hi all,

Quiblr now has personalized post feeds for Lemmy!

I haven’t seen a “recommended feed” feature anywhere else in the fediverse but I thought I would take a crack at building it!

My goal was to make a privacy-focused recommendation engine that tailors your experience based on the content you interact with. None of the data leaves your device. You don’t even need to log in for it to work

  • You can turn it off or tune your feed in the settings
  • Each post now also includes a show me more/less button

I would LOVE feedback from folks if you get a chance to try it out!

This was really fun to build so let me know if there are any questions!

  • @[email protected]
    link
    fedilink
    144 months ago

    The interface looks good. It looks like standard Material Device but put together beautifuly. Btw, is it open source?

    • AureliusOP
      link
      fedilink
      114 months ago

      Thanks! I took inspiration from a few different design styles to make something a bit more fun and novel. And It is closed right now. I work on Quiblr in as a side project and I’ve never managed an open source project lol but I’m talking with a friend who does have experience managing open source projects to see if they can assist

      • @[email protected]
        link
        fedilink
        124 months ago

        I hope you’ll get to open it. Maybe you’ll be surprised from the community you can form around it.

        • fmstrat
          link
          fedilink
          44 months ago

          Agreed. Closed source and Lemmy users don’t mix much. I’ll be passing for now.

      • JackGreenEarth
        link
        fedilink
        English
        -44 months ago

        Just upload the source code to github, it’s not difficult to make things open source, just often people don’t want to.

        • @[email protected]
          link
          fedilink
          224 months ago

          I don’t think this is totally accurate. Open source management is very thank-less. If you just upload code, people expect to submit PRs, get updates, version control, etc. also you often need to do your diligence to ensure there aren’t any additional security considerations

          You can definitely just upload the code (with some revision for security) but truly managing an open source project (which I’m guessing OP is referring to) is another beast all together