So I’m looking for a new client, specifically mobile, that’s FOSS, easy to use, allows for browsing communities on other instances easily (not just searching for instances, but actually viewing the list of instances, etc).

I’m a dev, so happy to put some legwork into it myself. So my question is - technically, is the UI tied to being run on an instance “directly”, or could it be detached, electron- or atom-ified and put into an app?

I can do the work, but before starting I’d like to know :⁠-⁠)

  • Xylight (Photon Dev)@lemm.eeM
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    Svelte (the JS framework I use) is releasing a really big v5 update which adds a lot of cool things and basically changes everything. It warrants a rewrite since I can make photon really fast with svelte 5, and the old codebase was limiting me in a lot of ways.

    The biggest feature of this rewrite will be support for mastodon AND Lemmy, and thanks to the way I’m writing these adaptors, can support Sublinks, PixelFed, and almost anything if I write an adaptor for it.

    I’m considering making this an entirely separate project (you might see it on my GitHub soon!) and maintaining photon separately, because I want to design this new one as an SPA for speed.