/* Loops Knowledge Hub — "Living With ADHD" — cluster landing page. Front door to the Living With ADHD section. NO topic-index section by site convention: all routing happens through inline content blocks, so "Read the full page" text links are load-bearing navigation and stay visually consistent (text links, never buttons). Self-esteem and finances are covered in full body copy here (no dedicated deep pages). Single final CTA button. UK English, no em dashes, non-geo-specific. */ const LW_LINK = "text-brand-deep font-semibold hover:underline"; const LW_PAGELINK = "inline-flex items-center gap-1 text-[14.5px] font-semibold text-brand-deep hover:underline"; /* ---------------- Page nav ---------------- */ const LW_NAV_LINKS = [ { label: "The machinery", href: "#machinery" }, { label: "The people", href: "#people" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const LwNav = () => { const [open, setOpen] = React.useState(false); const [scrolled, setScrolled] = React.useState(false); React.useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 8); onScroll(); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); React.useEffect(() => { if (!open) return; const onKey = (e) => e.key === "Escape" && setOpen(false); document.body.style.overflow = "hidden"; document.addEventListener("keydown", onKey); return () => { document.body.style.overflow = ""; document.removeEventListener("keydown", onKey); }; }, [open]); return (
Loops
); }; /* ---------------- Hero ---------------- */ const LwHero = () => (
ADHD Knowledge Hub

Living With ADHD

The everyday reality of an ADHD brain.

And how to work with it instead of against it. Not the diagnosis, not the debate. The actual Tuesday: what's happening underneath it, why the heavier patterns form, and where the leverage genuinely is.

); /* ---------------- Section 2: The frame ---------------- */ const LwFrame = () => (
The everyday reality

It's not the big moments. It's every day.

ADHD is mostly discussed at the extremes: the diagnosis story, the crisis, the superpower headline. Living with it happens somewhere quieter. It's the reply you meant to send, the timer that didn't help, the promising Monday and the vanished Thursday, the constant low-level arithmetic of holding an ordinary life together on effort nobody sees.

The single most useful thing to know about that daily reality: it isn't hundreds of separate failings. It's a handful of mechanisms, expressing themselves through every domain of your life at once. Learn the mechanisms and the chaos becomes legible. Legible things can be designed for.

You don't have a hundred problems. You have about five mechanisms with a hundred costumes.
); /* ---------------- Section 3: The machinery (5 routing blocks) ---------------- */ const LW_MACHINERY = [ { title: "Executive function", insight: "The management layer of the brain: planning, starting, sequencing, monitoring.", body: "ADHD was never a disorder of knowing what to do. It's a disorder of doing what you know.", href: "/adhd/executive-function-with-adhd/" }, { title: "Working memory", insight: "The small, leaky workspace where intentions live between forming and acting.", body: "The forgetting was never indifference. The retrieval failed, not the caring.", href: "/adhd/working-memory-with-adhd/" }, { title: "Motivation & reward", insight: "Attention follows interest, novelty, urgency and challenge. Not importance.", body: "It funds beginnings generously and withdraws around week three, on schedule.", href: "/adhd/motivation-and-reward-with-adhd/" }, { title: "Emotional dysregulation", insight: "Feelings that arrive faster, hit harder and take longer to fade, in every direction.", body: "The emotion is usually appropriate. The volume is the difference.", href: "/adhd/emotional-dysregulation-with-adhd/" }, { title: "All-or-nothing thinking", insight: "One missed day reads as total failure, and anything short of complete gets filed as worthless.", body: "It's the binary that kills good systems, and there's a third category it refuses to offer: paused.", href: "/adhd/all-or-nothing-thinking-with-adhd/" }, ]; const LwRoutingBlock = ({ b, bg }) => (

{b.title}

{b.insight} {b.body}

Read the full page

); const LwMachinery = () => (
The machinery

Five mechanisms explain most of it.

{LW_MACHINERY.map((b, i) => )}
); /* ---------------- Section 4: The heavier patterns (3 routing blocks) ---------------- */ const LW_HEAVIER = [ { title: "Masking", insight: "The learned, energy-intensive work of looking fine: performing calm, covering gaps, holding it together in public.", body: "It works for years, and the bill compounds quietly the whole time.", href: "/adhd/masking-and-compensation-with-adhd/" }, { title: "Rejection sensitive dysphoria", insight: "Criticism and rejection, real or perceived, landing as something closer to physical pain.", body: "The label is contested in the research. The experience isn't.", href: "/adhd/rejection-sensitive-dysphoria-with-adhd/" }, { title: "Burnout", insight: "What happens when sustained hyper-effort finally gives way and even basic things stop being possible.", body: "Not tiredness with better branding: the invoice for years of invisible overspending.", href: "/adhd/understanding-adhd-burnout/" }, ]; const LwHeavier = () => (
What the years add

The patterns that grow on top.

Live with those five mechanisms long enough, unexplained, and they compound into something heavier. These patterns aren't ADHD itself. They're what years of unsupported ADHD build.

{LW_HEAVIER.map((b, i) => )}
); /* ---------------- Section 5: Self-esteem (in-page, full body copy) ---------------- */ const LwSelfEsteem = () => (
Self-esteem

The ledger problem.

By adulthood, most people with ADHD are carrying a ledger written by other people's feedback: lazy, careless, flaky, so much potential. Adults with ADHD report lower self-compassion and higher perceived criticism than the general population, and one study found 88.5% anticipated discrimination in daily life. When the entries pile up for decades, the conclusion stops feeling like an opinion and starts feeling like accurate self-knowledge. It isn't. It's a shame spiral with a mechanism, and the mechanism was never your character.

Rebuilding self-esteem with ADHD is less about affirmations and more about accounting: re-filing years of "lazy" under "unsupported", understanding the mechanisms well enough to stop prosecuting yourself for them, and then building a new evidence base the only way one gets built, through small kept promises that get noticed. The research is direct that reducing shame improves persistence and restarts. Self-compassion here is functional equipment, not decoration.

); /* ---------------- Section 6: The people in your life (3 routing blocks) ---------------- */ const LwPeople = () => (
The people in your life

It reaches the people you love. That's workable too.

Relationships

Partners experience the delivery, not the intention, and the gap between them is where the damage happens. The reminder trap, the amplified arguments, the fix that isn't "try harder".

Read the full page

Friendships

Friendships with ADHD die of admin, not conflict. Out of sight, out of mind is a working memory statement, not a love statement, and the right people, told the truth, are more generous than your shame predicts.

Covered on the relationships page

Parenting

ADHD runs strongly in families, so the hardest households are often managing parent ADHD and child ADHD at once. The same problems repeating isn't failure. It's the pattern, and it has its own page.

Read the full page

); /* ---------------- Section 7: The practical load (finances, in-page) ---------------- */ const LwFinances = () => (
Finances

The ADHD tax is real money.

Money deserves naming on any honest page about daily reality, because nearly every financial habit, saving, paying on time, delaying a purchase, is a delayed-reward, multi-step, low-stimulation behaviour. That's exactly where ADHD bites hardest, and the result has a community name: the ADHD tax. Late fees, forgotten subscriptions, the letter that sat unopened until it became a much bigger problem, the relief spending after a hard day, the avoided banking app radiating guilt.

None of it is a money knowledge problem, which is why budgeting advice alone rarely fixes it. It's a follow-through problem, and it responds to the same design moves as everything else: automate what can be automated, make the important numbers visible without a login, and gentle regular check-ins instead of dreaded audits. The full page covers it properly.

); /* ---------------- Section 8: The reframe ---------------- */ const LwReframe = () => (
Something worth knowing

Working with it is a design practice, not a surrender.

"Work with your brain instead of against it" can sound like lowering the bar. It's the opposite. Against means running importance-based systems on interest-based wiring, budgeting zero for the invisible work, and treating every lapse as a verdict: a strategy with decades of your own evidence against it. With means engineering: rewards moved closer, steps shrunk, time made visible, restarts made cheap, and the load shared with systems and people instead of carried silently.

None of this means the hard days stop. It means the hard days stop costing the whole system. The practical toolkit lives in Treatment & Self-Management, and every mechanism page above ends with what actually helps for that specific piece.

Discipline asks you to be a different person every day. Design only asks you to build the system once.
); /* ---------------- Section 9: The bottom line ---------------- */ const LwBottomLine = () => (
The bottom line

Legible, workable, and not your fault.

The everyday reality of ADHD is five mechanisms wearing a hundred costumes, a few heavier patterns that years of going unexplained build on top, and a set of domains, love, money, family, self-worth, where it all plays out. Every piece of that is legible, and legible things can be designed for.

You've been running this life on effort and self-blame for long enough to know what that strategy yields. The alternative isn't trying harder. It's understanding the machine, working with its wiring, and letting structure carry what willpower was never going to. Start with whichever page above describes the thing that costs you most.

); /* ---------------- Section 10: Final CTA ---------------- */ const LwFinalCTA = () => (
The design practice, handled

Work with your brain, starting today.

Loops is a daily coaching app built around how ADHD brains actually run with small steps a day, surfaced at the right moment, with restarts that never cost more than the step. The design practice, handled for you.

Free to start. No complicated setup. Takes a few minutes.
); /* ---------------- App ---------------- */ function LwApp() { return (
); } const livingWithRoot = ReactDOM.createRoot(document.getElementById("root")); livingWithRoot.render();