/* Loops — "No Diagnosis Needed" page (/no-diagnosis-needed). For people told it isn't ADHD, still waiting, or who never sought assessment. Established design system: sticky nav, hero, stat cards, three-situation blocks, cards, pull-quotes, honest note, sources. UK English, no em dashes. */ const ND_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const ND_NAV_LINKS = [ { label: "Which one sounds like you", href: "#which-one" }, { label: "Why it works", href: "#why-it-works" }, { label: "An honest note", href: "#honest-note" }, { label: "For ADHD", href: "/adhd/" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const NdNav = () => { 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 NdHero = () => (
No diagnosis needed

You don't need a diagnosis to need a system.

Loops was designed for people with ADHD, but it's built for everyone. The struggles it helps with don't check whether you have a diagnosis first.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- The bit nobody talks about ---------------- */ const ND_STATS = [ { n: "549,000", d: "people are waiting for an ADHD assessment in England.", src: "NHS England, March 2025" }, { n: "144,000", d: "of them have been waiting more than two years.", src: "NHS England, March 2025" }, { n: "14%", d: "of people referred for ADHD at one NHS clinic in Cardiff ended up with a diagnosis. The other 86% walked out with the same struggles they walked in with.", src: "BJPsych Open, 2024" }, ]; const NdGap = () => (
The bit nobody talks about

The struggle is real. Nobody's offering a system for it.

{ND_STATS.map((s) => (
{s.n}

{s.d}

{s.src}

))}

And when the assessment finally happens, the answer isn't always yes. Very often, people leave with no plan for what to do next.

Meanwhile, plenty of people never join the queue at all. They just know that willpower alone hasn't been working.

Three very different situations. One shared problem.

That's the gap Loops was built to fill.
); /* ---------------- Which one sounds like you ---------------- */ const NdWhichOne = () => (
Which one sounds like you?

Three different starting points. The same next step.

{/* 1 */}
01

You were assessed and told it's not ADHD

Maybe you waited months, or years. You'd quietly hoped the assessment would explain everything. Then someone told you no, you don't have ADHD.

Here's what we want you to know.

A "no" doesn't erase the difficulties that sent you looking for answers in the first place. The trouble starting tasks, the abandoned projects, the guilt spiral after a missed day. Those were real before the assessment, and they're still real now.

The NHS agrees. Its 2025 ADHD Taskforce report says support should be needs-led, and shouldn't rely on or require a clinical diagnosis. In plain terms, if someone is struggling, help them based on their needs.

That's exactly how Loops works. We never ask for a diagnosis. We ask what you're trying to do, and we help you build the small daily actions that get you there.

You don't have to relitigate the assessment. You don't have to prove anything. You just have to start small.

{/* 2 */}
02

You're still waiting

You're one of hundreds of thousands of people in the queue. Some waits now stretch past five years in parts of the UK.

Waiting is exhausting. It can feel like your life is on pause until someone gives you an answer.

But here's the thing. You don't need the answer to start building the system. The habits that help, tiny consistent actions, gentle accountability, celebrating small wins, work whether or not a diagnosis eventually arrives.

If it does arrive, brilliant. You'll already have momentum, and a clearer picture of what helps you. If it doesn't, you'll still have the system.

Start where you are. The queue can do its thing in the background.

{/* 3 */}
03

You've never sought an assessment

Maybe you suspect ADHD. Maybe you don't. Maybe you've just noticed a pattern, like the gym memberships that fizzled, the side project gathering dust, the promotion you keep meaning to go for.

You don't need a label to recognise the pattern. You have the symptom, just not the system.

Most productivity tools assume motivation is the missing piece. It usually isn't. What's missing is a structure that makes starting easy, keeps you going on the flat days, and doesn't punish you when life gets in the way.

That's what a Loop is. Whether your goal is getting healthier, finishing something, or finally going for that promotion, the approach is the same. Small daily actions, real accountability, and a system that meets you where you are.

); /* ---------------- Why the same system works ---------------- */ const NdWhyWorks = () => (
Why the same system works for everyone

This isn't us stretching an ADHD app to fit more people. It's the other way round.

Designing for ADHD means designing for the hardest version of the problem. Starting when starting feels impossible. Staying consistent when your attention has other plans. Recovering from setbacks without shame.

Solving for that means we've solved it for everyone.

{[ { t: "Breaking goals into small steps", b: "Big things stop being scary when the next action is genuinely small." }, { t: "External accountability", b: "Someone who can see the work makes the work far more likely to happen." }, { t: "Quick wins", b: "Progress you can feel now, not months from now." }, { t: "Low-pressure recovery", b: "A missed day is data, not failure. Getting back in costs almost nothing." }, ].map((c) => (

{c.t}

{c.b}

))}

The research backs this up. These things help people regardless of what's underneath the struggle. Anxiety, burnout, a chaotic season of life, or simply being human.

If it works for the hardest days, it works for the ordinary ones too.
); /* ---------------- What Loops actually does ---------------- */ const ND_WHAT = [ { n: "01", t: "Small daily actions", b: "Big goals broken into steps small enough that starting stops being scary." }, { n: "02", t: "Accountability that's kind", b: "Gentle check-ins, not guilt trips. We never use shame to keep you going, because shame doesn't work." }, { n: "03", t: "Rewards along the way", b: "Progress gets noticed and celebrated, even the tiny stuff. Especially the tiny stuff." }, { n: "04", t: "Coaching that adapts", b: "As your goals change, Loops changes with you. Getting fit this season, career next season. Same system, new Loop." }, { n: "05", t: "No judgement about setbacks", b: "Missed a few days? That's not failure, that's data. Loops helps you restart without the guilt spiral." }, ]; const NdWhatItDoes = () => (
What Loops actually does

A daily coaching system. Here's the shape of it.

{ND_WHAT.map((p) => (
{p.n}

{p.t}

{p.b}

))}
); /* ---------------- An honest note ---------------- */ const NdHonestNote = () => (
An honest note

Loops is a coaching system, not a medical service.

It doesn't diagnose anything, and it isn't a replacement for professional support.

If an assessment pointed you towards something else, like anxiety, low mood, or sleep difficulties, it's worth following that up with your doctor. Loops works well alongside that kind of support, not instead of it.

At work

You don't need a diagnosis to ask for reasonable adjustments. Acas guidance is clear that employers should support workers based on how they're affected, diagnosis or not.

At school

SEN support and EHCPs are based on a child's needs, not their labels. The legal charity IPSEA is explicit that support for special educational needs is not tied to diagnosis.

Support based on need, not label. It's the law's approach. It's the NHS Taskforce's recommendation. And it's how Loops has worked from day one.

If you're struggling right now and need to talk to someone, you can find crisis lines and specialist support on Find help now.

); /* ---------------- Final CTA ---------------- */ const NdFinalCTA = () => (
Start small. Start today.

Pick one goal. Break it into something tiny. Do it today.

Whatever brought you here, an assessment that said no, a waiting list that says nothing, or just the quiet knowledge that willpower isn't cutting it, the next step is the same. That's a Loop. And it's yours, no diagnosis required.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const ND_SOURCES = [ { t: "NHS England ADHD Management Information", d: "May 2025 release: 549,000 people waiting for ADHD assessment in England at end of March 2025; 144,000 waiting two years or more." }, { t: "Brooks & Annear, BJPsych Open (2024)", d: "Service evaluation of 230 ADHD referrals at a Cardiff community mental health team; 14% received an ADHD diagnosis." }, { t: "NHS England ADHD Taskforce report (2025)", d: "Support should be \u201Cneeds-led\u201D and should \u201Cnot rely on or require clinician provided diagnosis\u201D." }, { t: "Acas guidance on neurodiversity at work", d: "A worker does not need a diagnosis to be considered disabled under the Equality Act 2010." }, { t: "IPSEA", d: "\u201CSupport for SEN is not tied to diagnosis.\u201D" }, ]; const NdSources = () => (
Our sources

Where these numbers come from.

); /* ---------------- App ---------------- */ function NdApp() { return (
); } const ndRoot = ReactDOM.createRoot(document.getElementById("root")); ndRoot.render();