<?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: Landlord Ledger</title>
    <description>The latest articles on DEV Community by Landlord Ledger (@landlordledger).</description>
    <link>https://dev.to/landlordledger</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%2F4116480%2F3c61fb4d-763f-420b-b670-7dbc32cbb231.png</url>
      <title>DEV Community: Landlord Ledger</title>
      <link>https://dev.to/landlordledger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/landlordledger"/>
    <language>en</language>
    <item>
      <title>I built an offline-first rent ledger as a single HTML file - no account, no cloud</title>
      <dc:creator>Landlord Ledger</dc:creator>
      <pubDate>Tue, 08 Sep 2026 21:44:48 +0000</pubDate>
      <link>https://dev.to/landlordledger/i-built-an-offline-first-rent-ledger-as-a-single-html-file-no-account-no-cloud-363i</link>
      <guid>https://dev.to/landlordledger/i-built-an-offline-first-rent-ledger-as-a-single-html-file-no-account-no-cloud-363i</guid>
      <description>&lt;p&gt;Landlord Ledger is a rent ledger and expense tracker for small landlords (1-10 units), and the whole app is one HTML file you download and open. No account, no server, no subscription.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why a single file?&lt;/strong&gt; The people it's for don't want another SaaS login. They want to track rent and hand their accountant a Schedule E summary at tax time. A single offline file means data never leaves their device, it works offline, and backup is a JSON export.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's in it:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dashboard per property: collected rent, expenses, net cash flow, balance due&lt;/li&gt;
&lt;li&gt;Rent ledger (date, amount, method, note)&lt;/li&gt;
&lt;li&gt;Expenses mapped to the actual IRS Schedule E categories&lt;/li&gt;
&lt;li&gt;One-click tax summary by category, printable to PDF&lt;/li&gt;
&lt;li&gt;JSON backup/restore and CSV export&lt;/li&gt;
&lt;li&gt;localStorage persistence, about 28KB total, no dependencies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech notes:&lt;/strong&gt; vanilla JS, no framework, no build step. The whole state is one JSON object in localStorage; rendering is template-string HTML with a render() on state change. About as unsexy as it gets, and it means the file will still work in ten years.&lt;/p&gt;

&lt;p&gt;Built with AI assistance (Claude), and the storefront listing says so.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live demo with sample data:&lt;/strong&gt; &lt;a href="https://landlord-ledger.surge.sh/demo.html" rel="noopener noreferrer"&gt;https://landlord-ledger.surge.sh/demo.html&lt;/a&gt; (nothing to install - it's the same file, preloaded with demo data)&lt;/p&gt;

&lt;p&gt;It will be a one-time $29 download on itch.io, currently staged for launch. Landing page with waitlist: &lt;a href="https://landlord-ledger.surge.sh/" rel="noopener noreferrer"&gt;https://landlord-ledger.surge.sh/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome, especially from anyone who has shipped offline-first tools: what bit you later?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
