/* Loops — "Build a Side Project With ADHD" use-case page */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const SIDE_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 SideNav = () => { 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 SIDE_HERO_BLOCKS = [ { title: "Focus on one project", body: "Park the others so your best idea actually gets finished.", icon: (), }, { title: "Make daily progress", body: "Small actions keeps things moving even when motivation doesn't.", icon: (), }, { title: "Actually ship it", body: "Coaching through the hard middle and the final push, so it gets into the world.", icon: (), }, ]; const SideHero = () => (
Designed for ADHD. Works for everyone.

You have the ideas. You even start them. It's the finishing that keeps not happening.

Most people with ADHD aren't short of side projects. They're short of finished ones.

Loops is a daily coaching app for people with ADHD. It keeps your project moving one day at a time, and gives you one person who gets to see you finish it.

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

Three things Loops does for you

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

{b.title}

{b.body}

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

A daily structure for the part of side projects that ADHD makes hardest.

Starting a side project is rarely the problem. The problem is everything that comes after the first burst of energy fades: the boring middle, the hard parts, the moment you open a newer, more interesting idea and quietly stop going back to the old one.

Loops gives you clear daily actions to keep your project moving. It helps you stay with one thing long enough to finish it, and picks you back up when you drift away.

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 SIDE_RECOGNITION = [ "You've got more ideas than you know what to do with. Choosing just one feels almost impossible.", "The first week is great. The third week is where it quietly stops.", "You can do the exciting, creative parts. It's the packaging, the publishing, the \u201Cboring but essential\u201D parts that stall everything.", "A new idea arrives and suddenly the old project feels less interesting. You tell yourself you'll come back to it.", "You've tried planning systems, project trackers, accountability threads. Most of them became another unfinished thing.", "You know you're capable of making something good. That makes the folder of unfinished things harder to look at, not easier.", ]; const SideRecognition = () => (
Does any of this sound familiar?

You're not the only one with a folder full of things you started.

These are the patterns that come up again and again for people with ADHD trying to build something on the side. If you recognise yourself here, you're in the right place.

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

{t}

))}

This isn't about effort or ability. It's what happens when ADHD meets a process with no deadline, no external pressure, and a delayed reward.

); /* ---------------- Why it keeps happening (5 stages) ---------------- */ const SIDE_PATTERNS = [ { title: "The idea spiral", body: "The beginning never really ends. New ideas keep arriving before the current one is finished, and researching, comparing, and refining can feel indistinguishable from progress.", }, { title: "The motivation cliff", body: "By week three, the project stops being exciting and starts being work. A side project offers no urgency, no deadline, no visible audience. These are the exact conditions that make sustained effort hardest for an ADHD brain.", }, { title: "The hard middle", body: "Procrastination here isn't poor discipline. It's emotion regulation. The most uncomfortable work, packaging, publishing, asking for feedback, sits at exactly the point where novelty has run out and self-exposure is highest.", }, { title: "The idea hijack", body: "A newer idea arrives. Switching feels like relief. That's not flakiness. It's the brain moving away from discomfort and toward stimulation, doing exactly what it's designed to do.", }, { title: "The shame layer", body: "Each unfinished project adds weight to the next one. The folder of half-built things becomes harder to look at, which makes starting again harder, which adds to the folder.", }, ]; const SideWhyItHappens = () => (
Understanding the pattern

Side projects are the hardest possible context for an ADHD brain to work in.

A side project is entirely optional. The reward is far away. There's no external structure unless you build it yourself. Nobody is waiting. Nothing is urgent.

That's almost exactly the opposite of what ADHD brains need to sustain effort. The repeated failure isn't random. It follows a predictable arc.

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

    {p.title}

    {p.body}

  2. ))}

Every one of these stages is predictable. And every one of them is something the right daily structure can make significantly easier.

); /* ---------------- The finishing problem (unique to this page) ---------------- */ const SideFinishing = () => (
Something worth saying clearly

Finishing is harder than starting. That's not obvious, and it matters.

Most advice about side projects treats finishing as the natural result of starting well. It isn't. Finishing is a distinct phase with its own specific demands.

The endgame usually involves the lowest-novelty, highest-exposure work: polishing, publishing, asking for feedback, risking criticism. These are the tasks that feel least like the project you fell in love with, and they require sitting with discomfort rather than moving toward stimulation.

Loops treats finishing as a separate mode with its own structure and coaching, not something that happens automatically once you've done enough work.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const SIDE_WITNESS_CARDS = [ { t: "All they have to do is see it", b: "When you close a loop, they see it. When you ship, they see it. They just get to watch you keep going, and cheer you on." }, { t: "They don't manage you", b: "They don't nag or remind you. They don't check your work or tell you what to do. And they don't even need to pay. Their side is light on purpose." }, { t: "You're always in control", b: "You choose who it is. You decide what they can see, and you can change it any time." }, { t: "Suddenly someone is waiting", b: "For a project with no deadline and no audience, one person quietly waiting is often the whole difference." }, ]; const SideWhyLoopsWorks = () => (
The part most apps miss

Brains finish for people, not for apps.

The whole trouble with a side project is that nobody is waiting. No deadline, no audience, no one to let down. That's the exact condition an ADHD brain finds hardest to sustain.

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

You choose one person you trust. Your partner, a friend, another maker, whoever it is. When you close a loop, they see it. When you ship, they see it. You decide 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.

{SIDE_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 SIDE_STEPS = [ { t: "Pick one project", b: "Tell Loops which project you're working on. Not your best idea. Not your most ambitious one. The one you want to actually finish. Loops helps you park the others so they don't compete for your attention." }, { t: "Choose your person", b: "Pick one person you trust to see your progress. 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 shows you what's due and gives you specific, achievable next steps for your project. Not a plan. Not a roadmap. Just the next right thing to do today. Close the loop, and your person sees it." }, { t: "Get coaching through the hard parts", b: "In the third week when the novelty has gone. In the moment before you open a newer idea. When the \u201Cboring but essential\u201D work is the only thing left. Loops provides practical coaching to help you stay with it rather than around it." }, { t: "Ship something", b: "When the project is ready enough, Loops helps you get it out of the folder and into the world. Not perfect. Done. That's the goal." }, ]; const SideHowItWorks = () => (
Getting started

Simple from day one.

You don't need a new productivity system. You need one project, one daily action, and something that keeps pulling you back when you drift.

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

    {s.t}

    {s.b}

  2. ))}

There's no wrong project to start with. The one gathering dust in your folder is fine.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const SIDE_WHATS_INSIDE = [ { t: "One goal, with a finish line", b: "The one project you want to finish, written in your own words, with a season and a clear picture of what shipping looks like. Not your best idea or your most ambitious one. The one your brain can actually see through to done." }, { t: "Loops that fit your life", b: "A loop is one small, repeating action, at a pace you choose. Some run every day, some a few times a week: thirty minutes on the project after dinner, one small feature a week, publish one update. 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 milestones you reach. Support, without the nagging. 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 first draft done, the first thing published, the project shipped. 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 which project you're on and where you keep drifting, so there's no re-explaining yourself from the start. No booking, no waiting room. It's there at 11pm, right before you open a shinier new idea." }, ]; const SideWhatsInside = () => (
What's inside Loops

Five simple things, working together.

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

{p.t}

{p.b}

))}
); /* ---------------- Social proof ---------------- */ const SIDE_TESTIMONIALS = [ { quote: "I had the same project half-finished for eight months. Loops didn't make me love the boring parts. It made them smaller and more survivable. I shipped it on a Tuesday afternoon and it was the least dramatic thing I have ever done.", who: "UX writer, Glasgow", meta: "ADHD diagnosis at 27" }, { quote: "The part that changed everything was only having one active project at a time. I thought I needed more options. It turns out I needed fewer.", who: "Developer, Leeds", meta: null }, { quote: "I had tried five different accountability systems. What was different about Loops was that it didn't make me feel like a failure when I came back after three days away. It just asked what I was doing next.", who: "Illustrator, London", meta: null }, ]; const SideSocialProof = () => (
From people who recognise themselves in this

You're in good company.

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

Better with your person. Built for it.

{SIDE_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) ---------------- */ const SIDE_OBJECTIONS = [ { q: "\u201CIt's just a side project. Do I really need a system for it?\u201D", a: "The stakes aren't as low as they feel. A project you care about but can't finish costs something: confidence, creative momentum, and the quiet accumulation of evidence that you don't complete things. A simple daily system is less effort than carrying that." }, { 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. You decide what your person sees, and you can change it any time. You can add them whenever you're ready." }, { q: "\u201CI've tried productivity systems before. They always become another unfinished thing.\u201D", a: "Most systems aren't built for how ADHD actually works. They assume consistent motivation and linear progress. Loops is designed to meet you where you are when you come back, not to treat a gap as a reason to give up." }, { q: "\u201CWhat if I have too many ideas and can't pick one?\u201D", a: "That's the idea spiral. Loops helps you name it and step out of it. It helps you choose one project and actively park the others so they feel held rather than abandoned." }, { q: "\u201CWhat if I'm not diagnosed?\u201D", a: "You don't need a diagnosis. If the patterns on this page feel familiar, Loops is built for you." }, ]; const SideObjections = () => (
A few things worth knowing

Common questions before you start

{SIDE_OBJECTIONS.map((o) => (

{o.q}

{o.a}

))}
); /* ---------------- FAQ accordion ---------------- */ const SIDE_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, rewards, and progress tracking into one system. For side projects, it provides the external structure that ADHD brains need to keep going through the slow, difficult, low-novelty phases that most projects stall in." }, { q: "Who is 'your person', and do I need one?", a: "Your person is the one you choose to see your progress. When you close a loop or hit a milestone, they see it. They don't manage you or nag you. They just get to watch you keep going. 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 side projects?", a: "Side projects are optional, self-directed, and delayed in reward. That's the opposite of what ADHD brains need to sustain effort. There's no external deadline, no accountability, no visible audience. The motivation that feels strong at the start reliably fades before the work is done." }, { q: "Why is finishing harder than starting for people with ADHD?", a: "The end phase of a project typically involves the lowest-novelty, highest-exposure work: polishing, documenting, publishing, and risking judgement. These tasks offer the least immediate stimulation and the most emotional discomfort. Research increasingly frames procrastination as an emotion-regulation problem rather than a discipline problem, which helps explain why the final stretch is where most projects stop." }, { q: "What is the idea spiral in ADHD side projects?", a: "The idea spiral is the pattern where new ideas arrive before existing projects are finished, pulling attention away from the current work. It's a predictable result of how ADHD affects novelty-seeking and delayed reward processing. Having a system that actively parks new ideas while protecting the current project's momentum is one of the most effective ways to break the cycle." }, { q: "How does Loops help with finishing a side project?", a: "It breaks the project into one daily action so the next step is always clear. It provides coaching through the motivation cliff, the hard middle, and the final push to ship. And it treats finishing as a distinct mode with its own structure, rather than assuming it happens naturally once you've done enough work." }, { 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 described on this page feel familiar, Loops is built for you." }, { q: "Is Loops available in the UK?", a: "Yes. Loops is available across the UK and is built with UK users in mind." }, ]; const SideFAQItem = ({ q, a, defaultOpen }) => (
{q}

{a}

); const SideFAQ = () => (
FAQ

Questions people often ask

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

{SIDE_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const SideFinalCTA = () => (
Ship one thing

The goal isn't a perfect project. It's a finished one.

You've got something in that folder. Loops can help you get it out, and it helps to have one person watching you do it.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const SIDE_SOURCES = [ { 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: "Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87/chapter/recommendations" }, { t: "Adult ADHD-Related Poor Quality of Life — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC12423737/" }, { t: "Get A SIDE PROJECT! — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/1ohy7e/get_a_side_project/" }, { t: "Attention-Deficit/Hyperactivity Disorder and Monetary Delay Discounting — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC5049699/" }, { t: "ADHD, Executive Functioning and Self-Regulation — Russell Barkley", u: "https://www.russellbarkley.org/factsheets/ADHD_EF_and_SR.pdf" }, { t: "Strengths and challenges to embrace ADHD in employment — systematic review", u: "https://journals.sagepub.com/doi/10.1177/27546330241287655" }, { t: "Time Perception in Adult ADHD: Findings from a Decade — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9962130/" }, { t: "What Are You Waiting For?! Roles of Motivation, Goal Processes and Prospective Memory — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC13033046/" }, { t: "Self-Esteem in Adults With ADHD Using the Rosenberg Scale — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC11016209/" }, { t: "Stress and work-related mental illness among working adults with ADHD — BMC Psychiatry", u: "https://link.springer.com/article/10.1186/s12888-022-04409-w" }, { t: "Don't buy that planner. You know you won't use it — r/ADHD", u: "https://www.reddit.com/r/ADHD/comments/18smcln/dont_buy_that_planner_you_know_you_wont_use_it_if/" }, { t: "Evaluating the evidence: a systematic review of digital interventions for ADHD — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC12016436/" }, { t: "A systematic review and component network meta-analysis — The Lancet Psychiatry", u: "https://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366%2824%2900360-2/fulltext" }, { t: "An Investigation of Body Doubling with Neurodivergent Participants — ACM Digital Library", u: "https://dl.acm.org/doi/full/10.1145/3689648" }, { t: "How to tackle large projects? — CHADD's Adult ADHD Support", u: "https://healthunlocked.com/adult-adhd/posts/151599568/how-to-tackle-large-projects" }, { t: "Stigma in adults with ADHD: a systematic review of types, experiences and potential implications for quality of life — Frontiers in Psychiatry", u: "https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2026.1783271/full" }, { t: "Cognitive-Behavioral Therapy for Adult ADHD — Solanto", u: "https://www.guilford.com/excerpts/solanto.pdf" }, { t: "Entrepreneurship and ADHD: A Meta-Analytical Assessment of the State-of-the-Art and Suggestions for the Future", u: "https://journals.sagepub.com/doi/abs/10.1177/10422587251392498" }, ]; const SideSources = () => (
Our sources

Where this comes from

This page draws on research into ADHD, procrastination, executive function, and real accounts from people trying to finish things they've started. Here's where it comes from.

    {SIDE_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 finishing side projects; they are not an endorsement of Loops by their authors.

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