/* Loops — "Becoming a Leader With ADHD" use-case page */ /* ---------------- Page nav (links back to the homepage) ---------------- */ const LEAD_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 LeadNav = () => { 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 LEAD_HERO_BLOCKS = [ { title: "Track what matters", body: "The delegation, the follow-ups, the things that slip. Made visible every day.", icon: (), }, { title: "Handle the hard moments", body: "Coaching conversations, feedback, and recovery.", icon: (), }, { title: "Stay ahead of what's slipping", body: "Without keeping everything in your head.", icon: (), }, ]; const LeadHero = () => (
Designed for ADHD. Works for everyone.

You have the leadership role. It's the invisible work around it that keeps letting you down.

Not the vision. Not the big decisions. The tracking, the follow-up, the feedback, the things that quietly slip.

Loops is a daily coaching app for people with ADHD. It makes the invisible maintenance work visible and doable, and gives you one person who gets to see you do it.

Free for 7 days. No complicated setup. On iOS for now.
{/* Recognition anchor */}
Many people with ADHD describe it the same way: “I can do the work. I can't reliably run the system around the work.”
{/* Three icon blocks */}

Three things Loops does for you

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

{b.title}

{b.body}

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

A daily structure for the parts of leadership that ADHD makes genuinely hard.

Leadership isn't mostly about vision or big decisions. Day to day, it's a long series of maintenance tasks: following up on delegated work, preparing for meetings, noticing what has slipped, holding difficult conversations, and doing the steady, unglamorous work that keeps a team running.

Those tasks are low in novelty, high in importance, and rarely urgent until they're already overdue. That's precisely the combination ADHD makes most difficult.

Loops gives you daily actions to keep your leadership running. It helps you track what matters, stay ahead of what's slipping, and manage yourself through the parts of the role that cost the most.

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 LEAD_RECOGNITION = [ "You were excellent as an individual contributor. The moment the role became about coordinating other people's work, something shifted.", "You assign work and mean to follow up. By the time you remember, it's either done or already behind.", "You can handle a crisis brilliantly. The calm, repetitive, anticipatory parts of management are where things quietly fall apart.", "You end the week feeling like you were busy the whole time, but the important management tasks still didn't happen.", "Difficult conversations, feedback, and interpersonal friction cost you more than they seem to cost other people at your level.", "You're working hard enough to keep everything together. But it's starting to feel like it can't go on at this pace.", ]; const LeadRecognition = () => (
Does any of this sound familiar?

You're not the only leader who finds this harder than it looks.

These are the patterns that come up again and again for people with ADHD in leadership roles. If you recognise yourself here, you're in the right place.

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

{t}

))}

These aren't signs that you're in the wrong role. They are predictable patterns when ADHD meets the specific demands of leading people at scale.

); /* ---------------- Why it keeps happening (5 bottlenecks) ---------------- */ const LEAD_PATTERNS = [ { title: "The delegation gap", body: "Assigning work is easy. Tracking it is where things slip. Keeping clear records of what was given, when it's due, and when to check in requires exactly the kind of ongoing monitoring that ADHD makes unreliable.", }, { title: "Fragmentation and state loss", body: "What fails isn't just concentration. It's holding the whole picture together. Leadership means constant switching between meetings, messages, and decisions. Every interruption is a chance for something important to fall through the gaps.", }, { title: "The urgency trap", body: "Crisis feels manageable. The calm, steady work is where things quietly stop. Slow-burn responsibilities, feedback, delegation, culture-building, get postponed until they become urgent, which is usually too late.", }, { title: "Emotional load and recovery", body: "Difficult conversations cost more than they appear to cost other people at your level. Over time, that cumulative emotional effort becomes a kind of debt that makes the harder parts of the role progressively more draining.", }, { title: "Overcompensation and burnout", body: "Longer hours and keeping everything in your head can hold things together. For a while. But leadership scales the invisible work upward, and eventually the compensation breaks.", }, ]; const LeadWhyItHappens = () => (
Understanding the pattern

Leadership is an unusually demanding test of exactly the functions ADHD affects most.

Leadership depends heavily on executive functions: planning, monitoring, prioritising, delegating, noticing what's slipping, and sustaining performance across many people at once. These are also the functions most consistently affected by ADHD. That's why the transition from high-performing individual contributor to struggling manager is one of the most common patterns in ADHD communities.

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

    {p.title}

    {p.body}

  2. ))}

None of these are about whether you should be in leadership. They are about what leadership specifically asks for, and where having the right daily structure makes the most difference.

); /* ---------------- The transition moment (unique to this page) ---------------- */ const LeadTransition = () => (
Something worth naming clearly

The shift from doing to leading is where ADHD most often shows up.

As an individual contributor, ADHD is often manageable. The work is yours. You can compensate through effort, hyperfocus, or finding your own rhythm.

Leadership changes everything. The output is now other people's output. The rewards are delayed. The most important tasks are often the least stimulating. And the coping strategies that worked before stop working at the new scale.

Loops is designed to help with that transition: not by teaching leadership theory, but by building the daily structures that make the invisible maintenance work visible and doable.

); /* ---------------- The part most apps miss (being seen) ---------------- */ const LEAD_WITNESS_CARDS = [ { t: "All they have to do is see it", b: "When you close a loop, they see it. When you get through a hard week, 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: "Someone finally checks in on you", b: "For a role where nobody usually checks in on you, one person in your corner changes things." }, ]; const LeadWhyLoopsWorks = () => (
The part most apps miss

Brains finish for people, not for apps.

Here's the strange thing about leadership. You spend your days following up on everyone else, and almost nobody follows up on you. Nobody sees the invisible work, so it's the first thing to let slide.

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

You choose one person you trust. Your partner, a mentor, a peer who leads too, whoever it is. When you close a loop, they see it. When you get through a hard week, 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.

{LEAD_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 LEAD_STEPS = [ { t: "Tell Loops what you're managing", b: "Share what your leadership role involves and where things most often go wrong. No lengthy setup." }, { 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, which suits a group of peers who all lead." }, { t: "Get small daily actions", b: "Each day, Loops shows you what's due and gives you specific, achievable things to do: a follow-up to make, a conversation to prepare for, a check-in to schedule. The important things, made manageable. Close the loop, and your person sees it." }, { t: "Get coaching when you need it", b: "Preparing for a difficult conversation? Behind on delegation tracking? Feeling the emotional weight of a hard week? Loops provides practical, personalised coaching to help you move through it." }, { t: "Build a leadership cadence that holds", b: "Over time, the daily actions build into a rhythm. The maintenance work becomes something you do, rather than something you're always catching up on." }, ]; const LeadHowItWorks = () => (
Getting started

Simple from day one.

You don't need to overhaul your leadership approach. You need a daily structure that handles the things that keep slipping.

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

    {s.t}

    {s.b}

  2. ))}

You don't need a perfect week to start making progress. You just need to begin.

); /* ---------------- What's inside Loops (5 parts) ---------------- */ const LEAD_WHATS_INSIDE = [ { t: "One goal, with a finish line", b: "The leadership goal you're working toward this season, in your own words, with a clear picture of what better looks like: delegation that doesn't slip, a team that runs without constant firefighting, whatever it is for you. A goal your brain can actually see." }, { 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: follow up on delegated work every Friday, prep before each one-to-one, give one piece of feedback a week. A few connect to your leadership goal. 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, which works well for a group of peers who all lead." }, { t: "Rewards you can feel", b: "Promise yourself something for the moments that matter: the first month without a dropped follow-up, a hard conversation handled well, a quarter that didn't run on crisis energy. 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 your role and where things tend to slip, so there's no re-explaining yourself from the start. No booking, no waiting room. It's there at 11pm, or right before the difficult conversation you've been dreading." }, ]; const LeadWhatsInside = () => (
What's inside Loops

Five simple things, working together.

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

{p.t}

{p.b}

))}
); /* ---------------- Social proof ---------------- */ const LEAD_TESTIMONIALS = [ { quote: "I was a brilliant individual contributor. The moment I started managing a team, something stopped working. Loops helped me see exactly where the gaps were and gave me something practical to do about them.", who: "Engineering manager, London", meta: "ADHD diagnosis at 33" }, { quote: "The delegation tracking was my biggest problem. I would give work out and then completely forget to follow up until it was already late. Loops made that one thing visible every day.", who: "Head of operations, Manchester", meta: null }, { quote: "I was running on compensation and starting to burn out. Loops didn't fix everything overnight but it gave me a daily anchor that made the job feel less like firefighting and more like leading.", who: "Senior manager, Edinburgh", meta: null }, ]; const LeadSocialProof = () => (
From people who recognise themselves in this

You're in good company.

{LEAD_TESTIMONIALS.map((t, i) => (
{t.quote}
{t.who}
{t.meta ?
{t.meta}
: null}
))}
); /* ---------------- Pricing ---------------- */ const LEAD_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 LeadPricing = () => (
Pricing

Better with your person. Built for it.

{LEAD_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 LEAD_OBJECTIONS = [ { q: "\u201CI've tried systems before. They never stick.\u201D", a: "Most systems aren't built for how ADHD works at the leadership level. They assume stable motivation and the ability to maintain a complex dashboard under pressure. Loops is built differently: small daily actions, coaching when things drift, and a design that adapts rather than making you feel like you've failed." }, { 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: "\u201CWhat if I'm not officially diagnosed?\u201D", a: "You don't need a diagnosis. Many people using Loops are waiting for assessment, self-identifying, or finding that ADHD describes their experience without a formal label. If the patterns on this page feel familiar, Loops is built for you." }, { q: "\u201CShould I disclose my ADHD at work?\u201D", a: "That's a genuinely complex decision and Loops can't make it for you. What the research shows is that disclosure works best when the environment will respond with practical support rather than scrutiny. Loops helps you lead more effectively regardless of whether you disclose." }, { q: "\u201CWhat if the problem is the role itself, not my approach?\u201D", a: "Sometimes it is. And that's worth knowing clearly. Loops helps you understand where the friction is: whether it's something in your current approach that can change, or something structural that needs a different kind of conversation." }, ]; const LeadObjections = () => (
A few things worth knowing

Common questions before you start

{LEAD_OBJECTIONS.map((o) => (

{o.q}

{o.a}

))}
); /* ---------------- FAQ accordion ---------------- */ const LEAD_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 leaders with ADHD, it acts as a daily external structure for the invisible maintenance work that leadership depends on." }, { 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, which works well for a circle of peers who all lead." }, { q: "Why do people with ADHD struggle with leadership roles?", a: "Leadership depends heavily on planning, monitoring, delegating, and sustaining performance across many workstreams simultaneously. These are the same executive functions most consistently affected by ADHD. The result is a predictable mismatch between what leadership asks for day to day and what ADHD makes reliably easy to do." }, { q: "Why is the transition from individual contributor to manager so hard with ADHD?", a: "As an individual contributor, ADHD is often manageable through personal compensation: doing it yourself, hyperfocusing, finding your own rhythm. Leadership changes the nature of the work: the output is now other people's output, the rewards are delayed, and the most important tasks are often the least stimulating. The coping strategies that worked before stop working at the new scale." }, { q: "What is the invisible work of leadership?", a: "The ongoing maintenance tasks that rarely feel urgent but determine whether a team functions: tracking delegated work, following up on meetings, noticing what's slipping before it becomes a problem, giving feedback, and staying emotionally regulated through difficult interpersonal moments. This is the work most likely to slip with ADHD, and least likely to be visible until something has already gone wrong." }, { q: "How does Loops help with leading a team when you have ADHD?", a: "It gives you one daily action focused on the maintenance work of your role, so important things get done rather than perpetually deferred. It provides coaching through the parts of leadership that cost the most, and builds a daily rhythm that makes the invisible work visible and manageable." }, { 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 workplace contexts and employment guidance in mind." }, ]; const LeadFAQItem = ({ q, a, defaultOpen }) => (
{q}

{a}

); const LeadFAQ = () => (
FAQ

Questions people often ask

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

{LEAD_FAQS.map((f, i) => )}
); /* ---------------- Final CTA ---------------- */ const LeadFinalCTA = () => (
Lead sustainably

Leadership shouldn't feel like something you can only sustain by working harder.

You're capable of this role. The gap isn't ability. It's having the right daily structure around the parts that ADHD makes hardest, and one person who sees the work that nobody else does.

Free for 7 days. No complicated setup. On iOS for now.
); /* ---------------- Sources ---------------- */ const LEAD_SOURCES = [ { t: "Strengths and challenges to embrace ADHD in employment — systematic review", u: "https://journals.sagepub.com/doi/10.1177/27546330241287655" }, { t: "Executive function deficits mediate the relationship between employees' ADHD and job burnout", u: "https://www.aimspress.com/aimspress-data/aimsph/2024/1/PDF/publichealth-11-01-015.pdf" }, { t: "“Turning Intentions Into Actions” — J. Russell Ramsay", u: "https://journals.sagepub.com/doi/abs/10.1177/1534650115611483" }, { t: "Time Perception in Adult ADHD: Findings from a Decade — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC9962130/" }, { t: "Adult attention deficit hyperactivity disorder symptoms and leadership — PubMed", u: "https://pubmed.ncbi.nlm.nih.gov/30187648/" }, { t: "People leaders with ADHD, how do you delegate? — r/adhdwomen", u: "https://www.reddit.com/r/adhdwomen/comments/1m7a5u6/people_leaders_with_adhd_how_do_you_delegate/" }, { t: "Evidence of emotion dysregulation as a core symptom of adult ADHD — PLOS One", u: "https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0280131" }, { t: "Professionally successful adults with attention-deficit hyperactivity disorder — PMC", u: "https://pmc.ncbi.nlm.nih.gov/articles/PMC5619157/" }, { t: "What makes work sustainable for adults with ADHD? Interpreting workplace strain and support through Reddit data — Frontiers in Psychology", u: "https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2026.1820248/full" }, { t: "Attention deficit hyperactivity disorder: diagnosis and management — NICE", u: "https://www.nice.org.uk/guidance/ng87/chapter/recommendations" }, { t: "Consumer Companion Guide — Australian ADHD Guidelines", u: "https://adhdguideline.aadpa.com.au/wp-content/uploads/2023/04/ADHD-Consumer-Companion-FINAL.pdf" }, { 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" }, ]; const LeadSources = () => (
Our sources

Where this comes from

This page draws on research into ADHD and leadership, executive function, occupational burnout, and real accounts from people managing teams. Here's where it comes from.

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

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