<?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: Ibrahim Edhem Harbutlu</title>
    <description>The latest articles on DEV Community by Ibrahim Edhem Harbutlu (@ibrh96prog).</description>
    <link>https://dev.to/ibrh96prog</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%2F3961417%2F958c8b4b-8640-4f8a-bc6a-b50b05262fb9.png</url>
      <title>DEV Community: Ibrahim Edhem Harbutlu</title>
      <link>https://dev.to/ibrh96prog</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ibrh96prog"/>
    <language>en</language>
    <item>
      <title>I built a freelance client + invoice tracker in ~3 hours using Cursor — here's everything I shipped</title>
      <dc:creator>Ibrahim Edhem Harbutlu</dc:creator>
      <pubDate>Sun, 31 May 2026 17:10:09 +0000</pubDate>
      <link>https://dev.to/ibrh96prog/i-built-a-freelance-client-invoice-tracker-in-3-hours-using-cursor-heres-everything-i-shipped-36b6</link>
      <guid>https://dev.to/ibrh96prog/i-built-a-freelance-client-invoice-tracker-in-3-hours-using-cursor-heres-everything-i-shipped-36b6</guid>
      <description>&lt;p&gt;Three hours. That's roughly how long it took me to go from blank screen to a &lt;br&gt;
working full-stack app with a real database.&lt;/p&gt;

&lt;p&gt;I'm not a developer by background. I use Cursor as my main build tool and &lt;br&gt;
Supabase for the database. No local PostgreSQL setup, no fighting with configs — &lt;br&gt;
just a Transaction Pooler connection string and a prompt.&lt;/p&gt;

&lt;p&gt;Here's what came out: &lt;strong&gt;FreelanceFlow&lt;/strong&gt;, a client and project tracker built &lt;br&gt;
specifically for freelancers who are tired of juggling invoices in spreadsheets.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Client management — add clients, track contact info, see all their projects 
in one place&lt;/li&gt;
&lt;li&gt;Project tracking — status (active, on hold, completed), deadlines, linked 
to a client&lt;/li&gt;
&lt;li&gt;Invoice generation — create invoices per project, mark them paid/unpaid, 
track totals&lt;/li&gt;
&lt;li&gt;Dashboard — monthly revenue, outstanding amount, active project count, 
recent activity&lt;/li&gt;
&lt;li&gt;12-month revenue chart built with Recharts&lt;/li&gt;
&lt;li&gt;Dark/light mode, mobile responsive down to 375px&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No bank sync. No Stripe. No OAuth. You install it, you own it, you run it &lt;br&gt;
yourself. That was intentional — the simpler the setup, the more useful it &lt;br&gt;
actually is.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;p&gt;React 19 + Vite, Express 5, TypeScript, PostgreSQL via Drizzle ORM, &lt;br&gt;
Tailwind CSS v4 + shadcn/ui, Framer Motion, Recharts. pnpm workspaces &lt;br&gt;
monorepo. The full API contract is defined in OpenAPI 3.1 and Recharts &lt;br&gt;
handles the charts.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Cursor handled
&lt;/h2&gt;

&lt;p&gt;Honestly, most of it. The entire monorepo structure, all the API routes, &lt;br&gt;
the Drizzle schema, the React Query hooks, the dashboard layout. I wrote &lt;br&gt;
the initial prompt, reviewed the output, fixed two routing bugs, and &lt;br&gt;
that was it.&lt;/p&gt;

&lt;p&gt;The part I still had to think through: the invoice status logic and making &lt;br&gt;
sure the revenue chart was pulling from real data, not placeholder seed data. &lt;br&gt;
Those took an extra 20-30 minutes of iteration.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm doing with it
&lt;/h2&gt;

&lt;p&gt;I packaged it and put it on Gumroad for $49. The pitch is simple: if you're &lt;br&gt;
a freelancer or developer who wants a working starting point instead of &lt;br&gt;
spending 2-3 days on boilerplate, this is it.&lt;/p&gt;

&lt;p&gt;Live demo: &lt;a href="https://freelanceflowweb-production.up.railway.app" rel="noopener noreferrer"&gt;https://freelanceflowweb-production.up.railway.app&lt;/a&gt;&lt;br&gt;
Gumroad: &lt;a href="https://ibrh96.gumroad.com/l/bcsufq" rel="noopener noreferrer"&gt;https://ibrh96.gumroad.com/l/bcsufq&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Honest take
&lt;/h2&gt;

&lt;p&gt;Zero sales so far. I posted on Indie Hackers and got useful feedback — &lt;br&gt;
the main note was that $39 was too cheap and the channel I was using &lt;br&gt;
(IH) is better for feedback than for actual conversions. Both turned out &lt;br&gt;
to be true. Price is now $49. Writing this post is me testing a different &lt;br&gt;
channel.&lt;/p&gt;

&lt;p&gt;I don't know if this will sell. But I do know the app works end-to-end, &lt;br&gt;
the demo is populated with real data, and the code is clean enough that &lt;br&gt;
a developer could extend it in an afternoon.&lt;/p&gt;

&lt;p&gt;If you've built something similar or sold boilerplates before — what &lt;br&gt;
actually drove your first sale?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>opensource</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
