/* Loops — "Build Something Meaningful With ADHD" use-case page Pattern-level (not single project) builder. Wry exhausted self-awareness; accumulated shame. Five stages: start trap / novelty cliff / invisible middle / restart barrier / shame spiral. Unique section: finishing as a distinct mode. Unique objection: deadline-only working. CTA is a permission, not a challenge. */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const MNG_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 MngNav = () => { 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 MNG_HERO_BLOCKS = [ { title: "Make starting easier", body: "One small action today, not a project plan that never happens.", icon: (), }, { title: "Survive the hard middle", body: "Coaching built for the moment novelty fades and motivation disappears.", icon: (), }, { title: "Actually finish things", body: "A system designed to keep moving, even after a week of doing nothing.", icon: (), }, ]; const MngHero = () => (
ADHD & long-term projects

You know what you want to build. You just can't seem to keep going.

It's not a lack of ideas. It's not laziness. For people with ADHD, finishing is a specific kind of hard.

Loops is a daily coaching app for people with ADHD. It gives you small actions toward the thing you're building each day, coaching for the hard middle, and, if you want it, one person who makes a deadline-less project feel real.

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

Three things Loops does for you

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

{b.title}

{b.body}

))}

Loops is a daily coaching app for people with ADHD.

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

A daily system built for how ADHD actually works.

Most productivity tools assume you can sustain effort through sheer importance. For ADHD brains, that's rarely enough. Loops is built around the real pattern: interest spikes, motivation dips, and life gets in the way.

It gives you small actions each day, coaching when things stall, and a structure that makes returning after a gap feel normal, not shameful.

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 MNG_RECOGNITION = [ "You start strong. Then the exciting part ends and the whole thing quietly disappears.", "You've got five projects on the go. None of them are done. You're not sure which one is even current any more.", "You work in bursts when the deadline is real. On personal projects, the deadline never feels real enough.", "You know exactly what to do. You just can't seem to actually start doing it.", "Falling behind for a few days doesn't feel recoverable. So you quietly give up instead.", "You have dozens of half-finished things and a private sense that you'll never be someone who completes things.", ]; const MngRecognition = () => (
Does any of this sound familiar?

You're not the only one who keeps almost finishing.

These are the patterns people with ADHD describe most often when it comes to building something meaningful.

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

{t}

))}

None of this is a character flaw. It's a pattern. And patterns can change with the right structure.

); /* ---------------- Why it keeps happening (5 stages) ---------------- */ const MNG_PATTERNS = [ { title: "The start trap", body: "Starting a meaningful project is the hardest single thing ADHD brains do. Without a looming deadline or a spike of excitement, the brain doesn't generate a strong enough signal to begin. The project stays vivid in your mind and motionless in reality." }, { title: "The novelty cliff", body: "The exciting part ends. So does the momentum. ADHD brains are wired to seek novelty. Once a project moves from \u201Cnew idea\u201D to \u201Congoing responsibility,\u201D the same work that felt electric starts to feel like pulling teeth." }, { title: "The invisible middle", body: "Nobody talks about how long the middle takes. ADHD makes it feel endless. Time blindness means future progress doesn't feel real. The gap between where you are and where you want to be feels fixed, not closeable." }, { title: "The restart barrier", body: "Missing a few days doesn't just pause a project. It restarts the starting problem from scratch. For ADHD brains, re-entry after a gap costs the same activation energy as beginning. So gaps become stops." }, { title: "The shame spiral", body: "Every unfinished thing becomes evidence of something you've decided about yourself. That accumulated evidence makes it harder to start the next thing, even when you genuinely want to." }, ]; const MngWhyItHappens = () => (
Understanding the pattern

It's not a motivation problem. It's a structure problem.

Most advice about building things assumes you can sustain effort through sheer importance or willpower. ADHD changes that equation entirely.

The ADHD brain needs novelty, urgency, or genuine interest to activate. When those run out, work stalls. Not because you don't care, but because caring isn't enough.

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

    {p.title}

    {p.body}

  2. ))}

Loops is built around all five of these stages. Not to eliminate them, but to make moving through them possible.

); /* ---------------- Unique section: finishing as a distinct mode ---------------- */ const MngReframe = () => (
Something worth knowing

Finishing is a completely different skill to building.

Most people assume they failed at finishing because they're bad at the project. In reality, finishing requires a different mode: lower novelty, lower stakes, more repetition. For ADHD brains, that shift is genuinely hard. It's not the same as the work that came before.

Understanding this changes what you need. Not more motivation to push through. A system that makes the finishing mode sustainable. That's what Loops is built to do.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const MNG_WITNESS_CARDS = [ { t: "The deadline a private project lacks", b: "A personal project has no one waiting, so there's nothing outside your own fading interest holding it up. One person who's glad it's happening is the deadline that never felt real, made real." }, { t: "They don't chase you", b: "They don't have to nag you or chase 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: "Returning is no big deal", b: "When you come back after a gap, they see that too, and it's genuinely no big deal. They just get to watch the thing slowly become real, and cheer you on." }, ]; const MngWhyLoopsWorks = () => (
The part most apps miss

Brains finish for people, not for apps.

Notice the pattern the page names: you work when the deadline is real, and on a personal project the deadline never feels real enough. That's the heart of it. A private project has no one waiting, so there's nothing outside your own fading interest holding it up.

So Loops adds the one thing that reliably keeps ADHD brains going, and it's the exact thing a deadline-less project is missing. Another person.

You choose one person you trust. Your partner, a friend, whoever it is. When you close a loop, they see it. When you come back after a gap, they see that too, and it's genuinely 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.

{MNG_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 MNG_STEPS = [ { t: "Name what you're building", b: "Tell Loops what you want to create. No long forms. Just what it is and why it matters to you." }, { t: "Choose your person", b: "Pick one person you trust to see your progress, so the project has someone waiting, not just you tracking it. 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 small things to do today", b: "Each day, Loops gives you specific, manageable actions. Small enough to actually start. Meaningful enough to move the project forward. Close the loop, and your person sees it." }, { t: "Get coaching through the hard middle", b: "When novelty fades and motivation dips, Loops gives you practical support to keep going. No willpower required." }, { t: "See it becoming real", b: "Progress builds visibly over time. Your project stops being an idea in your head and becomes something you've actually made." }, ]; const MngHowItWorks = () => (
Getting started

Simple from day one.

You don't need to overhaul your process to start making progress. Loops fits around what you're already doing.

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

    {s.t}

    {s.b}

  2. ))}

You don't need a perfect week to make it work. You just need today.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const MNG_WHATS_INSIDE = [ { t: "One goal, with a finish line", b: "The thing you want to build, in your own words: what it is and why it matters to you. Loops keeps that finish line in view through the long middle, when time blindness makes it feel like it's not getting any closer." }, { t: "Loops that fit your life", b: "A loop is one small, repeating action, at a pace you choose, small enough to actually start and meaningful enough to move the project forward. Some run every day, some a few times a week: the next paragraph, one small build, fifteen minutes on the hard part. A few connect to what you're building. Others are just life, like taking your meds before breakfast. A missed one doesn't wipe you out. You can repair a streak simply by showing up again." }, { t: "Your person", b: "The one you choose to see your progress: the loops you close and the days you come back after a gap. The someone-waiting a personal project usually lacks. On a Crew plan it can be more than one: your people." }, { t: "Rewards you can feel", b: "Promise yourself something for the moments that matter: a week you kept going, the hard middle survived, the thing finally finished. 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 building and where it tends to stall, so there's no re-explaining yourself from the start. No booking, no waiting room. It's there when novelty fades or a gap has opened up, with a calm way back in, not a reminder of the days you missed." }, ]; const MngWhatsInside = () => (
What's inside Loops

Five simple things, working together.

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

{p.t}

{p.b}

))}
); /* ---------------- Social proof ---------------- */ const MNG_TESTIMONIALS = [ { quote: "I have a graveyard of unfinished projects. I always assumed I was just bad at follow-through. Loops made me realise I'd been trying to use the wrong system, not that I was the wrong person.", who: "Freelance designer", meta: "Diagnosed with ADHD at 31, Birmingham" }, { quote: "I'd been trying to write the same book for three years. Getting one tiny action a day felt almost too small. Two months later I had a first draft. I genuinely didn't think I was capable of that.", who: "Primary school teacher", meta: "Using Loops for six months" }, { quote: "The bit that changed things was realising Loops doesn't punish you for a bad week. You just pick it back up. I'd never had a system that did that before.", who: "Software developer", meta: "Self-identifying ADHD, Manchester" }, ]; const MngSocialProof = () => (
What people say

From people who've been stuck in the same place.

{MNG_TESTIMONIALS.map((t, i) => (
{t.quote}
{t.who}
{t.meta ?
{t.meta}
: null}
))}
); /* ---------------- Pricing ---------------- */ const MNG_PRICING = [ { name: "Solo", price: "\u00A39.99", per: "/mo", tag: null, blurb: "Everything: your goal, loops, streaks, rewards and coach. Just you and the thing you're building.", 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 MngPricing = () => (
Pricing

Better with your person. Built for it.

{MNG_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. deadline-only + share) ---------------- */ const MNG_OBJECTIONS = [ { q: "\u201CI've started so many things. Why would this be different?\u201D", a: "Most systems aren't built for what happens after the first week. Loops is. It's designed specifically for the novelty cliff and the restart barrier, not just for helping you begin. The daily action structure stays relevant even when the project feels stuck." }, { 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, because a personal project with someone waiting is far more likely to get finished. You decide what your person sees, and you can add them whenever you're ready." }, { q: "\u201CI only work well with a real deadline. This has no deadline.\u201D", a: "Loops creates the structure that deadlines usually provide, so you don't need the panic. The daily action, and one person who can see it, give you the kind of external pressure that ADHD brains respond to, without waiting until the last minute to generate it." }, { q: "\u201CI'm not diagnosed. Is this still for me?\u201D", a: "You don't need a diagnosis. Many people using Loops are still waiting for assessment or simply recognise the patterns without a formal label. If the experiences described on this page feel familiar, Loops is built for you." }, { q: "\u201CI'm not sure I can commit to one more thing right now.\u201D", a: "That's exactly why Loops is built around one small daily action, not a system to maintain. You don't need a perfect week. You need one thing today. That's genuinely it." }, ]; const MngObjections = () => (
A few things worth knowing

Common questions before you start

{MNG_OBJECTIONS.map((o) => (

{o.q}

{o.a}

))}
); /* ---------------- FAQ accordion ---------------- */ const MNG_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, accountability, and progress tracking into one system. For long-term projects specifically, it helps you break big goals into daily steps, stay consistent through the difficult middle stages, and recover from gaps without starting from zero." }, { 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 come back after a gap. They don't chase you or nag you. A personal project has no one waiting, and one person who's glad it's happening is the deadline that never felt real, made real. 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: "Why do people with ADHD struggle to finish personal projects?", a: "The barriers aren't effort or creativity. They're specific executive function challenges: difficulty initiating tasks, time blindness, rapid loss of interest once novelty fades, and trouble recovering from setbacks. These challenges respond well to the right structure. Loops provides that structure so you don't have to rely on motivation alone." }, { q: "Can Loops help with any kind of project?", a: "Yes. Loops works across creative projects, business ideas, learning goals, personal endeavours, and anything else you're trying to build consistently over time. You tell it what you're working on, and it gives you one daily action specific to that goal." }, { 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 on this page feel familiar, Loops is built for you." }, { q: "What happens when I miss a few days?", a: "You pick it back up. There's no punishment, no guilt, no streak that resets and makes you feel like you've failed. Loops is designed around the reality that gaps happen, especially for ADHD brains. Returning should feel easy, not shameful." }, { q: "Is Loops just another productivity app?", a: "No. Most productivity apps focus on task completion and assume you can maintain motivation through the boring parts. Loops focuses on sustainable progress and coaching, especially for the moments when things go off course. It's designed to flex when life gets complicated, not to make you feel like a failure when it does." }, { q: "How long does it take to see progress?", a: "Some people notice a difference within the first couple of weeks. Building something meaningful typically takes longer, and Loops is designed to make that consistency achievable rather than just aspirational." }, { q: "Is Loops available in the UK?", a: "Yes. Loops is available across the UK. It's built with UK users in mind, including context and guidance relevant to UK-based support for ADHD." }, ]; const MngFAQItem = ({ q, a, defaultOpen }) => (
{q}

{a}

); const MngFAQ = () => (
FAQ

Questions people often ask

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

{MNG_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const MngFinalCTA = () => (
Permission granted

You're allowed to actually finish this one.

You've got the idea. You've got the ability. The piece that's been missing is a system that works with your brain, not against it, and, if you want, one person waiting to see it made real.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const MNG_SOURCES = [ { t: "Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87/chapter/recommendations" }, { t: "Experiences of Criticism in Adults With ADHD: A Qualitative Study — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/35180241/" }, { t: "The Lived Experiences of Adults With Attention-Deficit Hyperactivity Disorder — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/36032220/" }, { t: "Executive Functioning in Adult ADHD: A Meta-Analytic Review — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/16116936/" }, { t: "The Experiences of Adults With ADHD in Interpersonal Relationships and Online Communities — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC10399076/" }, { t: "A Meta-Analytic and Theoretical Review of Quintessential Self-Regulatory Failure — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/17201571/" }, { t: "Delay Aversion and Executive Functioning in Adults With ADHD — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC6209856/" }, { t: "Time Perception in Adult ADHD: Findings From a Decade, A Review — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9962130/" }, { t: "Evidence of Emotion Dysregulation as a Core Symptom of Adult ADHD — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/36608036/" }, { t: "Strengths and Challenges to Embrace Attention-Deficit Hyperactivity Disorder — Sage Journals", u: "https://journals.sagepub.com/doi/10.1177/27546330241287655" }, { t: "Miss. Diagnosis: A Systematic Review of ADHD in Adult Women — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC10173330/" }, { t: "As a Person With ADHD I Am Really Struggling to Find a Daily... — r/productivity", u: "https://www.reddit.com/r/productivity/comments/1jcmu9t/i_think_i_need_your_help_as_a_person_with_adhd_i/" }, { t: "A Systematic Review of Interventions to Support Adults With ADHD at Work — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9443814/" }, { t: "A Systematic Review and Component Network Meta-Analysis of ADHD Interventions — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/39701638/" }, { t: "A Meta-Analysis of Randomized Controlled Trials on Adult ADHD Treatment — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/36794797/" }, { t: "Coaching for Adults With ADHD: A Prospective Study — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/41909194/" }, { t: "An Investigation of Body Doubling With Neurodivergent Users — ACM", u: "https://dl.acm.org/doi/full/10.1145/3689648" }, { t: "Attention Deficit Hyperactivity Disorder (Update): Evidence Review — NICE", u: "https://www.nice.org.uk/guidance/ng87/documents/evidence-review-7" }, { t: "Summary of Recommendations — Australian ADHD Clinical Practice Guideline", u: "https://adhdguideline.aadpa.com.au/wp-content/uploads/2022/10/ADHD-Clinical-Practice-Guide-Summary-of-Recommendations-031022.pdf" }, { t: "Systematic Review of Quality of Life and Functional Outcomes in Adult ADHD — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC5656703/" }, { t: "Executive Function Skills — CHADD", u: "https://chadd.org/about-adhd/executive-function-skills/" }, { t: "Now That I Have the To-Do Lists, How Do I Manage...? — r/adhdwomen", u: "https://www.reddit.com/r/adhdwomen/comments/1gypwgx/now_that_i_have_the_to_do_lists_how_do_i_manage/" }, { t: "Reward Processing in Attention-Deficit/Hyperactivity Disorder — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC12437619/" }, ]; const MngSources = () => (
Our sources

Where this comes from

This page draws on ADHD clinical guidelines, research into executive function, emotion regulation and reward processing, and real accounts from people with a private tally of quietly shelved projects. Here's where it comes from.

    {MNG_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 something meaningful; they are not an endorsement of Loops by their authors.

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