/* Loops — "Make Learning a Habit With ADHD" use-case page Self-worth/identity guardrails: dopamine-economy framing removes blame from sentence one, every mechanism structural, Card 6 identity doubt rebutted, overplanning named as design flaw, winning modest (still going next month). Unique section: habit stacking over memory. */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const HAB_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 HabNav = () => { 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 HAB_HERO_BLOCKS = [ { title: "Small wins that count now", body: "Each daily action produces something the brain can feel, not just log.", icon: (), }, { title: "Attached to what already happens", body: "Loops fits into your day rather than requiring a new slot for it.", icon: (), }, { title: "Restarts without shame", body: "A missed day is a reset point. The habit doesn't end when it's not done.", icon: (), }, ]; const HabHero = () => (
Designed for ADHD. Works for everyone.

It's not that you're not interested. It's that your brain doesn't make routine learning feel worth repeating.

ADHD brains run on a dopamine economy. Habits form when an activity gets tagged as rewarding. Routine learning, by design, rarely does. That's not a willpower problem. It's a structural one.

Loops is a daily coaching app for people with ADHD. It gives you small learning actions a day, attached to something you already do, and, if you want it, one person whose attention adds a little of the reward back.

Free for 7 days. No complicated setup. On iOS for now.
{/* Three icon blocks */}

Three things Loops does for you

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

{b.title}

{b.body}

))}

Loops is a daily coaching app for people with ADHD.

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

A daily system that works with the dopamine economy, not against it.

Most learning habit advice assumes the brain will start tagging the habit as automatic after enough repetition. For ADHD brains, that tagging mechanism works differently. Repetition alone doesn't make learning feel worth doing. Reward does.

Loops gives you specific learning actions each day, sized to produce a small win your brain can feel right now. It keeps the habit anchored to something that already exists in your day, so it doesn't depend on memory or motivation to show up. And when you miss a day, it gives you a calm step back in rather than a broken streak to mourn.

Then it adds the part most apps leave out. One person who sees you doing it. More on that just below.

); /* ---------------- Recognition (6 cards) ---------------- */ const HAB_RECOGNITION = [ "You've started more learning habits than you can count. They always start well. They rarely make it past two weeks.", "You built a detailed study plan. Maybe a Notion board. You used it for four days and then it became another thing you hadn't done.", "You're genuinely interested in the subject. You just can't make yourself sit with it regularly when there's nothing urgent about it.", "You had a great session, then a crash. Then guilt about the crash made starting again feel harder, not easier.", "You've spent money on courses you haven't finished. The spending wasn't the problem. The finishing was.", "You've told yourself it's fine, you'll find the right system eventually. But you're starting to wonder if the system is the problem or whether you are.", ]; const HabRecognition = () => (
Does any of this sound familiar?

You're not alone in this.

These are the patterns people with ADHD describe most often when trying to make learning a regular part of their life.

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

{t}

))}

It's the system. ADHD brains need a different kind of structure to make learning stick. Not more of the same.

); /* ---------------- Why it keeps happening (5 patterns) ---------------- */ const HAB_PATTERNS = [ { title: "The dopamine economy problem", body: "Studying feels as hard on day 30 as on day 1 because the ADHD brain never tags it as worth repeating. Habit formation normally works by the brain marking a repeated activity as rewarding. ADHD dopamine dysregulation means routine learning doesn't produce that marking reliably, so every session requires the same effort to start as the first one did." }, { title: "Boredom as a dead end", body: "If the topic isn't immediately compelling, the ADHD brain treats it as not worth doing, regardless of how much you actually want to learn it. ADHD is interest-driven, not importance-driven. The value of learning something for the future doesn't compete with the immediate pull of something more stimulating, even when you genuinely care about the subject." }, { title: "The overplanning trap", body: "The beautiful study plan becomes another abandoned project. ADHD executive dysfunction makes elaborate systems backfire: building the plan satisfies the urge to act, and then the plan itself becomes a to-do item that never gets done. Simpler, more visible, more immediate cues consistently outperform complex digital systems." }, { title: "The binge-crash cycle", body: "An intense hyperfocus session doesn't build a habit. It often prevents one. Binge-studying followed by burnout and then a week of avoidance is a common ADHD pattern. A stable learning habit needs to tolerate low-intensity days, which the crash-and-restart cycle never allows." }, { title: "The shame-restart barrier", body: "Every failed habit attempt adds emotional weight to the next one. When guilt and self-blame follow each lapse, restarting becomes harder rather than easier. Each new attempt begins with the accumulated evidence of previous failures sitting behind it, making the start feel heavier than it should." }, ]; const HabWhyItHappens = () => (
Understanding the pattern

It's not motivation. It's what ADHD does to the way habits form.

Learning habits break down for ADHD brains through a specific set of mechanisms. Understanding them matters because they need different solutions than standard habit advice provides.

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

    {p.title}

    {p.body}

  2. ))}

Loops is designed to work with all five of these failure points rather than assume they don't apply to you.

); /* ---------------- Unique section: habit stacking over memory ---------------- */ const HabReframe = () => (
The insight that changes what building a learning habit actually looks like

The habit doesn't need its own slot in your day. It needs a trigger that already exists.

Most learning advice focuses on carving out dedicated time: block off 7-8am, protect it, treat it as non-negotiable. For ADHD brains, that approach competes with everything else for a slot and then depends on memory to fill it. Both of those are losing bets.

What works better is anchoring the learning to something that already happens: after the morning coffee, during the commute, while dinner cooks. The new habit parasitises the existing one rather than fighting for its own place. This isn't a workaround. It's how ADHD habit formation actually works. The trigger already fires. The habit just needs to attach to it.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const HAB_WITNESS_CARDS = [ { t: "Being seen is its own reward", b: "When you close a loop, they see it, and being seen is a small, immediate reward, the kind routine learning so rarely gives you. When you come back after a miss, they see that too, and it's no big deal." }, { t: "They don't quiz you", b: "They don't have to nag you or quiz you. They don't manage you, they don't even pay. Their side is light on purpose." }, { t: "You're always in control", b: "You choose who it is. You decide exactly what they can see, and you can change it any time." }, { t: "A little of the reward back", b: "On a habit the brain doesn't reward on its own, one person paying attention adds a little of the reward back." }, ]; const HabWhyLoopsWorks = () => (
The part most apps miss

Brains finish for people, not for apps.

The trouble with a private learning habit is that the only person who ever knows whether you did it is you. When there's no reward in the task and no one watching either, there's very little holding it in place.

So Loops adds the one thing that reliably keeps ADHD brains going. Another person.

You choose one person you trust. Your partner, a friend, whoever it is. When you close a loop, they see it, and being seen is its own small reward, the kind routine learning so rarely gives you. When you come back after a miss, they see that too, and it's no big deal. You decide exactly what they can see, and you can change it any time.

This is the step most people skip with other apps. It's also the one that makes Loops work.

{HAB_WITNESS_CARDS.map((c) => (

{c.t}

{c.b}

))}

You can start on your own if you'd rather. It still works. It just works better when someone can see you.

); /* ---------------- How it works (5 steps) ---------------- */ const HAB_STEPS = [ { t: "Tell Loops what you're learning and when", b: "Name the subject and one moment in your day that already happens reliably. After coffee. During lunch. Before bed. Loops anchors your daily learning action to that moment." }, { t: "Choose your person", b: "Pick one person you trust to see your progress, so being seen adds a little of the reward the habit doesn't give on its own. You decide what they can see, and you can change it any time. This is the step most people skip with other apps, and the one that makes Loops work. On a Crew plan you can choose more than one." }, { t: "Get specific actions each day", b: "Each day, Loops gives you small, concrete learning tasks. Sized to produce a genuine sense of progress right now, not just logged for future you to feel good about. Close the loop, and your person sees it." }, { t: "Get coached back in after a miss", b: "Missed a day? A week? Loops gives you a calm, specific step back in. No accounting for the gap. No requirement to catch up. Just the next smallest action." }, { t: "Build something that lasts", b: "A habit that resets rather than ends, attached to a trigger that already fires, producing a small win each day. That's what a sustainable ADHD learning habit actually looks like." }, ]; const HabHowItWorks = () => (
Getting started

One learning action. Attached to your day. Today.

You don't need a new routine. You need a small action that connects to one you already have.

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

    {s.t}

    {s.b}

  2. ))}

The habit doesn't have to be impressive to be real. It just has to keep happening.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const HAB_WHATS_INSIDE = [ { t: "One goal, in your own words", b: "The thing you want to learn, described your way, and the moment in your day it can attach to. Not a big goal. Just what you're building the habit around, so it stays real." }, { t: "Loops that fit your life", b: "A loop is one small, repeating action, at a pace you choose, anchored to something that already happens in your day: after your morning coffee, on the commute, while dinner cooks. Small enough to produce a win you can feel now, not just log. Some run every day, some a few times a week. A few connect to what you're learning. Others are just life, like taking your meds before breakfast. A missed day is a reset point, not a broken streak to mourn. The next small action is still there whenever you come back." }, { t: "Your person", b: "The one you choose to see your progress: the loops you close and the days you turned up. Being seen is its own small reward, the kind routine learning rarely gives. On a Crew plan it can be more than one: your people." }, { t: "Rewards you can feel", b: "Because your brain doesn't hand out the reward on its own, you promise yourself one for the moments that matter: a fortnight of turning up, the habit that survived a bad week, still going next month. Loops holds the promise and calls it in when you've earned it, and your person gets to see it too." }, { t: "A coach who knows your whole story", b: "An AI coach built for ADHD. It already knows what you're learning and where the habit tends to crash, so there's no re-explaining yourself from the start. No booking, no waiting room. It's there after a binge-and-crash or a week away, with a calm step back in and the next small action." }, ]; const HabWhatsInside = () => (
What's inside Loops

Five simple things, working together.

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

{p.t}

{p.b}

))}
); /* ---------------- Social proof ---------------- */ const HAB_TESTIMONIALS = [ { quote: "I'd bought three language courses and finished none. Not because I stopped caring but because nothing made the daily practice feel like it mattered right now. Loops fixed that. Small action, immediate win. Something my brain could actually use.", who: "IT consultant", meta: "Self-identified ADHD" }, { quote: "I stopped making study plans the moment I realised they were the problem. Loops gave me one thing to do after my morning coffee. That's it. Four months later I'm still doing it.", who: "Graphic designer", meta: "Diagnosed with ADHD at 34" }, { quote: "Nineteen missed days. Still going. That's the first time I've ever been able to say that about a learning habit.", who: "Teacher, Leeds", meta: null }, ]; const HabSocialProof = () => (
What people say

From people who recognise themselves in this.

{HAB_TESTIMONIALS.map((t, i) => (
{t.quote}
{t.who}
{t.meta ?
{t.meta}
: null}
))}
); /* ---------------- Pricing ---------------- */ const HAB_PRICING = [ { name: "Solo", price: "\u00A39.99", per: "/mo", tag: null, blurb: "Everything: your goal, loops, progress, rewards and coach. Just you and the habit.", 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 work.", featured: true }, ]; const HabPricing = () => (
Pricing

Better with your person. Built for it.

{HAB_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.

); /* ---------------- Objections (5, incl. abandonment) ---------------- */ const HAB_OBJECTIONS = [ { q: "\u201CI've made elaborate study plans and they always fall apart.\u201D", a: "That's the overplanning trap, and it's a design flaw, not a personal one. ADHD executive dysfunction means complex systems become their own abandoned tasks. Loops is deliberately simple: one action, attached to something that already happens, with no system to maintain." }, { q: "\u201CDo I have to share my progress with anyone?\u201D", a: "No. Solo works perfectly well on its own. But most people find it works better when one person can see them, partly because being seen adds a little of the reward the habit doesn't give on its own. You decide what your person sees, and you can add them whenever you're ready." }, { q: "\u201CI need to find the right system before I can commit to anything.\u201D", a: "There isn't a right system. There's only a small enough one. The research on ADHD and learning habits is consistent: the more elaborate the setup, the faster the abandonment. Loops is designed to be the opposite of elaborate." }, { q: "\u201CWhat if I'm not diagnosed?\u201D", a: "You don't need a diagnosis. Many people using Loops are on waiting lists, self-identifying, or simply recognise that the patterns here feel familiar. If that's you, Loops is built for you." }, { q: "\u201CWon't I just stop checking Loops the way I stop checking everything else?\u201D", a: "Loops is designed for that specific risk. It attaches to something you already do rather than waiting to be remembered. You don't have to remember to use it. It shows up when the trigger does." }, ]; const HabObjections = () => (
A few things worth knowing

Common questions before you start

{HAB_OBJECTIONS.map((o) => (

{o.q}

{o.a}

))}
); /* ---------------- FAQ accordion ---------------- */ const HAB_FAQS = [ { q: "What is Loops?", a: "Loops is a daily coaching app for people with ADHD and anyone building better habits. It combines personalised coaching, daily micro-actions, one person who sees your progress, and accountability in one system. For learning habits specifically, it keeps the practice going by attaching small daily actions to existing triggers and treating missed days as reset points rather than failures." }, { q: "Who is 'your person', and do I need one?", a: "Your person is the one you choose to see your progress: the loops you close and the days you turned up. Being seen is its own small reward, the kind routine learning rarely gives, which is part of why it helps. They don't quiz you or nag you. You don't have to add one to start, but it's the part that makes Loops work, so we'll gently encourage it when you're ready. On a Crew plan it can be more than one: your people." }, { q: "How does Loops help with building a learning habit if you have ADHD?", a: "It removes two of the biggest barriers: the need to remember and the need to motivate. Each daily action is anchored to something that already happens in your day, and sized to produce a small win right now rather than a logged step toward a future goal." }, { q: "Why do ADHD brains struggle to make learning a habit?", a: "ADHD dopamine dysregulation means routine learning doesn't get tagged as worth repeating the way other habits do. This means every session requires the same effort to start as the first one did. Without something that produces an immediate reward, the habit doesn't stick regardless of how much you want it to." }, { 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 experiences described here feel familiar, Loops is built for you." }, { q: "What is habit stacking and how does Loops use it?", a: "Habit stacking means attaching a new habit to an existing trigger rather than carving out a dedicated time slot. Loops asks you to name a moment that already happens in your day, then anchors your daily learning action to that moment. The trigger fires and the habit goes with it." }, { q: "What if I miss several days?", a: "A missed day is a reset point. Loops doesn't treat it as a failure state or require catch-up. The next daily action is still there, still small, still attached to the same trigger." }, { q: "How long before the habit feels established?", a: "Most people notice a shift within three to four weeks. Not a sense of the habit being automatic, but a sense of it being part of the day. A habit that feels genuinely durable usually takes longer, and Loops is designed to make that achievable rather than aspirational." }, { q: "Is Loops available in the UK?", a: "Yes. Loops is available across the UK and is designed around UK contexts and guidance." }, ]; const HabFAQItem = ({ q, a, defaultOpen }) => (
{q}

{a}

); const HabFAQ = () => (
FAQ

Questions people often ask

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

{HAB_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const HabFinalCTA = () => (
Still going

Still going next month. That's all.

Not every day ticked off. Not a perfect record. Just the learning still happening, a habit that didn't collapse when the first hard week arrived, and, if you want, one person still there, still glad you're at it.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const HAB_SOURCES = [ { t: "Executive Function Skills — CHADD", u: "https://chadd.org/about-adhd/executive-function-skills/" }, { t: "How Habits Are Formed: Modelling Habit Formation in the Real World — Emotional First Aid Academy", u: "https://emotionalfirstaidacademy.com/wp-content/uploads/2023/10/How-habits-are-formed.pdf" }, { t: "Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87/chapter/recommendations" }, { t: "The Experiences of Adults With ADHD in Interpersonal Relationships and Online Communities: A Qualitative Study — ScienceDirect", u: "https://www.sciencedirect.com/science/article/pii/S2667321523000070" }, { t: "How Do You Make Studying a Habit Instead of a One-Time Thing? — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/1qdzcus/how_do_you_make_studying_a_habit_instead_of_a/" }, { t: "Delay Discounting in Attention-Deficit/Hyperactivity Disorder: A Meta-Analysis — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC5049699/" }, { t: "Time Perception in Adults With ADHD — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/26361052/" }, { t: "Emotion Dysregulation in Adults With ADHD — Scientific Reports", u: "https://www.nature.com/articles/s41598-019-42018-y" }, { t: "Experiences of Criticism in Adults With ADHD: A Qualitative Study — Europe PMC", u: "https://europepmc.org/article/pmc/pmc8856522" }, { t: "Self-Compassion and Perceived Criticism in Adults With ADHD — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC10400449/" }, { t: "Perfectionism and All-or-Nothing Thinking in Adult ADHD — Sage Journals", u: "https://journals.sagepub.com/doi/10.1177/10870547241306554" }, { t: "How Do You Study? — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/rlllkf/how_do_you_study/" }, { t: "What Actually Helped You Build a Consistent Habit? — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/1t0tcab/what_actually_helped_you_build_a_consistent/" }, { t: "Proposing Body Doubling as a Continuum of Space/Time Co-Presence — leyabreanna.com", u: "https://leyabreanna.com/papers/body_doubling.pdf" }, { t: "Taking Charge of Adult ADHD — Russell A. Barkley", u: "https://www.ibs.it/taking-charge-of-adult-adhd-libro-inglese-russell-a-barkley/e/9781462546855" }, { t: "Executive Function Coaching for College Students With ADHD — ScienceDirect", u: "https://www.sciencedirect.com/science/article/abs/pii/S1077722920301061" }, { t: "New Study Finds That Both Stimulant and Non-Stimulant Medications Improve Cognition in ADHD — King's College London", u: "https://www.kcl.ac.uk/news/new-study-finds-that-both-stimulant-and-non-stimulant-medications-improves-cognition-in-adhd" }, { 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 Fogg Behavior Model — BJ Fogg", u: "https://www.behaviormodel.org/" }, { t: "Stuck in an All-or-Nothing Mindset With Uncompleted Projects — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/1nuiczz/stuck_in_an_allornothing_mindset_with_uncompleted/" }, { t: "Executive Functioning in Adult ADHD: A Meta-Analytic Review — VU Research Portal", u: "https://research.vu.nl/en/publications/executive-functioning-in-adult-adhd-a-meta-analytic-review/" }, { t: "A Systematic Review of Interventions to Support Adults With ADHD at Work — Frontiers", u: "https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2022.893469/full" }, ]; const HabSources = () => (
Our sources

Where this comes from

This page draws on ADHD clinical guidelines, research into dopamine, habit formation and time perception, and real accounts from people who've built and abandoned more learning habits than they can count. Here's where it comes from.

    {HAB_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 building habits; they are not an endorsement of Loops by their authors.

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