/* Loops — "Heal After Loss With ADHD" use-case page Grief tangled with self-blame + exhaustion. Wellbeing guardrails: NO recovery timeline anywhere, no shaming of pace, self-harm signpost in FAQ NOT shortened (Samaritans 116 123 + SHOUT 85258), Loops positioned alongside therapy. Five gaps: collapse / activation / shame / criticism / perfectionism. Unique section: a late diagnosis as its own loss. */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const LOS_NAV_LINKS = [ { label: "Why it happens", href: "#why" }, { label: "How it works", href: "#how" }, { label: "Questions", href: "#faq" }, { label: "For ADHD", href: "/adhd/#directory" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const LosNav = () => { 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 LOS_HERO_BLOCKS = [ { title: "Start impossibly small", body: "One gentle action a day, sized for how hard things feel right now.", icon: (), }, { title: "Soften the self-blame", body: "Support that separates grieving from failing, gently and without judgement.", icon: (), }, { title: "Rebuild at your pace", body: "No timeline, no pressure to be \u201Cover it\u201D by a certain point.", icon: (), }, ]; const LosHero = () => (
Designed for ADHD. Works for everyone.

You're not failing at grief. ADHD just makes loss heavier to carry.

Grief alone can make everyday things harder. ADHD adds another layer on top, which is why basic tasks can feel impossible right now, even when you're trying.

Loops is a daily coaching app for people with ADHD. It gives you gentle actions a day, sized for how hard things feel right now, and, if you want it, one person quietly alongside you.

Free for 7 days. No complicated setup. On iOS for now.

If you're struggling more than this page can help with, please talk to your doctor or a crisis line. You'll find options wherever you are on Find help now.

{/* Three icon blocks */}

Three things Loops does for you

{LOS_HERO_BLOCKS.map((b) => (
{b.icon}

{b.title}

{b.body}

))}

Loops is a daily coaching app for people with ADHD.

); /* ---------------- What Loops does ---------------- */ const LosWhatLoopsDoes = () => (
How Loops helps

A daily system built for the hardest stretch, not the easy one.

You don't need a plan for getting your life back on track all at once. You need today to feel slightly more possible than yesterday did.

Loops offers small, low-effort actions each day, gentle support for the self-blame that often follows loss, and space to move at whatever pace this actually takes.

Then there's the part most apps leave out. One person, quietly alongside you. More on that just below.

); /* ---------------- Recognition (6 cards) ---------------- */ const LOS_RECOGNITION = [ "Things that used to feel automatic, like replying to messages or washing up, suddenly feel huge.", "You're harder on yourself for \u201Cnot coping better\u201D than you'd ever be on someone else.", "A small piece of criticism or a missed task can feel disproportionately devastating right now.", "You've tried to push through with sheer effort, and it's left you more exhausted, not less.", "Part of you worries that needing extra support means you're handling this badly.", "Even after some time has passed, things don't feel like they're getting easier the way you expected.", ]; const LosRecognition = () => (
Does any of this sound familiar?

You're not alone in this.

These are the patterns people with ADHD describe most often while healing after a loss. If you see yourself here, you're in the right place.

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

{t}

))}

None of this means you're grieving wrong. It means grief and ADHD are compounding each other, and that takes more support, not less of it.

); /* ---------------- Why it keeps happening (5 gaps) ---------------- */ const LOS_PATTERNS = [ { title: "The collapse gap", body: "Grief and ADHD both draw on the same mental resources. When they hit together, planning, memory, and follow-through can all become harder at once, not just feelings." }, { title: "The activation gap", body: "Knowing what you should do becomes much harder to act on after a loss. A missed task often isn't carelessness. It's the cost of starting going up while your resources go down." }, { title: "The shame gap", body: "Struggling after loss can quickly turn into \u201CI am failing at this too.\u201D That belief adds pressure exactly when you have the least capacity to carry it." }, { title: "The criticism gap", body: "Small criticisms or setbacks can feel disproportionately painful while you're already grieving. That heightened sensitivity is common, not a sign you're being overly dramatic." }, { title: "The perfectionism gap", body: "Pushing through on willpower alone can look like coping from the outside. It often runs out quietly, leaving more exhaustion behind than it solved." }, ]; const LosWhyItHappens = () => (
Understanding the pattern

It's not a personal failure. It's two systems under strain at once.

Grief alone affects concentration, memory, and motivation. ADHD affects those same areas on an ordinary day. Together, they can make basic functioning genuinely harder, not just harder to feel motivated about.

    {LOS_PATTERNS.map((p, i) => (
  1. {String(i + 1).padStart(2, "0")}

    {p.title}

    {p.body}

  2. ))}

None of these gaps mean you're handling this badly. They mean two demanding processes are happening at once, and that deserves real support.

); /* ---------------- Unique section: late diagnosis as its own loss ---------------- */ const LosReframe = () => (
Something worth knowing

A late diagnosis can be its own kind of loss.

For some people, the loss this page is about isn't a bereavement or a breakup. It's the grief that can follow an ADHD diagnosis later in life: looking back at years of struggle, masking, or self-blame, and realising it had a name the whole time.

That grief is real, and it's easy to assume a diagnosis should feel like an ending rather than a beginning. It's more often the start of understanding yourself differently, not a finish line you should have already crossed.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const LOS_WITNESS_CARDS = [ { t: "Not carrying every day alone", b: "When you manage the one small thing, they see it. Not to check up on you. Just so you're not carrying every day of this entirely alone." }, { t: "They expect nothing", b: "They don't nag, they don't manage you, they don't even pay. They're just there, quietly, on the days that feel like too much." }, { t: "Always optional, always yours", b: "You choose who it is. You decide exactly what they can see, and you can change it any time. There's no pressure to use it at all." }, { t: "Not a substitute for real support", b: "Being witnessed, even a little, can make the heaviest stretch a fraction lighter. But a good friend, a grief counsellor, or your doctor matters more than any app." }, ]; const LosWhyLoopsWorks = () => (
The part most apps miss

Brains cope better with people, not with apps.

Grief can be terribly isolating. People stop asking how you are, the world moves on, and you're left doing the quiet, heavy work of ordinary days mostly on your own.

So Loops offers you, gently, the one thing that helps ADHD brains most. Another person.

You choose one person you trust. Your partner, a friend, whoever feels safe. When you manage the one small thing, they see it. Not to check up on you. Just so you're not carrying every day of this entirely alone. You decide exactly what they can see, and you can change it any time.

This part is always optional, and there's no pressure to use it. It also isn't a substitute for real support: a good friend, a grief counsellor, or your doctor matters more than any app.

You don't have to carry it alone.

{LOS_WITNESS_CARDS.map((c) => (

{c.t}

{c.b}

))}

And if you'd rather keep everything to yourself for now, that's completely okay. Solo works on its own. Your person is there for if and when you want it.

); /* ---------------- How it works (5 steps) ---------------- */ const LOS_STEPS = [ { t: "Tell Loops what feels hardest right now", b: "Name the loss, however you'd describe it, and what's felt out of reach since it happened." }, { t: "Choose your person, if you want one", b: "This one is completely optional, and it's fine to skip it for now and come back later. If you'd like someone alongside you, pick one person you trust to see the small things you manage. You decide exactly what they can see, and you can change it any time. There's nothing for them to manage, and nothing for you to keep up. On a Crew plan you can choose more than one." }, { t: "Get small daily actions", b: "Gentle, low-effort steps each day, sized for how things actually feel. Manage it, and if you've chosen someone, your person sees it." }, { t: "Get support when self-blame shows up", b: "Quick, kind responses for the moments grief turns into \u201CI'm failing at this.\u201D" }, { t: "Move at your own pace", b: "No fixed timeline. Some days will need less than others, and that's expected." }, ]; const LosHowItWorks = () => (
Getting started

Simple from day one.

You don't need to feel ready to start. Loops is built to meet you exactly where things are right now.

    {LOS_STEPS.map((s, i) => (
  1. {i + 1} Step {i + 1}

    {s.t}

    {s.b}

  2. ))}

You don't need to feel ready. You just need today's small step.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const LOS_WHATS_INSIDE = [ { t: "One goal, held lightly", b: "You don't need a big goal right now. Just name what feels hardest, and what's felt out of reach since the loss. Loops holds it lightly, so there's something small to come back to, at whatever pace this takes. No timeline." }, { t: "Loops that fit the day you're having", b: "A loop is one small, repeating action, sized to how heavy the day feels. On the hardest days it's tiny: reply to one message, eat something, step outside for a minute. On easier days, a little more. A few connect to steadying yourself. Others are just life, like taking your meds before breakfast. There's no streak to keep and nothing to catch up on. If today wasn't possible, the next small thing is still there, whenever you're ready." }, { t: "Your person, if you want one", b: "Someone you choose to see the small things you manage, without expecting more. It's not there to check up on you, and it's completely optional. On a Crew plan it can be more than one: your people." }, { t: "Rewards, as kindness not targets", b: "Promise yourself something gentle, for when you want it. Not a milestone to hit. Just a small, kind thing waiting for you: a favourite meal, an afternoon with no obligations, time somewhere that helps. Loops holds it, with no pressure and no deadline." }, { t: "A coach who knows your whole story", b: "An AI coach built for ADHD. It already knows what you're carrying, so there's no re-explaining yourself from the start. No booking, no waiting room. When self-blame shows up and the smallest task feels impossible, it's there with a kind response and one gentle next step. Not a pep talk, not a plan." }, ]; const LosWhatsInside = () => (
What's inside Loops

A few simple things, working together, as gently as you need.

{LOS_WHATS_INSIDE.map((p, i) => (
{String(i + 1).padStart(2, "0")}

{p.t}

{p.b}

))}
); /* ---------------- Pricing ---------------- */ const LOS_PRICING = [ { name: "Solo", price: "\u00A39.99", per: "/mo", tag: null, blurb: "Everything: your goal, loops, rewards and coach. Just you, one small thing at a time.", featured: false }, { name: "Duo", price: "\u00A312.99", per: "/mo", tag: "The one we'd pick", blurb: "Everything, for two. You and your person, both with the full app, on one bill. Three pounds more than going alone, for the thing that makes it a little easier.", featured: true }, ]; const LosPricing = () => (
Pricing

Better with your person. And you can start alone.

{LOS_PRICING.map((p) => (
{p.tag ? {p.tag} : null}

{p.name}

{p.price} {p.per}

{p.blurb}

))}

Prefer to pay yearly? A year of it, together, with two months free. Every plan starts with a 7-day free trial. On iOS for now.

); /* ---------------- Social proof ---------------- */ const LOS_TESTIMONIALS = [ { quote: "After my dad died, I couldn't do the basics for weeks. I was so hard on myself about it. Having something this gentle helped me stop adding to my own pain.", who: "After a bereavement", meta: "Diagnosed with ADHD at 29" }, { quote: "My diagnosis came after years of struggling. I didn't expect to grieve it, but I did. This helped me process that instead of just pushing past it.", who: "After a late diagnosis", meta: "Using Loops for 3 months" }, { quote: "I pushed through my redundancy on pure willpower and crashed hard afterwards. This time I had something that didn't ask for that.", who: "Marketing consultant, Glasgow", meta: null }, ]; const LosSocialProof = () => (
What people say

From people who recognise themselves in this.

{LOS_TESTIMONIALS.map((t, i) => (
{t.quote}
{t.who}
{t.meta ?
{t.meta}
: null}
))}
); /* ---------------- Objections (4, incl. "cope alone by now" 1st) ---------------- */ const LOS_OBJECTIONS = [ { q: "\u201CShouldn't I be able to get through this on my own by now?\u201D", a: "Needing support isn't a sign you're handling this badly. Grief alongside ADHD is genuinely harder to manage with willpower alone, and getting support earlier tends to help more, not less." }, { q: "\u201CDo I have to share this with anyone?\u201D", a: "No. Solo works perfectly well on its own, and this can stay completely private. If and when you'd like someone alongside you, they add nothing for you to keep up, they just see the small things you choose to share. You decide what your person sees, and you can add them whenever you're ready, or not at all." }, { q: "\u201CWhat if I'm not grieving the 'right' way?\u201D", a: "There isn't a right way to grieve. Loops doesn't ask you to grieve on a particular timeline or in a particular order, just to take one small step on the days you can." }, { q: "\u201CIs this a replacement for grief counselling or therapy?\u201D", a: "No. Loops can help with the small daily things that get harder after a loss, but it isn't therapy and doesn't replace it. Grief counselling and therapy can help in ways an app simply cannot, and if you're able to reach for that kind of support, it's genuinely worth it. Loops is happy to sit alongside it." }, { q: "\u201CWhat if I'm having thoughts of harming myself?\u201D", crisis: true }, ]; const LosObjections = () => (
A few things worth knowing

Common questions before you start

{LOS_OBJECTIONS.map((o) => (

{o.q}

{o.crisis ? <>Please treat that as a reason to reach out for real support now, not later. If you're having thoughts of harming yourself, contact your doctor or a crisis line, or if you're in immediate danger, your local emergency number. You'll find options wherever you are on Find help now. This is bigger than anything an app can hold, and you deserve a person on the other end of it. : o.a}

))}
); /* ---------------- FAQ accordion (incl. non-shortened crisis signpost) ---------------- */ const LOS_FAQS = [ { q: "What is Loops?", a: "Loops is a daily coaching app for people with ADHD and anyone building better habits. For healing after loss, it offers small daily actions, gentle support for self-blame, and space to move at your own pace." }, { q: "How does Loops help with healing after loss if you have ADHD?", a: "It breaks the day into one manageable, low-effort step, offers gentle support when grief turns into self-blame, and doesn't impose a fixed timeline for recovery." }, { q: "Why does loss feel so much harder to function through with ADHD?", a: "Grief and ADHD both affect concentration, memory, and motivation. When they happen together, everyday tasks can become genuinely harder, separately from how much someone wants to cope." }, { q: "Do I need an ADHD diagnosis to use Loops?", a: "No. Loops is designed first for people with ADHD but doesn't require a formal diagnosis. If the patterns on this page feel familiar, Loops is built for you." }, { q: "Is this a replacement for grief counselling or therapy?", a: "No. Loops offers gentle daily support and works well alongside therapy or counselling, not instead of it." }, { q: "How long does it take to feel better?", a: "There's no fixed timeline, and it's not something Loops can predict. Some people notice small things feeling more manageable within a few weeks, while healing itself takes as long as it takes." }, { q: "Is Loops available in the UK?", a: "Yes. Loops is available across the UK." }, ]; const LosFAQItem = ({ q, a, crisis, defaultOpen }) => (
{q}

{crisis ? <>If you're having thoughts of suicide or self-harm, please reach out for support straight away. You can contact your doctor or a crisis line now, and you'll find confidential, free crisis lines and support wherever you are on Find help now. : a}

); const LosFAQ = () => (
FAQ

Questions people often ask

Still wondering if Loops fits how your brain works? Contact us. A real person will reply.

{LOS_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const LosFinalCTA = () => (
One small thing today

One small thing today. Not healing on a schedule.

You don't need to be ready to feel better. You need one gentle, manageable step for today, and, if you want, one person quietly alongside you.

Free for 7 days. No complicated setup. On iOS for now.

If you need more support than this right now, please speak to your doctor or find a crisis line on Find help now.

); /* ---------------- Sources ---------------- */ const LOS_SOURCES = [ { t: "From ADHD Diagnosis to Meaning: Does Grief Theory Enhance Our Understanding of Narrative Reconstruction? — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC12562482/" }, { t: "The Important Role of Executive Functioning and Self-Regulation in ADHD — Russell Barkley", u: "https://www.russellbarkley.org/factsheets/ADHD_EF_and_SR.pdf" }, { t: "Attention Deficit Hyperactivity Disorder: Diagnosis and Management — NICE", u: "https://www.nice.org.uk/guidance/ng87/resources/attention-deficit-hyperactivity-disorder-diagnosis-and-management-pdf-1837699732933" }, { t: "Grieving as a Form of Learning: Insights From Neuroscience Applied to Grief and Loss — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC8858332/" }, { t: "Emotion Dysregulation in Adults With Attention Deficit Hyperactivity Disorder: A Meta-Analysis — BMC Psychiatry", u: "https://link.springer.com/article/10.1186/s12888-020-2442-7" }, { t: "Cognitive Functioning in Complicated Grief — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC4163517/" }, { t: "A Systematic Review of Lived Experiences of Receiving a Diagnosis of ADHD in Adulthood — Journal of Attention Disorders", u: "https://journals.sagepub.com/doi/10.1177/10870547261455946" }, { t: "Adult ADHD-Related Poor Quality of Life: Investigating the Role of Procrastination — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/40217123/" }, { t: "Self-Esteem in Adults With ADHD Using the Rosenberg Self-Esteem Scale: A Systematic Review — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/38491855/" }, { t: "Any Other Late-Diagnosed High Achievers/Perfectionists? — r/adhdwomen", u: "https://www.reddit.com/r/adhdwomen/comments/1jdrh35/any_other_late_diagnosed_high/" }, { t: "Rejection Sensitive Dysphoria (RSD): Symptoms & Treatment — Cleveland Clinic", u: "https://my.clevelandclinic.org/health/diseases/24099-rejection-sensitive-dysphoria-rsd" }, { t: "The Lived Experience of Rejection Sensitivity in ADHD: A Qualitative Exploration — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC12822938/" }, { t: "Procrastination, Perfectionism, and Other Work-Related Mental Problems: A Scoping Review — Frontiers in Psychiatry", u: "https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2021.736776/full" }, { t: "Effectiveness of Cognitive Behavioural-Based Interventions for Adults With ADHD: A Meta-Analysis of RCTs — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/36794797/" }, { t: "Anyone Else Very All or Nothing? — r/adhdwomen", u: "https://www.reddit.com/r/adhdwomen/comments/196xlph/anyone_else_very_all_or_nothing/" }, { t: "Body Doubling vs Body Halving — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/144gle3/body_doubling_vs_body_halving/" }, { t: "Plain English Summary of the ADHD Taskforce Report — NHS England", u: "https://www.england.nhs.uk/long-read/plain-english-summary-of-the-adhd-taskforce-report/" }, { t: "The Role of Self-Compassion in the Mental Health of Adults With ADHD — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9790285/" }, { t: "Promoting the Translation of Intentions Into Action by Implementation Intentions — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC4500900/" }, { t: "ADHD UK — Homepage", u: "https://adhduk.co.uk/" }, { t: "A Systematic Review of Interventions to Support Adults With ADHD at Work — Frontiers in Psychology", u: "https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2022.893469/full" }, { t: "Exploring the Lived Experience of Grief in Adults With Attention Deficit Hyperactivity Disorder — Martina Bauer, Antioch University", u: "https://aura.antioch.edu/cgi/viewcontent.cgi?article=2183&context=etds" }, ]; const LosSources = () => (
Our sources

Where this comes from

This page draws on grief research, adult ADHD studies on emotional regulation and self-esteem, and real accounts of healing after loss, including the grief that can follow a late diagnosis. Here's where it comes from.

    {LOS_SOURCES.map((s, i) => (
  1. {s.t}
  2. ))}

Loops is a daily coaching app, not a medical or clinical service. These sources inform how we think about ADHD and healing after loss; they are not an endorsement of Loops by their authors.

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