this post was submitted on 17 May 2023
19 points (95.2% liked)

Asklemmy

43831 readers
891 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmygrad.ml/post/647564

Cross posting this here as this is would likely interest other people in the Lemmy part of the fediverse. I'll still contribute to the official UI too, though.

The other day I started making a UI for lemmy with a different framework than is used by the official one as a way of getting some hands on experience with SolidJS. I considered making a clone of the existing UI, but I started thinking that I could make it look different. Since lemmy doesn't tie you to a specific UI, it could be nice to give instances another option. At the moment, the only web UIs I know of for lemmy is the official one and the bulletin board one. Does anyone have any ideas about this?

top 15 comments
sorted by: hot top controversial new old
[โ€“] dessalines@lemmy.ml 8 points 2 years ago* (last edited 2 years ago) (1 children)

Also sleepless I really need to interest you in some leptos / cargo-leptos . It takes a lot of inspiration from solid, and I've been making some smaller test projects with it, and love it.

In a few weeks I also want to start a minimal lemmy front end using it, and we could potentially build that together rather than duplicating efforts on different UIs.

[โ€“] CannotSleep420@lemmygrad.ml 4 points 2 years ago (1 children)

I've dabbled in leptos before. It seems good and has been gettingba lotb of development. I'll need to get a better handle on Rust, but that's about it.

[โ€“] dessalines@lemmy.ml 5 points 2 years ago* (last edited 2 years ago)

Nice, I'm def excited abt it. I've been re-writing some of my smaller web-apps with it, and its been great to work with. I've invested years in the jsx / react / inferno model, and have been waiting for something in rust that reaches inferno's performance. I think we're finally there.

[โ€“] dessalines@lemmy.ml 6 points 2 years ago

I think the best UIs to gain inspiration from nowadays, aren't on the web, but smartphone apps. There's a ton of variety and ways to display social-networks. And in the case of reddit, the app UIs are better than the site itself.

I made jerboa taking inspiration from boost, a really clean reddit client. But you could take any app UI, and create a web UI using it as inspiration.

[โ€“] nutomic@lemmy.ml 6 points 2 years ago (3 children)

I was thinking of a frontend to turn Lemmy into a blogging software. I think the backend has all the required functionality. An image gallery could also be good, like scrolller.com.

[โ€“] dessalines@lemmy.ml 3 points 2 years ago

For sure, an image gallery-type site could be neat.

[โ€“] fit6529@lemmy.ml 3 points 2 years ago

Is it worth it? I think there are many solutions for federated blogging.

I thinks it's better to focus on lemmy itself as a reddit alternative as it's the only one (or almost) in the scene.

[โ€“] CannotSleep420@lemmygrad.ml 2 points 2 years ago (1 children)

A blogging software could be interesting. Maybe something like a self-hostable substack. Bloggers could be instance admins (although I guess moderators could be added as contributors or co-admins if the blog is collaborative). Users could use Lemmy's RSS feature to subscribe without needing email. The only rub I see is what to do with communities. I'm not sure how to translate that to a blog in a way that makes sense.

[โ€“] nutomic@lemmy.ml 3 points 2 years ago

Users can signup and create communities (blogs). These are automatically set to "only mods can post" by the frontend. This way there can be multiple blogs per user. There are already Writefreely and Plume which work more or less like that afaik.

[โ€“] dessalines@lemmy.ml 4 points 2 years ago

Another one: you could easily make lemmy into a facebook / conventional social network type interface. You could even make the comment feed the primary view, rather than posts.

[โ€“] Dragon@lemmy.ml 3 points 2 years ago (1 children)

Someday I would like to see a website with an oval, rather than a rectangular web design. No particular practical reason I can think of other than it would be really cool. The html/css would be difficult, might have to use svgs.

[โ€“] CannotSleep420@lemmygrad.ml 7 points 2 years ago (1 children)

I think the main problem is that screens tend to be rectangular than oblong.

[โ€“] gun@lemmy.ml 3 points 2 years ago

The real problem is that html is basically just rectangles nested within rectangles.

[โ€“] ksynwa@lemmygrad.ml 3 points 2 years ago

Not what you are thinking about but I really like statically generated pages like teddit, libreddit, nitter etc. do.

[โ€“] gun@lemmy.ml 1 points 2 years ago

I've seen a few interesting ones over the years. A couple of apps: Lemmur and Jerboa. LemmyBB. But there was also a plain text-based one I thought I saw a long time ago that I can't find again.