<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[KeepMD]]></title><description><![CDATA[KeepMD is a free, local-first markdown editor that runs offline. No account, no cloud, no tracking. Write, sync via QR, and export with <16ms latency using Web Workers.]]></description><link>https://keepmd.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6a914f56ef24a822803e043e/94296e83-d124-4730-9a7a-91dea06d067c.jpg</url><title>KeepMD</title><link>https://keepmd.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 16:17:14 GMT</lastBuildDate><atom:link href="https://keepmd.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[The Local-First Notes App That Doesn't Track You: An Inside Look at KeepMD]]></title><description><![CDATA[In 2026, most note-taking apps require an account, a subscription, and constant internet access. KeepMD does the opposite.
KeepMD is a Progressive Web App and Markdown IDE designed around 3 principles]]></description><link>https://keepmd.hashnode.dev/keepmd</link><guid isPermaLink="true">https://keepmd.hashnode.dev/keepmd</guid><category><![CDATA[privacy]]></category><category><![CDATA[markdown]]></category><category><![CDATA[web app development]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[TypeScript]]></category><dc:creator><![CDATA[Joe]]></dc:creator><pubDate>Fri, 28 Aug 2026 10:56:41 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a914f56ef24a822803e043e/e53743dd-7870-4b49-a258-05bd88f7cce7.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In 2026, most note-taking apps require an account, a subscription, and constant internet access. KeepMD does the opposite.</p>
<p>KeepMD is a Progressive Web App and Markdown IDE designed around 3 principles: speed, privacy, and data sovereignty.</p>
<p>How It Works</p>
<p>All documents are stored in the browser’s IndexedDB. There is no login, no database, and no cloud sync. When a user types, the app uses a background Web Worker to parse markdown and return sanitized HTML. This keeps the UI thread free for smooth typing.</p>
<p>Standout Features</p>
<p>Ephemeral Device Transfer: Move notes between phone and laptop using a 120-second QR code. Uses WebRTC DataChannels. No server ever sees the data.</p>
<p>Smart Exports: One-click export to .md,.txt,.html, and PDF via native browser print</p>
<p>Power Tools: Regex search, multi-cursor editing, and instant copy that outputs clean ASCII tables</p>
<p>The business model is also different. The web app is free forever. Revenue will come from a future $15-$30 one-time purchase of Desktop or Mobile app built with Tauri, not subscriptions.</p>
<p>For privacy-conscious writers, researchers, and developers, KeepMD presents an alternative to surveillance-capitalism note apps.</p>
<p>Explore it here: <a href="https://keepmd.xyz">https://keepmd.xyz</a></p>
]]></content:encoded></item></channel></rss>