a dead simple webring api server for threadlocked.
add your entry to webring.json and open a pr:
{
"name": "your-name",
"url": "https://your-site.com"
}the position of your entry in the array determines where you sit in the ring order. append at the end or insert between existing members - up to you!
the base url for the server is https://ring.seggs.lol. to add previous/next/random buttons to your site, use the following html snippet:
<!-- replace "your-name" with the exact name from webring.json -->
<a href="https://ring.seggs.lol/redirect?from=your-name&dir=prev">
← previous site
</a>
<a href="https://ring.seggs.lol/random">
random site
</a>
<a href="https://ring.seggs.lol/redirect?from=your-name&dir=next">
next site →
</a>