<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rico — Cerveau Papillon</title>
    <description>The latest articles on DEV Community by Rico — Cerveau Papillon (@cerveaupapillon).</description>
    <link>https://dev.to/cerveaupapillon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3862810%2Fedc72f28-a0ab-4361-80a0-7b56b407ac24.png</url>
      <title>DEV Community: Rico — Cerveau Papillon</title>
      <link>https://dev.to/cerveaupapillon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cerveaupapillon"/>
    <language>en</language>
    <item>
      <title>How I Built a TDAH-Friendly Blog as a Tech Entrepreneur with ADD</title>
      <dc:creator>Rico — Cerveau Papillon</dc:creator>
      <pubDate>Sun, 05 Apr 2026 22:55:41 +0000</pubDate>
      <link>https://dev.to/cerveaupapillon/how-i-built-a-tdah-friendly-blog-as-a-tech-entrepreneur-with-add-41nn</link>
      <guid>https://dev.to/cerveaupapillon/how-i-built-a-tdah-friendly-blog-as-a-tech-entrepreneur-with-add-41nn</guid>
      <description>&lt;p&gt;I was diagnosed with ADD (Attention Deficit Disorder — no hyperactivity) at 38 years old. By then, I had already built several tech companies, shipped dozens of products, and burned out more times than I can count. The diagnosis explained a lot. But it didn't change the fact that I still had a chaotic brain to manage every single day.&lt;/p&gt;

&lt;p&gt;So I did what any neurodivergent tech entrepreneur does: I built a system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why a blog? Why ADHD?
&lt;/h2&gt;

&lt;p&gt;After my diagnosis, I spent weeks looking for French-language resources about ADHD in adults. I found a lot about children. Almost nothing for adults, especially nothing that combined technical depth with lived experience.&lt;/p&gt;

&lt;p&gt;That gap became &lt;a href="https://cerveau-papillon.com" rel="noopener noreferrer"&gt;Cerveau Papillon&lt;/a&gt; — literally "Butterfly Brain" in French. A blog about adult ADHD by a tech entrepreneur who transformed chaos into systems.&lt;/p&gt;

&lt;p&gt;The tagline? &lt;em&gt;"Mon cerveau ne fonctionne pas comme prévu — il fonctionne différemment."&lt;/em&gt; (My brain doesn't work as expected — it works differently.)&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack (because we're on dev.to)
&lt;/h2&gt;

&lt;p&gt;I built it on &lt;strong&gt;Astro 5&lt;/strong&gt; deployed on &lt;strong&gt;Cloudflare Pages&lt;/strong&gt;. Here's why that combination works well for an ADHD brain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero runtime overhead&lt;/strong&gt; — static site generation means nothing to maintain at 2am when hyperfocus kicks in&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Markdown content&lt;/strong&gt; — writing in .md files without a CMS matches how I think: structured but flexible&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Workers&lt;/strong&gt; — serverless functions for the newsletter, quiz, and analytics without managing servers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edge deployment&lt;/strong&gt; — fast globally, which matters for SEO&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole stack was chosen to minimize cognitive load. No database to babysit. No complex deployment pipeline. Git push → live in 90 seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  ADHD-friendly UX features I built
&lt;/h2&gt;

&lt;p&gt;The blog is also a UX experiment. Every feature was designed for a neurodivergent reader:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bionic Reading toggle&lt;/strong&gt; — bolds the first half of each word to guide eye movement. Controversial scientifically, but users love it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RSVP Reader&lt;/strong&gt; — displays one word at a time at 150-400 WPM, with smart pauses at punctuation. Based on research showing +13% comprehension for ADHD readers (Cheung et al., 2025).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reading progress bar&lt;/strong&gt; — because knowing "I'm 60% done" makes finishing feel achievable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dyslexia font toggle&lt;/strong&gt; — OpenDyslexic font on demand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dark mode&lt;/strong&gt; — WCAG AAA contrast, purple palette. Because fluorescent white screens are hostile.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm building next
&lt;/h2&gt;

&lt;p&gt;The blog currently has 55+ articles, all cited from peer-reviewed research. The next phase: interactive tools. I'm building an ADHD tax calculator (the hidden cost of ADHD in time and money), an AuDHD screening tool, and a French-language medication comparison guide — nothing like these exists for French-speaking adults.&lt;/p&gt;

&lt;p&gt;If you're curious about the technical side, the full codebase follows the same principles as the content: minimal dependencies, zero CMS, everything in git.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned building this
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Hyperfocus is a superpower with an off switch.&lt;/strong&gt; I can go 12 hours straight writing and coding. Then I can't open the laptop for three days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Systems beat willpower every time.&lt;/strong&gt; I don't rely on motivation. I have deployment scripts, content templates, keyword research pipelines — all designed so that the "what to do next" decision is already made.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building for yourself first is a competitive advantage.&lt;/strong&gt; I'm not guessing what an ADHD adult needs. I am one. Every feature I ship, I test on myself first.&lt;/p&gt;

&lt;p&gt;If you're a dev with ADHD (or suspect you might be), you might find &lt;a href="https://cerveau-papillon.com" rel="noopener noreferrer"&gt;the blog&lt;/a&gt; useful. It's in French, but the tech articles transcend language barriers. And if you're building for neurodivergent users, I'm happy to exchange notes.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;— Rico, La Réunion 🇷🇪&lt;/em&gt;&lt;/p&gt;

</description>
      <category>entrepreneurship</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
