<?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: Mutashim Mohsin</title>
    <description>The latest articles on DEV Community by Mutashim Mohsin (@mutashim99).</description>
    <link>https://dev.to/mutashim99</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%2F3665289%2F0b085e27-87f1-4f84-93d8-de11d37d243f.png</url>
      <title>DEV Community: Mutashim Mohsin</title>
      <link>https://dev.to/mutashim99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mutashim99"/>
    <language>en</language>
    <item>
      <title>I built a Free Invoice Generator with Next.js because I hate subscriptions</title>
      <dc:creator>Mutashim Mohsin</dc:creator>
      <pubDate>Tue, 16 Dec 2025 16:23:16 +0000</pubDate>
      <link>https://dev.to/mutashim99/i-built-a-free-invoice-generator-with-nextjs-because-i-hate-subscriptions-14o4</link>
      <guid>https://dev.to/mutashim99/i-built-a-free-invoice-generator-with-nextjs-because-i-hate-subscriptions-14o4</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;The Problem with "Free" Tools&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A few months ago, I needed to send a quick invoice for a freelance gig. I Googled "free invoice generator," clicked the top result, spent 10 minutes filling out the details, and hit "Download."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pop-up:&lt;/strong&gt; "Create an account to download your PDF." Next Pop-up: "Start your 7-day free trial."&lt;/p&gt;

&lt;p&gt;I was frustrated. I just wanted a simple PDF, not a monthly subscription to an accounting ecosystem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution: SmoothLedger&lt;/strong&gt;&lt;br&gt;
I decided to solve this problem by building &lt;a href="https://smoothledger.com" rel="noopener noreferrer"&gt;SmoothLedger.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My goal was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No Signups:&lt;/strong&gt; You land on the page, you type, you print.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Watermarks:&lt;/strong&gt; Professional output immediately.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast:&lt;/strong&gt; Built on a modern tech stack.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Tech Stack&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;As a full-stack developer (currently in my 5th semester!), I wanted to use tools that were fast and handled state management well.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js (App Router). I love Next.js for its SEO benefits and how easy it makes routing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS. It allowed me to build the invoice preview to look exactly like A4 paper on the screen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deployment:&lt;/strong&gt; Vercel (for the frontend speed) and Azure (for backend services).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;State Management:&lt;/strong&gt; React Hooks. Since there is no database login required for the basic features, managing the invoice state locally makes the app incredibly snappy.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Challenge: Printing to PDF&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;One of the hardest parts of this build was getting the web view to convert perfectly to a PDF. Browsers render HTML differently than PDF engines. I had to do a lot of tweaking with print-specific CSS (&lt;a class="mentioned-user" href="https://dev.to/media"&gt;@media&lt;/a&gt; print) to ensure that when a user hits "Save," the margins, fonts, and layout remain perfect.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Future Plans&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I am currently working on adding more tools to the suite, like a richer salary slip generator and potentially some AI-driven features to help categorize expenses.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Try it out&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;If you are a freelancer or dev who hates friction, give it a try. I’d love to hear your feedback on the UX or the code implementation!&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://smoothledger.com" rel="noopener noreferrer"&gt;SmoothLedger.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(I'm also open to connection requests here on Dev.to!)&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>webdev</category>
      <category>saas</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
