<?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: João Cunha</title>
    <description>The latest articles on DEV Community by João Cunha (@jctools).</description>
    <link>https://dev.to/jctools</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%2F3940868%2Fbed8551f-dd08-415d-8b50-ff96e7dd8023.png</url>
      <title>DEV Community: João Cunha</title>
      <link>https://dev.to/jctools</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jctools"/>
    <language>en</language>
    <item>
      <title>I built an offline invoice generator in a single HTML file</title>
      <dc:creator>João Cunha</dc:creator>
      <pubDate>Tue, 19 May 2026 18:12:45 +0000</pubDate>
      <link>https://dev.to/jctools/i-built-an-offline-invoice-generator-in-a-single-html-file-3pn4</link>
      <guid>https://dev.to/jctools/i-built-an-offline-invoice-generator-in-a-single-html-file-3pn4</guid>
      <description>&lt;p&gt;I recently built a small offline invoice generator using a single HTML file.&lt;/p&gt;

&lt;p&gt;The idea was simple: I wanted something that could run directly in the browser without login, without a backend, and without a subscription.&lt;/p&gt;

&lt;p&gt;The tool lets you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add your business details&lt;/li&gt;
&lt;li&gt;Add client details&lt;/li&gt;
&lt;li&gt;Add invoice items&lt;/li&gt;
&lt;li&gt;Calculate subtotal, tax, and total&lt;/li&gt;
&lt;li&gt;Preview the document&lt;/li&gt;
&lt;li&gt;Save it as a PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why offline?&lt;/p&gt;

&lt;p&gt;Most invoice tools are either online platforms, subscription-based, or require creating an account. For simple use cases, that can feel like too much.&lt;/p&gt;

&lt;p&gt;So I wanted to test a different approach:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;download once, open in the browser, use whenever needed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is not accounting software. It is just a lightweight document generator for simple client documents.&lt;/p&gt;

&lt;p&gt;After building the invoice generator, I also packaged it with a quote generator and receipt generator as a small Freelancer PDF Kit.&lt;/p&gt;

&lt;p&gt;If you want to check it out, here it is:&lt;/p&gt;

&lt;p&gt;Gumroad: &lt;a href="https://jctools.gumroad.com/l/freelancer-pdf-kit" rel="noopener noreferrer"&gt;https://jctools.gumroad.com/l/freelancer-pdf-kit&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Payhip: &lt;a href="https://payhip.com/b/M58nJ" rel="noopener noreferrer"&gt;https://payhip.com/b/M58nJ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d appreciate any feedback on the idea, positioning, or what would make this more useful.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>sideprojects</category>
      <category>webdev</category>
      <category>freelance</category>
    </item>
  </channel>
</rss>
