<?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: Nilesh</title>
    <description>The latest articles on DEV Community by Nilesh (@nilesh-padiyar).</description>
    <link>https://dev.to/nilesh-padiyar</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%2F3896998%2F8dd318fe-25e5-4806-a615-8f646b77341f.png</url>
      <title>DEV Community: Nilesh</title>
      <link>https://dev.to/nilesh-padiyar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nilesh-padiyar"/>
    <language>en</language>
    <item>
      <title>BillForge — A Lightweight Invoice Generator with PDF Export &amp; Google Sheets Sync</title>
      <dc:creator>Nilesh</dc:creator>
      <pubDate>Sat, 25 Apr 2026 05:02:40 +0000</pubDate>
      <link>https://dev.to/nilesh-padiyar/billforge-a-lightweight-invoice-generator-with-pdf-export-google-sheets-sync-86m</link>
      <guid>https://dev.to/nilesh-padiyar/billforge-a-lightweight-invoice-generator-with-pdf-export-google-sheets-sync-86m</guid>
      <description>&lt;h1&gt;
  
  
  🚀 I built a lightweight Invoice Generator using HTML, CSS &amp;amp; JavaScript
&lt;/h1&gt;

&lt;p&gt;Most invoice tools I’ve used are either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Too heavy&lt;/li&gt;
&lt;li&gt;Require login/signup&lt;/li&gt;
&lt;li&gt;Or feel overkill for simple use cases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build something minimal.&lt;/p&gt;

&lt;p&gt;👉 Introducing &lt;strong&gt;BillForge&lt;/strong&gt; — a lightweight invoice generator that runs entirely in the browser.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 What I wanted to solve
&lt;/h2&gt;

&lt;p&gt;I wanted a tool that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Works instantly (no setup)&lt;/li&gt;
&lt;li&gt;Doesn’t require a backend&lt;/li&gt;
&lt;li&gt;Generates clean, printable invoices&lt;/li&gt;
&lt;li&gt;Can export to PDF easily&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ✨ Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🧾 Dynamic invoice creation&lt;/li&gt;
&lt;li&gt;➕ Add / remove items&lt;/li&gt;
&lt;li&gt;💰 Real-time total calculation&lt;/li&gt;
&lt;li&gt;📄 Export as PDF&lt;/li&gt;
&lt;li&gt;📤 Share via WhatsApp / Gmail&lt;/li&gt;
&lt;li&gt;☁️ Optional Google Sheets integration&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML5&lt;/li&gt;
&lt;li&gt;CSS3&lt;/li&gt;
&lt;li&gt;Vanilla JavaScript&lt;/li&gt;
&lt;li&gt;html2canvas (for capturing UI)&lt;/li&gt;
&lt;li&gt;jsPDF (for PDF generation)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚙️ How it works
&lt;/h2&gt;

&lt;p&gt;The app captures the invoice layout using &lt;code&gt;html2canvas&lt;/code&gt;, then converts it into a PDF using &lt;code&gt;jsPDF&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;For optional backend support, I used &lt;strong&gt;Google Apps Script&lt;/strong&gt;, which stores invoice data in Google Sheets.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎥 Demo
&lt;/h2&gt;

&lt;p&gt;👉 Live Demo: &lt;a href="https://nilesh-padiyar.github.io/billforge/" rel="noopener noreferrer"&gt;https://nilesh-padiyar.github.io/billforge/&lt;/a&gt;&lt;br&gt;
👉 GitHub: &lt;a href="https://github.com/nilesh-padiyar/billforge" rel="noopener noreferrer"&gt;https://github.com/nilesh-padiyar/billforge&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What I learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Handling DOM-based PDF generation isn’t always straightforward&lt;/li&gt;
&lt;li&gt;Balancing PDF quality vs file size is tricky&lt;/li&gt;
&lt;li&gt;Keeping UI clean makes a big difference in usability&lt;/li&gt;
&lt;li&gt;Even simple projects can benefit from optional backend integrations&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 What’s next?
&lt;/h2&gt;

&lt;p&gt;I’m thinking of adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Invoice history&lt;/li&gt;
&lt;li&gt;Custom themes&lt;/li&gt;
&lt;li&gt;Export to CSV/Excel&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🙌 Feedback welcome
&lt;/h2&gt;

&lt;p&gt;I’d love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features would you expect in such a tool?&lt;/li&gt;
&lt;li&gt;Any improvements or ideas?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

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