Notice Summer 2026: I do not have Google access for the summer, and cannot process new form submissions. Incredibly sorry about that! I'll get to it in September!

Join

I'm so glad you wanna join! Please read the rules before doing so:

Rules

NSFW sites

I accept NSFW sites, and they are:

How to join

You can either straight up open a pull request in the github repo, or fill out a form.

Open a PR

If you know JSON, you can edit this file (this if you're NSFW) in the Github repo. The template is in the README file.

Form

Fill out this form:

After you've submitted either the PR or the form, you can add the widget to your site.

Widget

<div id="oc-webring-widget">
    <div id="oc-webring-title"><a href="https://tofutush.github.io/oc-webring">OC Webring</a></div>
    <div id="oc-webring-controls">
        <a href="https://tofutush.github.io/oc-webring/prev/?site=YOUR_SITE_NAME">Previous</a>
        <a href="https://tofutush.github.io/oc-webring/rand/?site=YOUR_SITE_NAME">Random</a>
        <a href="https://tofutush.github.io/oc-webring/next/?site=YOUR_SITE_NAME">Next</a>
    </div>
</div>

Replace YOUR_SITE_NAME exactly as you wrote it, spaces and all!

You can add the following CSS to your site too -- or customize it however you like.

#oc-webring-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: fit-content;
  gap: 1em;
  border: 4px solid #e56b6f;
  padding: 1em;
  border-radius: 12px;
}
#oc-webring-title {
  font-weight: bold;
}
#oc-webring-controls {
  display: flex;
  gap: 1em;
}

If you can't put the widget exactly like that, then including these three links and the button works too:

<a href="https://tofutush.github.io/oc-webring/prev/?site=YOUR_SITE_NAME">Previous</a>
<a href="https://tofutush.github.io/oc-webring/rand/?site=YOUR_SITE_NAME">Random</a>
<a href="https://tofutush.github.io/oc-webring/next/?site=YOUR_SITE_NAME">Next</a>