<?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: Elouan </title>
    <description>The latest articles on DEV Community by Elouan  (@elouan_).</description>
    <link>https://dev.to/elouan_</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%2F3726417%2F578c7577-785b-4542-8941-32e7d69ac70a.jpg</url>
      <title>DEV Community: Elouan </title>
      <link>https://dev.to/elouan_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elouan_"/>
    <language>en</language>
    <item>
      <title>I had knee pain for months cycling. So I built a free (AI) bike fitting tool</title>
      <dc:creator>Elouan </dc:creator>
      <pubDate>Thu, 22 Jan 2026 14:30:57 +0000</pubDate>
      <link>https://dev.to/elouan_/i-had-knee-pain-for-months-cycling-so-i-built-a-free-ai-bike-fitting-tool-586h</link>
      <guid>https://dev.to/elouan_/i-had-knee-pain-for-months-cycling-so-i-built-a-free-ai-bike-fitting-tool-586h</guid>
      <description>&lt;p&gt;Last year I started getting serious about cycling. Bought a decent road bike, started doing 50-60km rides on weekends. Life was good.&lt;br&gt;
Then my knees started hurting.&lt;/p&gt;

&lt;p&gt;At first I ignored it. "It'll pass", I told myself. It didn't. After 3 months of increasing pain, I finally looked into bike fitting.&lt;br&gt;
The options were... not great:&lt;/p&gt;

&lt;p&gt;Professional bike fitting: €150-300 for a 2-hour session. Cool, but I'm not made of money...&lt;/p&gt;

&lt;p&gt;MyVeloFit: $75/year. Decent tool but felt expensive for what it is&lt;br&gt;
YouTube tutorials: "Just measure your inseam and multiply by 0.883", yeah that doesn't work for everyone&lt;/p&gt;

&lt;p&gt;Random online calculators: Input your height, get generic numbers that don't account for your actual body proportions&lt;/p&gt;

&lt;p&gt;I'm a developer. You probably know whats coming.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The rabbit hole&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I spent way too many evenings reading about bike biomechanics. Turns out the science is pretty well documented – knee angle at bottom of pedal stroke, hip angle, reach... there are established ranges that work for most people.&lt;/p&gt;

&lt;p&gt;The hard part isn't the math. It's measuring yourself accurately while on the bike. That's why pro fitters use expensive motion capture systems.&lt;/p&gt;

&lt;p&gt;But here's the thing: we all carry HD cameras in our pockets now. And pose detection AI has gotten scary good in the last few years.&lt;/p&gt;

&lt;p&gt;So I thought – what if I could just... point my phone at myself on a bike trainer and have AI figure out my joint angles?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I built&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MyBikeFitting is basically that. You film yourself pedaling (or just upload a photo), the AI detects your body position, measures your joint angles, and tells you what to adjust.&lt;br&gt;
The key things I wanted:&lt;/p&gt;

&lt;p&gt;100% free. Not freemium, actually free&lt;br&gt;
No account needed. No email, no signup, no BS&lt;br&gt;
Privacy-first: the analysis runs in your browser. Your photos never leave your device&lt;br&gt;
Works in French, Spanish and English (I'm French, seemed important)&lt;/p&gt;

&lt;p&gt;It's not going to replace a professional fitting for competitive cyclists. But if you're a weekend warrior like me who just wants to stop hurting, it does the job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The tech stuff (for those who care)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Next.js for the frontend&lt;br&gt;
MediaPipe for pose detection&lt;br&gt;
All processing happens client-side&lt;br&gt;
Hosted on DigitalOcean&lt;/p&gt;

&lt;p&gt;The pose detection accuracy is honestly impressive. I tested it against my own measurements and it's within 2-3 degrees most of the time. Good enough to tell if your saddle is way too low.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What actually happened&lt;/strong&gt;&lt;br&gt;
I fixed my knee pain. Turns out my saddle was about 2cm too low. Such a simple fix, and I suffered for months.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I'm posting this&lt;/strong&gt;&lt;br&gt;
Honestly? I'd love some feedback. The tool works well for me but I've only tested it on like 15 people.&lt;br&gt;
If you cycle and have 5 minutes, I'd really appreciate if you tried it out and let me know:&lt;/p&gt;

&lt;p&gt;Did the detection work on your setup?&lt;br&gt;
Were the recommendations helpful?&lt;br&gt;
Anything confusing in the UI?&lt;/p&gt;

&lt;p&gt;Link: mybikefitting.com&lt;/p&gt;

&lt;p&gt;No tracking, no analytics that spy on you. I literally can't see what you're doing on the site. So if something breaks, please tell me in the comments 😅&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>cycling</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
