<?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: boulbaal</title>
    <description>The latest articles on DEV Community by boulbaal (@boulbaal).</description>
    <link>https://dev.to/boulbaal</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%2F3981352%2F189c99ae-55c9-477e-9dd5-9abd1b77b35a.png</url>
      <title>DEV Community: boulbaal</title>
      <link>https://dev.to/boulbaal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boulbaal"/>
    <language>en</language>
    <item>
      <title>I built a free open-source photo &amp; video organizer for 27,000+ files (no cloud, no subscription)</title>
      <dc:creator>boulbaal</dc:creator>
      <pubDate>Fri, 12 Jun 2026 13:26:55 +0000</pubDate>
      <link>https://dev.to/boulbaal/i-built-a-free-open-source-photo-video-organizeopensourcephotographynodejselectronr-for-27000-1a19</link>
      <guid>https://dev.to/boulbaal/i-built-a-free-open-source-photo-video-organizeopensourcephotographynodejselectronr-for-27000-1a19</guid>
      <description>&lt;p&gt;I had 27,000+ photos and videos scattered across a Linux PC, external SSD, and multiple USB sticks. Every existing solution either required cloud access, a subscription, or was too complex for non-technical family members.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;FotoApp&lt;/strong&gt; — a free, open-source local photo &amp;amp; video organizer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Scan folders recursively&lt;/strong&gt; — finds all photos and videos (JPG, PNG, RAW, MP4, MKV, MOV...)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Detect duplicates&lt;/strong&gt; by MD5 hash — shows groups, lets you mark which to keep&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPS map view&lt;/strong&gt; — media pinned on a Leaflet map, with automatic reverse geocoding via Nominatim (no API key, no data sent to Google)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart export&lt;/strong&gt; — filenames like &lt;code&gt;Belgium_Brussels_12_06_2026.jpg&lt;/code&gt;, organized into &lt;code&gt;year/month&lt;/code&gt; folders&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Takeout support&lt;/strong&gt; — reads the &lt;code&gt;.jpg.json&lt;/code&gt; sidecar files for date and GPS fallback&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dashboard&lt;/strong&gt; — stats by year, camera model, country (with flag emoji 🌍), and source folder&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Video support&lt;/strong&gt; — thumbnails, metadata, duration shown alongside photos&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-language UI&lt;/strong&gt; — switch between NL / EN / FR / DE in the app header&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Desktop wrapper&lt;/td&gt;
&lt;td&gt;Electron&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Node.js + Express&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database&lt;/td&gt;
&lt;td&gt;SQLite (better-sqlite3)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Image processing&lt;/td&gt;
&lt;td&gt;sharp + exifr&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Maps&lt;/td&gt;
&lt;td&gt;Leaflet + Nominatim&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;Vanilla JS (no framework)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;No framework overhead, no build step. Just open and it works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy first
&lt;/h2&gt;

&lt;p&gt;Everything runs &lt;strong&gt;locally&lt;/strong&gt;. No cloud upload, no account required, no telemetry. The only external call is to Nominatim for reverse geocoding (OpenStreetMap), and that can be disabled.&lt;/p&gt;

&lt;h2&gt;
  
  
  Download
&lt;/h2&gt;

&lt;p&gt;Windows installer ready. Mac and Linux builds are automated via GitHub Actions.&lt;/p&gt;

&lt;p&gt;→ &lt;a href="https://github.com/boulbaal/fotoApp/releases/latest" rel="noopener noreferrer"&gt;Download from GitHub Releases&lt;/a&gt;&lt;br&gt;
→ &lt;a href="https://boulbaal.github.io/fotoApp/" rel="noopener noreferrer"&gt;Landing page (NL/EN/FR/DE)&lt;/a&gt;&lt;br&gt;
→ &lt;a href="https://github.com/boulbaal/fotoApp" rel="noopener noreferrer"&gt;Source code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Contributing
&lt;/h2&gt;

&lt;p&gt;The project is open to contributions. If you have a feature idea, bug report, or want to help with translations — open an issue or PR.&lt;/p&gt;

&lt;p&gt;Feedback especially welcome from people with large photo/video collections (10k+ files).&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>photography</category>
      <category>node</category>
      <category>electron</category>
    </item>
  </channel>
</rss>
