<?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: Simon zhang</title>
    <description>The latest articles on DEV Community by Simon zhang (@simon_zhang_c9791e1374295).</description>
    <link>https://dev.to/simon_zhang_c9791e1374295</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%2F3944396%2F60820813-d128-42f3-9f12-c20e8d1a26e3.jpg</url>
      <title>DEV Community: Simon zhang</title>
      <link>https://dev.to/simon_zhang_c9791e1374295</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/simon_zhang_c9791e1374295"/>
    <language>en</language>
    <item>
      <title>I Built a SaaS to Stop the Awkward "Hey, Did You Get My Invoice?" Conversation</title>
      <dc:creator>Simon zhang</dc:creator>
      <pubDate>Thu, 21 May 2026 15:23:30 +0000</pubDate>
      <link>https://dev.to/simon_zhang_c9791e1374295/i-built-a-saas-to-stop-the-awkward-hey-did-you-get-my-invoice-conversation-48g7</link>
      <guid>https://dev.to/simon_zhang_c9791e1374295/i-built-a-saas-to-stop-the-awkward-hey-did-you-get-my-invoice-conversation-48g7</guid>
      <description>&lt;p&gt;If you've done freelance work, you know the feeling.&lt;/p&gt;

&lt;p&gt;You finished the project. You sent the invoice. And then... silence.&lt;/p&gt;

&lt;p&gt;A week passes. You draft a follow-up message, delete it three times because it feels too pushy, then send a watered-down version that says "just checking in!" like you don't actually need the money you earned.&lt;/p&gt;

&lt;p&gt;It's awkward. It shouldn't be. So I built something to fix it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://paynudgeus.com" rel="noopener noreferrer"&gt;PayNudge&lt;/a&gt; is an automated payment reminder tool for freelancers and small business owners. You add a client and an invoice, set a due date, and the system automatically sends reminder emails on your behalf:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3 days before the due date&lt;/li&gt;
&lt;li&gt;On the due date&lt;/li&gt;
&lt;li&gt;7, 14, and 30 days after if still unpaid&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key insight: &lt;strong&gt;the reminder comes from "the system," not from you.&lt;/strong&gt; Clients respond differently to an automated notification than a personal nudge. And you get to maintain the relationship without playing debt collector.&lt;/p&gt;

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

&lt;p&gt;Built with tools I already knew and trusted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; (App Router) — frontend + API routes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; — auth, PostgreSQL database, real-time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resend&lt;/strong&gt; — transactional email delivery&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; — subscription billing (free 14-day trial, then $9/mo)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; — deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing took about 3 weeks of evenings and weekends to get to a shippable state.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Invoice tracking&lt;/strong&gt; — Add clients, set amounts and due dates, mark as paid. Simple but covers 90% of freelance needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automatic reminders&lt;/strong&gt; — No cron jobs to babysit. A Supabase Edge Function runs daily and fires off emails for any invoices that hit a trigger date.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Recurring invoices&lt;/strong&gt; — For retainer clients, mark an invoice as recurring and a new one auto-generates when you mark the current one paid.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CSV export&lt;/strong&gt; — Pro feature for anyone who needs to reconcile with their accountant.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-language&lt;/strong&gt; — English and Chinese (my first target markets).&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. The boring problem is often the real problem.&lt;/strong&gt;&lt;br&gt;
Payment collection isn't glamorous. But it's a real pain point that costs freelancers time, money, and stress. I've seen estimates that freelancers spend 20% of their time on admin — chasing invoices is a big chunk of that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. "Who sends the email" matters more than you'd think.&lt;/strong&gt;&lt;br&gt;
Early testers told me they felt less guilty about sending reminders when it wasn't technically them sending it. The psychological distance of "the system did it" is surprisingly powerful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Distribution is harder than building.&lt;/strong&gt;&lt;br&gt;
The MVP took 3 weeks. Getting people to use it is taking much longer. Currently experimenting with content marketing, niche communities, and directory listings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;If you're a freelancer, consultant, or small business owner tired of chasing payments, give it a try: &lt;a href="https://paynudgeus.com" rel="noopener noreferrer"&gt;paynudgeus.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;14-day free trial, no credit card required to start.&lt;/p&gt;

&lt;p&gt;Happy to answer any questions about the build or the stack in the comments 👇&lt;/p&gt;

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