Niche of One — read what this webring is about
Niche of One

The Nōō Network

A webring. Independent sites pointing at each other, the way it worked before a handful of companies started deciding who gets seen.



What it is

ONE READER, GOING AROUND YOU

Each site points at the next. The circle closes.

Every member puts that badge in their footer. A reader hits the arrow and lands on the next site in the ring. No account, no algorithm, no company in the middle taking a cut or deciding they would rather show them something else.

THE PLATFORM IT DECIDES THE RING NOBODY DOES

Same five sites. One of these arrangements has a landlord.

We do not care whether you used AI to make your work. A machine did not decide your piece was finished. You did. What gets you turned down is a site with nobody home behind it, and that is easy to spot.

The longer version is here.


Members

Search every member site at once →


Take a seat

Free, permanently. No tier, no upgrade, nothing to buy later. You get a listing here with a link search engines follow, and readers arriving from the sites on either side of you.

YOUR SITE THE BADGE

It lives in your footer, under everything else. That is the whole install.

Pick a badge below, swap YOUR-SITE.com for your own address, and drop it in your footer. That is the application. Nothing to fill in, nobody to wait on.

The badge is what enrols you. We come and look at your homepage, and if it is linking back to the ring under your own name, you are in and your listing goes up with it. Take the badge down and you come out again, no email either way. Membership is the badge being there, which means you are never in a ring you forgot you joined.

Check it went up

Optional. Clicking your own badge already tells us you are there, and so does the box below. Use whichever you like, or neither, and we will find you within a day.


Badges

All of these are plain HTML with inline styles. Nothing loads from us, nothing runs, and none of it breaks if this site disappears. Pick whichever one disappears into your design.

Inherittakes your text colour and font.
works on any background. start here.
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;border:1px solid;border-radius:99px;padding:.4em 1em">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:inherit;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">→</a>
</nav>
Bareno pill, no border.
for footers that are already busy.
<nav style="display:inline-flex;align-items:center;gap:1.1em;font:inherit">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:inherit;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">→</a>
</nav>
Inkfixed dark on light.
when you do not want it inheriting.
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;background:#ffffff;color:#000000;border:1px solid #000000;border-radius:99px;padding:.4em 1em">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#000000;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:#000000;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#000000;text-decoration:none;opacity:.55">→</a>
</nav>
Paperfixed light on dark.
for dark sites that never switch.
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;background:#000000;color:#ffffff;border:1px solid #ffffff;border-radius:99px;padding:.4em 1em">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#ffffff;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:#ffffff;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#ffffff;text-decoration:none;opacity:.55">→</a>
</nav>
Sizeone number, everything scales from it.

Everything above is sized in em, so a badge follows whatever font size it sits in. To pin it yourself, add font-size:14px to the <nav>. Those three are 12, 14 and 19.

Or write it yourself from the bones:

<nav>
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com">←</a>
  <a href="https://nicheof.one/noo/">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com">→</a>
</nav>

Plain HTML. No script, no tracker, nothing that phones home. Leave whenever you want and nothing of yours breaks.