<?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: Tomek</title>
    <description>The latest articles on DEV Community by Tomek (@tomek_ats).</description>
    <link>https://dev.to/tomek_ats</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4033805%2Fbdcf142e-02c1-4eab-a735-b0e2ed8b990b.jpg</url>
      <title>DEV Community: Tomek</title>
      <link>https://dev.to/tomek_ats</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tomek_ats"/>
    <language>en</language>
    <item>
      <title>Building a Free Fitness PWA with Python and Flask</title>
      <dc:creator>Tomek</dc:creator>
      <pubDate>Fri, 17 Jul 2026 12:01:27 +0000</pubDate>
      <link>https://dev.to/tomek_ats/building-a-free-fitness-pwa-with-python-and-flask-44ko</link>
      <guid>https://dev.to/tomek_ats/building-a-free-fitness-pwa-with-python-and-flask-44ko</guid>
      <description>&lt;p&gt;Building a Free Fitness PWA with Python and Flask&lt;/p&gt;

&lt;p&gt;About two years ago I decided to build something that would actually solve a problem I had myself.&lt;/p&gt;

&lt;p&gt;Instead of another tutorial project, I started developing &lt;strong&gt;AthleteApp&lt;/strong&gt; – a free Progressive Web App (PWA) designed for people who want to track workouts, nutrition and body progress in one place.&lt;/p&gt;

&lt;p&gt;The project is built primarily with &lt;strong&gt;Python&lt;/strong&gt; and &lt;strong&gt;Flask&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Why a PWA?&lt;/p&gt;

&lt;p&gt;I wanted users to access the application instantly without downloading anything from an app store.&lt;/p&gt;

&lt;p&gt;The application can be installed directly from the browser and works on desktop, Android and iOS.&lt;/p&gt;

&lt;p&gt;Current features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Workout diary&lt;/li&gt;
&lt;li&gt;Nutrition and macro tracking&lt;/li&gt;
&lt;li&gt;Progress charts&lt;/li&gt;
&lt;li&gt;Personal records&lt;/li&gt;
&lt;li&gt;Body measurements&lt;/li&gt;
&lt;li&gt;Trainer profile&lt;/li&gt;
&lt;li&gt;AI-powered exercise analysis (beta)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Challenges&lt;/p&gt;

&lt;p&gt;Building a fitness application is much more than creating CRUD pages.&lt;/p&gt;

&lt;p&gt;Some of the challenges included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;designing a large nutrition database,&lt;/li&gt;
&lt;li&gt;keeping the interface fast,&lt;/li&gt;
&lt;li&gt;creating meaningful statistics,&lt;/li&gt;
&lt;li&gt;implementing AI-assisted exercise analysis,&lt;/li&gt;
&lt;li&gt;maintaining good SEO despite being a web application.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SEO for a Web App&lt;/p&gt;

&lt;p&gt;One of my recent goals has been improving discoverability.&lt;/p&gt;

&lt;p&gt;The project now includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;structured data (Schema.org)&lt;/li&gt;
&lt;li&gt;FAQ markup&lt;/li&gt;
&lt;li&gt;optimized metadata&lt;/li&gt;
&lt;li&gt;technical documentation&lt;/li&gt;
&lt;li&gt;continuous content updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Search engines are already starting to recognize AthleteApp as a real software product, which is exciting to see.&lt;/p&gt;

&lt;p&gt;What's next?&lt;/p&gt;

&lt;p&gt;I'm continuously improving the application by adding new training features, expanding the nutrition database and improving the AI assistant.&lt;/p&gt;

&lt;p&gt;Building software is a marathon rather than a sprint, but seeing the project grow step by step makes the journey worthwhile.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://athleteapp.pl" rel="noopener noreferrer"&gt;https://athleteapp.pl&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>pwa</category>
      <category>flask</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
