Rename (You)rSpace to rSpace, expand Sister Ecosystems to full ecosystem map
- Rename all (You)rSpace references to rSpace across components - Rewrite Sister Ecosystems section as broader "The Ecosystem" with three tiers: Root Systems (Commons Stack, P2P Foundation), Economic Ecosystems (MycoFi, NoFi, Defect.fi), and Culture & Infrastructure (Compost Capitalism, Mycopunk, The Undernet) - NoFi is now one node among equals rather than the focal point - Update hero quip to remove (you)r pattern Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4f8727fd52
commit
78e477c433
|
|
@ -228,7 +228,7 @@ export function AnastomosisSection() {
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="domain-link"
|
className="domain-link"
|
||||||
>
|
>
|
||||||
(you)rSpace.online
|
rSpace.online
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
and start anastomosing.
|
and start anastomosing.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ const LINKS = [
|
||||||
{ name: "Mycopunk", url: "https://mycopunk.xyz" },
|
{ name: "Mycopunk", url: "https://mycopunk.xyz" },
|
||||||
{ name: "rFunds", url: "https://rfunds.online" },
|
{ name: "rFunds", url: "https://rfunds.online" },
|
||||||
{ name: "rStack", url: "https://rstack.org" },
|
{ name: "rStack", url: "https://rstack.org" },
|
||||||
{ name: "(You)rSpace", url: "https://yourspace.online" },
|
{ name: "rSpace", url: "https://yourspace.online" },
|
||||||
{ name: "Undernet", url: "https://undernet.earth" },
|
{ name: "Undernet", url: "https://undernet.earth" },
|
||||||
{ name: "Psilo-Cyber", url: "https://psilo-cyber.net" },
|
{ name: "Psilo-Cyber", url: "https://psilo-cyber.net" },
|
||||||
{ name: "Compost Capitalism", url: "https://compostcapitalism.xyz" },
|
{ name: "Compost Capitalism", url: "https://compostcapitalism.xyz" },
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ const QUIPS = [
|
||||||
"stop making money, start making sense",
|
"stop making money, start making sense",
|
||||||
"building from beneath the surface",
|
"building from beneath the surface",
|
||||||
"the (post-app)lication layer for regeneration",
|
"the (post-app)lication layer for regeneration",
|
||||||
"(you)r space, (you)r rules, (you)r data",
|
"your space, your rules, your data",
|
||||||
"encrypted, entangled, evolving",
|
"encrypted, entangled, evolving",
|
||||||
"permaculture economies, pluralistic value",
|
"permaculture economies, pluralistic value",
|
||||||
"peer for peer, people for planet",
|
"peer for peer, people for planet",
|
||||||
|
|
|
||||||
|
|
@ -240,7 +240,7 @@ export function LegacySection() {
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="domain-link"
|
className="domain-link"
|
||||||
>
|
>
|
||||||
(You)rSpace
|
rSpace
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="opacity-60">
|
<div className="opacity-60">
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ const NODES: NetworkNode[] = [
|
||||||
y: 78,
|
y: 78,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "(You)rSpace",
|
name: "rSpace",
|
||||||
domain: "yourspace.online",
|
domain: "yourspace.online",
|
||||||
description: "Community-owned digital spaces",
|
description: "Community-owned digital spaces",
|
||||||
x: 65,
|
x: 65,
|
||||||
|
|
|
||||||
|
|
@ -12,80 +12,195 @@ export function NoFiSection() {
|
||||||
<div className="max-w-4xl mx-auto space-y-16">
|
<div className="max-w-4xl mx-auto space-y-16">
|
||||||
<div className="section-reveal space-y-6 text-center">
|
<div className="section-reveal space-y-6 text-center">
|
||||||
<h2 className="font-serif text-4xl sm:text-5xl md:text-6xl font-bold">
|
<h2 className="font-serif text-4xl sm:text-5xl md:text-6xl font-bold">
|
||||||
Sister Ecosystems
|
The Ecosystem
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-lg sm:text-xl opacity-85 max-w-2xl mx-auto leading-relaxed">
|
<p className="text-lg sm:text-xl opacity-85 max-w-2xl mx-auto leading-relaxed">
|
||||||
The MycoStack doesn’t grow alone. It interweaves with
|
The MycoStack doesn’t grow alone. It interweaves with
|
||||||
parallel movements rethinking value, finance, and coordination
|
parallel movements rethinking value, finance, coordination, and
|
||||||
from the ground up.
|
knowledge from the ground up. Each ecosystem reinforces the
|
||||||
|
others — the way mycorrhizal networks link distinct species
|
||||||
|
into shared resilience.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="section-reveal grid gap-6 sm:grid-cols-3 max-w-3xl mx-auto">
|
{/* Row 1: Root ecosystems */}
|
||||||
<div className="glass-card p-5 space-y-3">
|
<div className="section-reveal space-y-4">
|
||||||
<h3 className="font-serif text-lg font-semibold">
|
<h3 className="font-serif text-xl font-semibold opacity-70 text-center">
|
||||||
<a
|
Root Systems
|
||||||
href="https://nofi.lol"
|
</h3>
|
||||||
target="_blank"
|
<div className="grid gap-6 sm:grid-cols-2 max-w-3xl mx-auto">
|
||||||
rel="noopener noreferrer"
|
<div className="glass-card p-5 space-y-3">
|
||||||
className="domain-link"
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
>
|
<a
|
||||||
NoFi
|
href="https://commonsstack.org"
|
||||||
</a>
|
target="_blank"
|
||||||
</h3>
|
rel="noopener noreferrer"
|
||||||
<p className="text-sm leading-relaxed opacity-80">
|
className="domain-link"
|
||||||
Post-finance. The point was never to make money — it was
|
>
|
||||||
to make <em>change</em>. NoFi asks: what if we build
|
Commons Stack
|
||||||
coordination so dense that the financial scaffolding can be
|
</a>
|
||||||
composted?
|
</h4>
|
||||||
</p>
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
<div className="glass-card p-3 space-y-1 font-mono text-xs text-center">
|
The primary root. Token engineering, augmented bonding curves,
|
||||||
<div className="opacity-40">TradFi → DeFi → ReFi →</div>
|
conviction voting, and the Trusted Seed community — the
|
||||||
<div style={{ color: "var(--scroll-accent)" }}>NoFi</div>
|
tools and culture from which the MycoStack grows.
|
||||||
<div className="opacity-50">Transcend the need for it.</div>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://wiki.p2pfoundation.net/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
P2P Foundation
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
25,000 pages of commons knowledge. Commons-based peer
|
||||||
|
production, the partner state, cosmo-localism — the
|
||||||
|
theoretical bedrock and the frontier ahead.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Row 2: Economic ecosystems */}
|
||||||
|
<div className="section-reveal space-y-4" style={{ transitionDelay: "0.1s" }}>
|
||||||
|
<h3 className="font-serif text-xl font-semibold opacity-70 text-center">
|
||||||
|
Economic Ecosystems
|
||||||
|
</h3>
|
||||||
|
<div className="grid gap-6 sm:grid-cols-3 max-w-3xl mx-auto">
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://mycofi.earth"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
MycoFi
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Mycelial finance — currencies that route value like fungi
|
||||||
|
route nutrients. Sensing scarcity, bridging gaps, feeding the
|
||||||
|
weak to strengthen the whole. Economics as ecology.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://nofi.lol"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
NoFi
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Post-finance. What if coordination becomes so dense that the
|
||||||
|
financial scaffolding can be composted? Not anti-money —
|
||||||
|
beyond the need for it.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://defect.fi"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
Defect.fi
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Defecting from extractive finance. The conscious choice to
|
||||||
|
withdraw from systems that concentrate wealth and build
|
||||||
|
alternatives that distribute it.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="glass-card p-5 space-y-3">
|
<div className="glass-card p-3 space-y-1 font-mono text-xs text-center max-w-sm mx-auto">
|
||||||
<h3 className="font-serif text-lg font-semibold">
|
<div className="opacity-50">TradFi → DeFi → ReFi → MycoFi →</div>
|
||||||
<a
|
<div style={{ color: "var(--scroll-accent)" }}>NoFi</div>
|
||||||
href="https://mycofi.earth"
|
<div className="opacity-50">Transcend the need for it.</div>
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className="domain-link"
|
|
||||||
>
|
|
||||||
MycoFi
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
<p className="text-sm leading-relaxed opacity-80">
|
|
||||||
Mycelial finance — currencies that route value like fungi
|
|
||||||
route nutrients. Sensing scarcity, bridging gaps, feeding the
|
|
||||||
weak to strengthen the whole. Economics as ecology.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="glass-card p-5 space-y-3">
|
{/* Row 3: Cultural & infrastructure ecosystems */}
|
||||||
<h3 className="font-serif text-lg font-semibold">
|
<div className="section-reveal space-y-4" style={{ transitionDelay: "0.2s" }}>
|
||||||
<a
|
<h3 className="font-serif text-xl font-semibold opacity-70 text-center">
|
||||||
href="https://defect.fi"
|
Culture & Infrastructure
|
||||||
target="_blank"
|
</h3>
|
||||||
rel="noopener noreferrer"
|
<div className="grid gap-6 sm:grid-cols-3 max-w-3xl mx-auto">
|
||||||
className="domain-link"
|
<div className="glass-card p-5 space-y-3">
|
||||||
>
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
Defect.fi
|
<a
|
||||||
</a>
|
href="https://compostcapitalism.xyz"
|
||||||
</h3>
|
target="_blank"
|
||||||
<p className="text-sm leading-relaxed opacity-80">
|
rel="noopener noreferrer"
|
||||||
Defecting from extractive finance. Naming the exit — the
|
className="domain-link"
|
||||||
conscious choice to withdraw from systems that concentrate
|
>
|
||||||
wealth and build alternatives that distribute it.
|
Compost Capitalism
|
||||||
</p>
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Decomposing extractive systems into nutrients for regeneration.
|
||||||
|
The old economy isn’t destroyed — it’s
|
||||||
|
composted into something that can sustain life.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://mycopunk.xyz"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
Mycopunk
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Building from beneath the surface. A cultural and philosophical
|
||||||
|
movement that draws on fungi as a model for decentralized,
|
||||||
|
resilient, regenerative systems.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="glass-card p-5 space-y-3">
|
||||||
|
<h4 className="font-serif text-lg font-semibold">
|
||||||
|
<a
|
||||||
|
href="https://undernet.earth"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="domain-link"
|
||||||
|
>
|
||||||
|
The Undernet
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p className="text-sm leading-relaxed opacity-80">
|
||||||
|
Community-owned infrastructure. Self-provisioned servers,
|
||||||
|
encrypted mesh networks, open protocols — the network
|
||||||
|
beneath the network.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<blockquote className="section-reveal max-w-2xl mx-auto text-center">
|
<blockquote className="section-reveal max-w-2xl mx-auto text-center">
|
||||||
<p className="font-serif text-xl sm:text-2xl italic leading-relaxed opacity-80">
|
<p className="font-serif text-xl sm:text-2xl italic leading-relaxed opacity-80">
|
||||||
“Stop making money. Start making sense.”
|
“None of us are as resilient as all of us. The ecosystem
|
||||||
|
is the unit of survival.”
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue