Hey all, I’ve been using Singlelink for a while now as an open source alternative to Linktree. Issue with it has been that development has been incredibly slow, and now it’s completely unreliable for me as my page now gives a 403 and my account no longer works for unknown reasons.

Is there any other open source Linktree alternatives that preferrably work better than Singlelink? I appreciate any help in advance.

  • Handles
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    Yeah, that’s pretty much my thinking, though I left the reasoning out for a jokier response.

    It’s impressive that Linktree can even pitch something as simple as a list of links as a service. You really don’t need more than basic code literacy to type that up and get it online, but a generation of limiting such knowhow is apparently good for corporate business.

    ANYHOW… Ease of coding and publishing is step one, and I completely agree with your points about avoiding third party assets like fonts or scripts. Anything with a database is overkill for this.

    Keep it simple, keep it local. Heck, to keep it real simple you just let your visitor’s browser use the default system fonts. You probably don’t need any scripts either for a page like this.

    You literally need a single HTML file, a single CSS. So depending on your images (if you use them, always resize and save for web) you can serve up a page of a few kilobytes. That should load in no time flat anywhere in the world.

    • B0rax@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      It’s easier to outsource something like that than to bother doing it yourself. Your average woodworking/cooking/makeup YouTuber will usually not go out of their way and learn how to build a website.

      • Handles
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        Funny you should mention youtubers. I sort of think being able to make a simple HTML page should be a requirement for even using the internet, and if this could rid us of those people I’m even more for it.

        (Sorry, it’s Monday)