skip to content
↓↓ double down
[SYS:RING/ACTIVE][PROTO:307/STATELESS]

the double down ring

0 builders in the ring

a ring of builders shipping in public. your visitors become everyone's visitors. no saas, no signup loops. just ↓↓ and you're in.

how it works

01/[MOD:TRAVERSAL]active
01/

put ↓↓ on your site

one copy-paste embed. framework-agnostic: react, vue, svelte, raw html, whatever you vibe-coded it in.

02/

visitors hop the ring

a click hits /ring/next/your-slug and gets a raw 307 redirect to the next builder. no interstitials, no auth walls.

03/

dead nodes get skipped

health checks flag sites that stop responding. traversal routes around them so the loop never breaks.

traversal diagram

ring traversal: a click on your site hits /ring/next/your-slug, which 307-redirects to the next builder. clicking prev hits /ring/prev/last-slug and redirects back around the loop.

inactive nodes are skipped automatically. the traversal algorithm only sees active members. dead nodes never break the loop.

active nodes

[COUNT:0]
02/[MOD:RING/LEDGER]live
posnamesite

apply to the ring

every node is reviewed before it enters the rotation. working products only, https required.

03/[MOD:INGEST]open

put the ring on your site

once approved, swap YOUR-SLUG for the slug we email you.

plain html: works anywhere
<a href="https://hackerhouse.to/ring/next/YOUR-SLUG"
   style="font-family:monospace;color:#8b5cf6;text-decoration:none">
  ↓↓ double down ring
</a>
widget: adds prev / random / next
<script src="https://hackerhouse.to/ring-widget.js"
        data-slug="YOUR-SLUG" defer></script>