/* Loops Knowledge Hub — "Could This Be ADHD?" — sensitive/clinically-adjacent guide page. Knowledge Hub direction: eyebrow labels, stacked insight blocks, 2x3 recognition grid, distinct pull quotes, single CTA at the end only. Extra-calm treatment: no urgency devices; doctor + support signposts kept as quiet body copy. Inline links point to existing pages; UK English, no em dashes, no GP (use "doctor"), non-geo-specific. */ const CTA_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const CTA_NAV_LINKS = [ { label: "The basics", href: "#basics" }, { label: "What to do next", href: "#next" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const CtaNav = () => { 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 CtaHero = () => (
ADHD Knowledge Hub

I'm wondering if this is ADHD.

A lot of this sounds familiar. You're just not sure yet. This page can't diagnose you, and it won't pretend to. What it can do is help you think clearly about the question, and show you what a useful next step looks like.

); /* ---------------- Section 2: The basics ---------------- */ const CtaBasics = () => (
The basics

What ADHD actually is. And what it isn't.

ADHD isn't a shortage of attention, and it was never really about being unable to sit still. It's best understood as a cluster of interacting differences: executive dysfunction, altered time perception, steeper discounting of delayed rewards, and frequent emotional dysregulation.

In practice, that means attention that follows interest rather than importance, starting that doesn't follow from knowing, intentions that don't surface when needed, and feelings that arrive at full volume. It also means hyperfocus: the same brain that can't start the tax return can disappear into a fascinating problem for six hours.

The question was never "can you pay attention?" It's "can you direct your attention where you choose, when it matters, reliably?"

Everyone experiences some of this sometimes. What distinguishes ADHD is degree, persistence and cost: the patterns are lifelong, show up across multiple areas of life, and get in the way of things that matter, even when you're trying hard. Often especially when you're trying hard.

); /* ---------------- Section 3: Recognition (6 cards) ---------------- */ const CTA_RECOGNITION = [ "A lifetime of \"so much potential\" followed by a quiet, private confusion about why everything is harder for you than it seems to be for everyone else.", "A career built on last-minute sprints. The work is good. The way it gets done is costing you.", "A graveyard of systems: planners, apps, routines. Each one worked brilliantly for about three weeks.", "Emotions with the volume turned up. Criticism that lands like injury, frustration that ends whole days.", "Time that behaves strangely. Chronically late or absurdly early, deadlines that feel unreal until they're emergencies.", "Exhaustion nobody sees, because holding it together in public is its own full-time job.", ]; const CtaRecognition = () => (
Does any of this sound familiar?

What it tends to look like in an adult life.

Adult ADHD rarely looks like the classroom stereotype. It looks more like this.

{CTA_RECOGNITION.map((t, i) => (

{t}

))}

Recognising yourself here isn't a diagnosis. But it isn't nothing, either. Patterns this consistent deserve to be taken seriously rather than filed under "everyone struggles".

); /* ---------------- Section 4: Why it gets missed (4 blocks) ---------------- */ const CtaMissed = () => (
Understanding the gap

Why nobody spotted it, including you.

The stereotype problem

The public image of ADHD is a disruptive eight-year-old child. If you were quiet, capable or well-behaved, you didn't match the picture, so nobody looked, and eventually neither did you.

Compensation hides the evidence

Being bright or hardworking enough to cover the gaps doesn't remove ADHD. It removes the proof. Masking and compensation can hold for decades, which is why so many people are told "you can't have ADHD, look how well you're doing". The doing-well was the symptom.

It presents differently, especially in women

Inattentive patterns, internal restlessness and emotional intensity are easier to miss than bounced-off-walls hyperactivity. Many women, and plenty of men, reach their thirties or forties before anyone connects the dots.

It gets diagnosed as its consequences

Years of unexplained struggle produce anxiety, low mood and battered self-esteem. Those often get treated first, sometimes for years, while the pattern underneath them goes unexamined.

A common trigger for finally asking the question is a moment when compensation stops covering: a promotion, a baby, a loss, a burnout. If that's what brought you here, you're in well-documented company.

); /* ---------------- Section 5: What else it could be ---------------- */ const CtaElse = () => (
The honest section

Familiar doesn't automatically mean ADHD.

This page would be doing you a disservice if it only argued one direction. Several other things can produce ADHD-like patterns, and a good assessment exists precisely to tell them apart.

Anxiety and depression both disrupt concentration, memory and follow-through. Poor sleep degrades attention and emotional regulation in anyone, and untreated sleep disorders can look strikingly like ADHD. Chronic stress and burnout flatten executive function for as long as they last. Thyroid problems, hormonal changes and some medications matter too.

Two honest complications. First, direction: these conditions can mimic ADHD, but ADHD also causes several of them, so their presence doesn't rule ADHD out. Second, company: ADHD frequently travels with anxiety, depression and sleep problems, so it's often not either-or. This is genuinely hard to untangle from the inside, which is exactly why a proper assessment, rather than a quiz or a feed of relatable videos, is the right tool for the job.

One useful distinguishing question: how long has this been true? ADHD patterns are lifelong, visible in some form since childhood or adolescence, even if they were masked or explained away. If your difficulties appeared recently, alongside a life event, an illness or a mood change, that points somewhere else first.

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

You don't need certainty to take this seriously.

People often get stuck at this stage for months or years, cycling between "it would explain everything" and "everyone's a bit like this, I'm probably being dramatic". Both thoughts can feel true on the same afternoon. Neither is a plan.

Here's the reframe that unsticks it: the question "do I definitely have ADHD?" doesn't need answering before the question "do I deserve support with the things I'm struggling with?" The answer to the second one is already yes. Whatever the assessment eventually says, the difficulty was real, the years of self-blame were doing damage, and the strategies that help ADHD brains, external structure, smaller starts, kinder restarts, help the people who merely resemble them too.

A diagnosis is a door, not a verdict. And you're allowed to start making life easier before anyone opens it.
); /* ---------------- Section 7: What to do next (5 blocks + closing) ---------------- */ const CtaNext = () => (
Practical steps

A sensible path from "wondering" to "knowing".

Write the pattern down

Before any appointment, collect concrete examples across your life: school reports, work patterns, money, relationships, the systems that didn't stick. Assessments look for lifelong patterns across settings, and specifics beat vibes.

Use a screener as a conversation starter

Validated tools like the Adult ADHD Self-Report Scale (ASRS) exist and are free. They can't diagnose you, but a high score is a legitimate, evidence-based reason to take the next step.

Ask people who knew you young

A parent, sibling or old friend can often confirm patterns you've normalised or forgotten. Childhood evidence matters in assessment, and other people's memories count.

Speak to your doctor

The route to an assessment usually starts with your doctor, and it's worth being direct: bring your examples, name the pattern, and ask about your options. Waiting lists are often long, and it's reasonable to ask what routes exist rather than accepting the first one quoted.

Support yourself in the meantime

A referral is not a pause button on your life. Long waits are exactly why support that doesn't require a finished diagnosis, structure, coaching-style help, psychoeducation, communities of people with the same patterns, matters so much in the gap.

And a note on self-identification, said without hedging: many people wait years for assessment, and recognising these patterns in yourself in the meantime is legitimate. You don't need a certificate to start working with your brain instead of against it. If any of this sits alongside serious distress, though, don't wait it out alone. Your doctor is a good first call, and other support is available too.

); /* ---------------- Section 8: Open questions ---------------- */ const CtaOpenQuestions = () => (
Honest limits

What we still don't know.

Adult ADHD diagnosis is rising sharply, and the field is honestly divided about what mix that represents: genuine historical underdiagnosis being corrected, better recognition of women and inattentive presentations, and, in some places, assessment quality that varies more than anyone would like. All three can be true at once.

The boundaries are genuinely debated too: where ordinary human variation ends and diagnosable impairment begins isn't a bright line, and reasonable clinicians can disagree at the margins. None of that makes your experience less real. It makes a careful, thorough assessment more valuable, not less.

); /* ---------------- Section 9: The bottom line ---------------- */ const CtaBottomLine = () => (
The bottom line

Wondering is a reasonable place to be. It isn't a place to live.

If lifelong patterns of interest-led attention, hard starts, leaky memory, strange time and loud emotions are costing you things you care about, the question you're asking is legitimate, whatever the answer turns out to be. ADHD is a real explanation for some people. Sleep, mood, stress or burnout is the better explanation for others. Sometimes it's both.

What matters is movement: examples written down, a screener done, a conversation booked, and support in place that doesn't wait for certainty. You're not being dramatic. You're being thorough about your own life, and that's the opposite of the problem.

); /* ---------------- Section 10: Final CTA ---------------- */ const CtaFinalCTA = () => (
You don't need a diagnosis to start

Start before the waiting list does.

Loops is a daily coaching app built for ADHD brains, and you don't need a diagnosis to use it. Many people start while they're still wondering, still waiting, or still deciding. If the patterns on this page feel familiar, Loops is built for the way your days actually work.

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