/* Loops — "Create More With ADHD" use-case page Creative-identity guardrails: ideas validated before failure named, every mechanism neurological/structural, shame-freeze framed as accumulated evidence not permanence, idea-capture reframed as protecting creativity. Unique section: the idea capture system. */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const CRT_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 CrtNav = () => { 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 CRT_HERO_BLOCKS = [ { title: "One project at a time", body: "One clear daily action toward the thing you're actually making, not the next idea.", icon: (), }, { title: "Get through the difficult middle", body: "The part where the excitement fades is where Loops steps in.", icon: (), }, { title: "Make something that exists", body: "Not a draft. Not a folder. Something finished, sent, real.", icon: (), }, ]; const CrtHero = () => (
Designed for ADHD. Works for everyone.

You have the ideas. You have the graveyard to prove it.

It's not a creativity problem. For many people with ADHD, the gap isn't between not having ideas and having them. It's between starting something and making it real.

Loops is a daily coaching app for people with ADHD. It gives you small actions toward the finished thing each day, coaching for the difficult middle, and, if you want it, one person waiting to see it exist.

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

Three things Loops does for you

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

{b.title}

{b.body}

))}

Loops is a daily coaching app for people with ADHD.

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

A daily system for getting creative work from idea to finished.

Most creative tools are excellent at the beginning. They're designed for the part that already works for ADHD brains: the idea, the spark, the first session where everything feels possible. What they're not designed for is the middle and the end.

Loops gives you specific creative actions each day, keeps the project moving through the phase where novelty has faded, and coaches you through the part that usually stops everything. Not a creativity tool. A finishing tool.

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 CRT_RECOGNITION = [ "You have a folder of things you started. Some are close to done. None of them are finished.", "The new idea always feels more exciting than the current one. You know this. You still switch.", "The first 70% of any project is brilliant. The last 30% feels like administrative misery.", "You've captured the idea. You've made notes. You've started the outline. You've been doing this for eight months.", "You're genuinely good at this. That's why the graveyard hurts as much as it does.", "Every finished thing you see by someone else makes you proud of them and quietly devastated about your own pile.", ]; const CrtRecognition = () => (
Does any of this sound familiar?

You're not alone in this.

These are the patterns people with ADHD describe most often when it comes to creative work.

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

{t}

))}

The ideas are real. The creativity is real. The gap between generating and finishing is structural, not personal, and it responds to a different kind of support.

); /* ---------------- Why it keeps happening (5 patterns) ---------------- */ const CRT_PATTERNS = [ { title: "The novelty trap", body: "New ideas feel genuinely more rewarding than continuing the current one. That's not distraction. It's neurological. ADHD brains produce a dopamine response to novel stimuli. A fresh idea activates that response. Continuing an existing project does not. The pull toward the new thing is real and it's stronger for ADHD brains than for most." }, { title: "The last 20% problem", body: "The beginning of a creative project and the end of one require completely different things from your brain. Generation is energising. Editing, naming, formatting, publishing, and sharing are not. For ADHD brains, where the reward circuit only fires reliably on novelty, the finishing phase can feel like wading through concrete." }, { title: "Shiny-object syndrome", body: "Every new idea isn't just a distraction. It's a signal that the current project has lost its ability to hold attention. ADHD attention shifts toward whatever is most novel or stimulating. When a project stops feeling new, the brain begins scanning for something that does, and typically finds it." }, { title: "The idea-action gap", body: "Capturing an idea isn't the same as working on it. But for ADHD brains, it can feel the same. Notes, outlines, and folders full of research create a sense of progress that doesn't translate into output. The planning phase can consume the energy that the making phase needs." }, { title: "The shame-freeze spiral", body: "Every abandoned project makes the next one harder to start and harder to trust. The graveyard of brilliant ideas doesn't just represent lost work. It accumulates as evidence, and starting something new means adding to a record that already feels like proof of something." }, ]; const CrtWhyItHappens = () => (
Understanding the pattern

It's not a discipline problem. It's what ADHD does to creative projects specifically.

Creative work has a specific shape that maps almost perfectly onto ADHD failure modes. Understanding where and why projects stall changes what finishing support needs to look like.

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

    {p.title}

    {p.body}

  2. ))}

Loops is designed to interrupt all five of these patterns, with one small daily action that keeps the making moving.

); /* ---------------- Unique section: the idea capture system ---------------- */ const CrtReframe = () => (
The move that changes what happens when a new idea arrives mid-project

Capturing an idea completely is how you stop it from derailing the current one.

When a new idea arrives mid-project, the instinct is either to act on it immediately or to try to ignore it. Both fail. Acting on it abandons the current project. Ignoring it creates anxiety about forgetting something important, which makes it even harder to stay in the current work.

The move that works is capturing it completely: written down in full, somewhere it won't be lost. The brain, having registered the idea, doesn't need to keep hold of it. The anxiety dissipates. The current project becomes accessible again. ADHD experts call this an idea capture system, and it's one of the most consistently recommended supports for ADHD creative work. Not because it kills new ideas, but because it protects the current project from them.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const CRT_WITNESS_CARDS = [ { t: "The first person to see it exist", b: "When you close a loop, they see it. When the thing is finally finished, they're the first to know it exists. They just get to watch you keep making, all the way to finished, and cheer you on." }, { t: "Not there to critique it", b: "They don't have to critique it or ask when it'll be done. 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: "They carry the hard part with you", b: "When the novelty's gone and only the hard part is left, one person waiting for the finished thing is often what carries it there." }, ]; const CrtWhyLoopsWorks = () => (
The part most apps miss

Brains finish for people, not for apps.

Making something is solitary, and the graveyard is private. Nobody sees the projects that quietly stalled, which is part of why they stall: there's no one on the other side waiting for the finished thing.

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

You choose one person you trust. Your partner, a friend, a fellow maker, whoever it is. When you close a loop, they see it. When the thing is finally finished, they're the first to know it exists. 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.

{CRT_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 CRT_STEPS = [ { t: "Tell Loops what you're making", b: "Name the project. What it is, where you are with it, what done looks like. Loops works alongside whatever you're creating, not instead of it." }, { t: "Choose your person", b: "Pick one person you trust to see your progress, and to be the first to know when the thing exists. 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 daily actions", b: "Each day, Loops gives you specific, low-friction things to do on the project. On generative days, it might be bigger. On difficult days, it might be one sentence, one sketch, one decision. The goal is always forward, not optimal. Close the loop, and your person sees it." }, { t: "Get coached through the stall", b: "Lost the thread? Hit the last 30%? Loops gives you a practical next step rather than waiting for motivation to return. Not inspiration. The next smallest thing." }, { t: "Make something that exists", b: "Not a perfect finished version. The thing you described in Step 1, completed enough to be real. That's what done looks like." }, ]; const CrtHowItWorks = () => (
Getting started

One creative action. Toward done. Every day.

You don't need inspiration to show up. You need one small action that moves the work forward whether inspiration is there or not.

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

    {s.t}

    {s.b}

  2. ))}

You don't need a good day to take today's action. That's the whole point.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const CRT_WHATS_INSIDE = [ { t: "One goal, with a finish line", b: "The one project you're making, in your own words: what it is, where you are with it, and what finished looks like. The finish line is the point here, so Loops keeps that one project moving until it actually exists." }, { t: "Loops that fit your life", b: "A loop is one small, repeating action, at a pace you choose, aimed at moving the current project forward rather than starting a new one. On generative days it might be bigger. On difficult days: one sentence, one sketch, one decision. Some run every day, some a few times a week. A few connect to the project. 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 moment the thing is finished. There to witness it exist, not to critique it. 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: the difficult middle got through, the last 20% finally done, the thing published or sent or shared. 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 making and where projects tend to stall, so there's no re-explaining yourself from the start. No booking, no waiting room. When a shiny new idea arrives, it helps you capture it and stay with the current work. When you hit the last stretch, it hands you the next small step, rather than a wait for inspiration." }, ]; const CrtWhatsInside = () => (
What's inside Loops

Five simple things, working together.

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

{p.t}

{p.b}

))}
); /* ---------------- Social proof ---------------- */ const CRT_TESTIMONIALS = [ { quote: "I had eleven unfinished short stories. I've been 'working on' some of them for two years. Loops didn't make me love editing. It gave me one small editing action each day that I could actually do. Three of them are finished now.", who: "Fiction writer", meta: "Self-identified ADHD" }, { quote: "The idea capture thing changed everything. I used to drop what I was working on every time a new idea arrived. Now I write it down and go back. The project is still there. The new idea doesn't disappear. Both survive.", who: "Illustrator", meta: "Diagnosed with ADHD at 26" }, { quote: "I published something. That's it. That's the whole review.", who: "Songwriter, Manchester", meta: null }, ]; const CrtSocialProof = () => (
What people say

From people who recognise themselves in this.

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

Better with your person. Built for it.

{CRT_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. mood + enthusiasm-fear) ---------------- */ const CRT_OBJECTIONS = [ { q: "\u201CI need to be in the right mood to create.\u201D", a: "The right mood helps. It's not required for today's action. Loops gives you one small creative action sized to be possible even on a low-inspiration day. A sentence, a decision, a small edit. These don't require mood. They just require showing up." }, { 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, and they're there to witness the thing exist, not to critique it. You decide what your person sees, and you can add them whenever you're ready." }, { q: "\u201CI have too many unfinished projects. I don't know which one to work on.\u201D", a: "Pick the one that's closest to done. Loops will help you finish it. The rest can wait. Loops is designed for one active project at a time. New ideas get captured. Current projects get finished. Then the next one." }, { 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 finishing this one make me lose enthusiasm for the next idea?\u201D", a: "The opposite tends to happen. Finishing something builds evidence of a different kind: that you can get things done. That changes how the next idea feels, and how the next project starts." }, ]; const CrtObjections = () => (
A few things worth knowing

Common questions before you start

{CRT_OBJECTIONS.map((o) => (

{o.q}

{o.a}

))}
); /* ---------------- FAQ accordion ---------------- */ const CRT_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 creative work specifically, it helps turn projects from ideas into finished things, one daily action at a time." }, { 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 moment the thing is finished. They're there to witness it exist, not to critique it or ask when it'll be done. When the novelty's gone and only the hard part is left, one person waiting for the finished thing is often what carries it there. 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 creative output if you have ADHD?", a: "It gives you one specific, small creative action each day that doesn't require inspiration or a good day to complete. It also coaches you through the phases where creative projects usually stall, so a difficult week doesn't end the whole project." }, { q: "Why do people with ADHD struggle to finish creative projects?", a: "The gap is structural, not motivational. ADHD brains produce a dopamine response to new ideas that fades as projects become familiar. The generative phase is energising. The finishing phase is not. Without a structure that bridges that gap, most projects stall in the last third." }, { 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: "Can Loops work for any creative medium?", a: "Yes. Loops works for writing, illustration, music, design, video, code, and any other creative work with an endpoint. You tell Loops what you're making and it gives you daily actions specific to that." }, { q: "What if a new idea arrives while I'm working on my current project?", a: "Write it down somewhere you trust. Loops can help you set up a simple idea capture habit so new ideas don't derail the current project. The idea won't disappear. The project gets to continue." }, { q: "What if I miss several days of working on the project?", a: "That's built into the design. Loops doesn't treat a missed week as a reason to start over. The next daily action is still there, still specific, still aimed at the same project." }, { q: "Is Loops available in the UK?", a: "Yes. Loops is available across the UK and is designed around UK contexts and guidance." }, ]; const CrtFAQItem = ({ q, a, defaultOpen }) => (
{q}

{a}

); const CrtFAQ = () => (
FAQ

Questions people often ask

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

{CRT_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const CrtFinalCTA = () => (
Something made real

Something made real. That's what this is for.

Not the folder cleared. Not the whole graveyard addressed. Just the one thing you're working on now, finished, existing, real, and, if you want, one person there to see it exist.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const CRT_SOURCES = [ { t: "Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87" }, { t: "The Important Role of Executive Functioning and Self-Regulation — Russell Barkley", u: "https://www.russellbarkley.org/factsheets/ADHD_EF_and_SR.pdf" }, { 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 — VU Research Portal", u: "https://research.vu.nl/en/publications/executive-functioning-in-adult-adhd-a-meta-analytic-review/" }, { t: "Creativity and ADHD: A Review of Behavioral Studies, the Effect of Psychostimulants, and Neural Underpinnings — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/33035524/" }, { t: "Time Perception in Adult ADHD: Findings From a Decade, A Review — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/36833791/" }, { t: "Motivation Deficit in ADHD Is Associated With Dysfunction of the Dopamine Reward Pathway — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/20856250/" }, { t: "Emotion Dysregulation in Adults With Attention Deficit Hyperactivity Disorder — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/32164655/" }, { t: "Managing Sleep in Adults With ADHD: From Science to Pragmatic Approaches — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/34679425/" }, { t: "Strengths and Challenges to Embrace Attention-Deficit Hyperactivity Disorder — Sage Journals", u: "https://journals.sagepub.com/doi/10.1177/27546330241287655" }, { t: "Opinions on the Effectiveness of Body Doubling — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/xc5iw7/opinions_on_the_effectiveness_of_body_doubling/" }, { t: "Recommendations | Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87/chapter/recommendations" }, { t: "What Are Things You've Realised You Still Can't Do After... — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/1jwn6ws/what_are_things_youve_realised_you_still_cant_do/" }, { t: "Meta-Analysis of Cognitive-Behavioral Treatments for Adult ADHD — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/28504540/" }, { t: "A Descriptive Review of ADHD Coaching Research — ERIC", u: "https://files.eric.ed.gov/fulltext/EJ1182373.pdf" }, { t: "The ADHD Body Double: A Unique Tool for Getting Things Done — ADDA", u: "https://add.org/the-body-double/" }, { t: "A Systematic Review of Lived Experiences of Receiving a Diagnosis of ADHD — Sage Journals", u: "https://journals.sagepub.com/doi/10.1177/10870547261455946" }, { t: "An Investigation of Body Doubling With Neurodivergent Users — ACM", u: "https://dl.acm.org/doi/full/10.1145/3689648" }, { t: "Why Doesn't a Planner Work? — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/16amcz6/why_doesnt_a_planner_work/" }, { t: "What Good Is Being Creative When You Can't Follow Through? — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/rncs4o/what_good_is_being_creative_when_you_cant_follow/" }, { t: "A Systematic Review of Interventions to Support Adults With ADHD at Work — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9443814/" }, { t: "What Can Adults With ADHD Tell Us About Their Experiences? — Sage Journals", u: "https://journals.sagepub.com/doi/abs/10.1177/10870547251352589" }, ]; const CrtSources = () => (
Our sources

Where this comes from

This page draws on ADHD clinical guidelines, research into creativity, dopamine and executive function, and real accounts from people with more finished ideas in their head than finished things in the world. Here's where it comes from.

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

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