<?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: ReturnReady</title>
    <description>The latest articles on DEV Community by ReturnReady (@returnreadyapp).</description>
    <link>https://dev.to/returnreadyapp</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%2F3857883%2F97e63877-4428-4c51-80e9-5e8fe8543f95.jpg</url>
      <title>DEV Community: ReturnReady</title>
      <link>https://dev.to/returnreadyapp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/returnreadyapp"/>
    <language>en</language>
    <item>
      <title>Building a Local-First Tax Prep Tool with .NET &amp; Windows App SDK</title>
      <dc:creator>ReturnReady</dc:creator>
      <pubDate>Thu, 02 Apr 2026 15:30:56 +0000</pubDate>
      <link>https://dev.to/returnreadyapp/building-a-local-first-tax-prep-tool-with-net-windows-app-sdk-14a6</link>
      <guid>https://dev.to/returnreadyapp/building-a-local-first-tax-prep-tool-with-net-windows-app-sdk-14a6</guid>
      <description>&lt;p&gt;Tax season is a universal pain point. But as a developer, I noticed something interesting: the stress doesn't come from calculation—it comes from disorganization.&lt;br&gt;
People jump into filing software before they have all their documents. They switch tabs, search emails for W-2s, and panic about missing AGI from last year.&lt;br&gt;
The Technical Challenge&lt;br&gt;
Most tax tools today are cloud-based. They require uploading sensitive PII (Personally Identifiable Information) to third-party servers. In 2025, that feels unnecessary.&lt;br&gt;
I decided to build ReturnReady with a Local-First Architecture:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stack: .NET Desktop Runtime + Windows App SDK&lt;/li&gt;
&lt;li&gt;Privacy: All parsing happens on the user's machine. No cloud uploads.&lt;/li&gt;
&lt;li&gt;Output: Vendor-neutral exports (PDF/HTML/CSV) that work with ANY filing software.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why Separation Matters&lt;br&gt;
I believe Preparation and Filing are two distinct disciplines:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Preparation = Organization, verification, inventory.&lt;/li&gt;
&lt;li&gt;Filing = Calculation, submission.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When you mix them, you get friction. ReturnReady forces you to stop and organize before you start filing.&lt;br&gt;
Current Status&lt;br&gt;
We're live on Microsoft Store with W-2 support. 1099 and other forms are in the roadmap.&lt;br&gt;
For Fellow Devs&lt;br&gt;
If you're curious about the implementation (WinUI 3, local file parsing, etc.), feel free to reach out. I'd love to discuss the technical decisions behind building a privacy-first finance tool on Windows.&lt;br&gt;
🔗 &lt;a href="https://apps.microsoft.com/store/detail/9NRHBM52JGC2?cid=DevShareMTwPCS" rel="noopener noreferrer"&gt;Go to Microsoft Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Disclaimer: This is a preparation tool only. It does not file taxes.&lt;/p&gt;

</description>
      <category>windows</category>
      <category>dotnet</category>
      <category>productivity</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
