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.
What you’re looking for is a series of
<ul><li><a href="your url here">title</a></li>...</ul>
and a nice CSS to go with it 🙂I mainly use linkstack https://linkstack.org/, git repo: https://github.com/LinkStackOrg/LinkStack
Theres an instance for the programming.dev instance if you want an example of how it looks https://me.programming.dev (weve got a space-like theme on it)
Any static page server should make it trivial. Styling is up to your personal preference.
I have no coding experience :c
one of my first html/css projects was a real simple linktree type page. This would be a great entry to learning/trying it out