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

One member. This site. A ring of one is a mirror, and I am not padding it to look bigger. It starts empty and it starts honest.

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.

Write to the desk with your address. I will look at your site myself. Then pick a badge below, swap YOUR-SITE.com for your address, and drop it in your footer.


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:#F5F0E6;color:#1a1a1a;border:1px solid #1a1a1a;border-radius:99px;padding:.4em 1em">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#1a1a1a;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:#1a1a1a;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#1a1a1a;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:#121212;color:#f3f2ee;border:1px solid #f3f2ee;border-radius:99px;padding:.4em 1em">
  <a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#f3f2ee;text-decoration:none;opacity:.55">←</a>
  <a href="https://nicheof.one/noo/" style="color:#f3f2ee;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
  <a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#f3f2ee;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 11, 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.