Skip to content

Start with Why: lead the page with the belief, not the features#6

Merged
VijitSingh97 merged 3 commits into
mainfrom
claude/start-with-why
Jun 14, 2026
Merged

Start with Why: lead the page with the belief, not the features#6
VijitSingh97 merged 3 commits into
mainfrom
claude/start-with-why

Conversation

@VijitSingh97

@VijitSingh97 VijitSingh97 commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Reworks the landing page around Simon Sinek's golden circle — Why → How → What — so it leads with why this exists instead of jumping straight into services and features.

Why (leads the page)

  • Hero now opens with the belief: "Money you don't have to trust anyone with." (was "Run the whole operation yourself.") The sub is belief-first: "We believe you should be able to earn and hold private money — Monero, on your own node — without a custodian, a pool operator, or anyone watching your connection. That's always been expert-only. We made it one command." The one-command terminal sits right below as proof.
    • Kept the keyword eyebrow (Private Monero mining · self-hosted) and the keyword-rich <title>/meta/FAQ/JSON-LD, so leading with the emotional Why costs nothing in SEO.
  • New "// why we built this" sectionTrust no one. Not even us. — with three convictions that map to the project's pillars:
    1. Your money should answer to no one. (sovereign — no custodian/operator)
    2. Privacy isn't something you ask for. (private — Tor-first by default)
    3. Sovereignty shouldn't take an expert. (easy + transparent — one command, open & verifiable)

How → What

  • The "How we build" ethos section moves up, right after the Why — it's the how.
  • Stats / flow / projects / roadmap become the what (the proof), where they belong.
  • Final order: Why (hero) → Why (beliefs) → How (ethos) → What (stats, flow, projects, roadmap) → FAQ → CTA.
  • Nav leads with Why; FAQ flipped to the alt background to keep the section rhythm after the reorder.

Notes

Verification

  • hugo --gc --minify --panicOnWarning — clean.
  • htmltest — passes (every nav anchor, incl. the new #why, resolves).
  • Beliefs render 3-col on desktop / 1-col on mobile; section order confirmed Why → How → What (screenshotted).

🤖 Generated with Claude Code


Update: all four why-angles, grounded in the code

Reviewed pithead + rigforge (code + docs) so the why ties to what the project actually is. Expanded the beliefs from 3 to 4 convictions — one per angle, each a real decision in the repos:

  1. Your money should answer to no one — own node + own P2Pool, rewards straight to your wallet, no operator/custodian/fee; the miner never holds a wallet.
  2. Privacy isn't a setting you switch on — Tor hidden services by default, RPC localhost-bound; Tor-first and honest about the outbound edges that aren't Tor yet.
  3. Don't trust us. Verify us — version-pinned + SHA256-checked binaries, no curl | bash, a privacy guide mapping every off-box connection incl. the open trade-offs, MIT. (Pithead's most authentic differentiator: honesty.)
  4. Sovereignty shouldn't take an expert — one command provisions node/Tor/payouts/tuning/dashboard; defaults, preview-before-apply, doctor.

Section retitled "Beliefs you can see in the code." Grid is 2×2 desktop / 1-col mobile. Copy vetted against the repos to avoid overclaims (zero-fee = P2Pool payouts; XvB donation optional/minimized; "pinned/commit-verified", not "signed").


Update 2: led with sovereignty (the founder's actual why)

The maintainer's real reason for building this, in priority order: (1) own your own stack, (2) mine without anyone knowing, (3) avoid fees. Re-centered on that:

  • Hero: "Own the whole operation." with a founder-voice sub — a stack you own outright, no operator's cut, no custodian, your mining kept quietly to yourself, one command.
  • Beliefs reframed to those three reasons + easy, in order: Own the whole stack → Mine without telling the world → Keep what you earn → And it shouldn't take an expert. Section retitled "Why it exists — and where to see it." (dropped the standalone "verify us" card — that's a how, and it already lives in the ethos section).

Stealth is framed as the goal ("kept quietly to yourself", "IP not advertised to peers"), not an absolute — consistent with the repo's Tor-first-not-Tor-only honesty.

VijitSingh97 and others added 3 commits June 14, 2026 14:25
Restructures the landing page around Simon Sinek's golden circle (Why → How →
What) so it leads with why this exists, not what it ships.

- Hero now opens with the WHY: "Money you don't have to trust anyone with."
  (was "Run the whole operation yourself"), with a belief-first sub. Kept the
  keyword eyebrow ("Private Monero mining · self-hosted") for SEO, and the
  one-command terminal right below as proof of the claim.
- New "// why we built this" beliefs section (data/content.yaml → beliefs):
  three convictions — your money answers to no one, privacy isn't something you
  ask for, sovereignty shouldn't take an expert — covering the project's pillars
  (private, sovereign, easy) and the "trust no one, not even us" ethos.
- Reordered to Why → How → What: the "How we build" ethos section moves up,
  ahead of the project features; stats/flow/projects/roadmap become the proof.
- Nav leads with "Why"; FAQ flipped to alt background to keep the section
  rhythm after the move.

No new dependencies; beliefs reuse the existing visual system (orange rule +
section grid). Verified: hugo --gc --minify --panicOnWarning clean; htmltest
passes (all nav anchors resolve); 3-col beliefs on desktop, 1-col on mobile;
section order confirmed Why → How → What.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reviewed pithead + rigforge (code + docs) to make the why tie to the what, then
expanded the beliefs section from 3 to 4 convictions — one per angle — each a
real decision in the repos, not a slogan:

- "Your money should answer to no one." — own node + own P2Pool, rewards paid
  straight to your wallet, no operator/custodian/fee; the miner never holds a
  wallet address.
- "Privacy isn't a setting you switch on." — Monero/Tari/P2Pool as Tor hidden
  services by default, RPC localhost-bound; Tor-first and honest about the
  outbound edges that aren't Tor yet (no "Tor-only" overclaim).
- "Don't trust us. Verify us." — version-pinned + SHA256-checked binaries, no
  curl | bash, a privacy guide that maps every off-box connection incl. the open
  trade-offs, MIT. This is pithead's most authentic differentiator: honesty.
- "Sovereignty shouldn't take an expert." — one command provisions node, Tor,
  payouts, kernel tuning, dashboard; sensible defaults, preview-before-apply,
  doctor.

Section retitled "Beliefs you can see in the code." (was "Trust no one. Not even
us." — now one of the four cards). Grid is 2x2 on desktop, 1-col on mobile.
Wording vetted against the repos to avoid overclaims (zero-fee = P2Pool payouts;
XvB donation is optional/minimized; "pinned/commit-verified", not "signed").

Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes; 4 beliefs
render 2x2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Per the maintainer, the most compelling reason this exists is owning your own
stack; then mining without anyone knowing; then avoiding fees. Re-centered the
page on that, in that order.

- Hero: "Own the whole operation." (was "Money you don't have to trust anyone
  with."), founder-voice sub: a stack you own outright, no operator's cut, no
  custodian, mining kept quietly to yourself, one command.
- Beliefs reframed to the three real motivations + easy, sovereignty first:
  1. Own the whole stack — runs on hardware you control, nothing anyone else can
     switch off.
  2. Mine without telling the world — Tor hidden services by default, no port
     forwarding, IP not advertised to peers (Tor-first, honest about the edges).
  3. Keep what you earn — P2Pool pays your wallet directly, no operator/cut; the
     miner's dev fee is XMRig's 1%, one line to zero.
  4. And it shouldn't take an expert — one command, defaults, preview, doctor.
  Section retitled "Why it exists — and where to see it." (Dropped the standalone
  "verify us" card — that's the how; it lives in the ethos section.)

Wording kept defensible: stealth framed as a goal ("kept quietly to yourself"),
not an absolute; no "Tor-only"; zero-fee = P2Pool payouts; dev fee 1% zeroable.

Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VijitSingh97 VijitSingh97 merged commit 4baf316 into main Jun 14, 2026
2 checks passed
@VijitSingh97 VijitSingh97 deleted the claude/start-with-why branch June 14, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant