<?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: Wally Ulysses</title>
    <description>The latest articles on DEV Community by Wally Ulysses (@wally_ulysses_0ec9e2a7eea).</description>
    <link>https://dev.to/wally_ulysses_0ec9e2a7eea</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%2F3864054%2Ffd0d8544-435d-4c77-8bd0-25be7c58d724.png</url>
      <title>DEV Community: Wally Ulysses</title>
      <link>https://dev.to/wally_ulysses_0ec9e2a7eea</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wally_ulysses_0ec9e2a7eea"/>
    <language>en</language>
    <item>
      <title>I Built a Free Background Remover as a Side Project – Here's What I Learned</title>
      <dc:creator>Wally Ulysses</dc:creator>
      <pubDate>Mon, 06 Apr 2026 14:31:24 +0000</pubDate>
      <link>https://dev.to/wally_ulysses_0ec9e2a7eea/title-i-built-a-free-background-remover-as-a-side-project-heres-what-i-learned-2dg5</link>
      <guid>https://dev.to/wally_ulysses_0ec9e2a7eea/title-i-built-a-free-background-remover-as-a-side-project-heres-what-i-learned-2dg5</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Frustration That Started It All&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I kept needing to remove backgrounds from product images. Every tool I tried either slapped a watermark on the result, charged credits for basic use, or had a clunky UI that felt stuck in 2015.&lt;/p&gt;

&lt;p&gt;So I built my own: &lt;strong&gt;&lt;a href="https://image-backgroundremover.site" rel="noopener noreferrer"&gt;image-backgroundremover.site&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's the full breakdown — tech stack, decisions, mistakes, and lessons.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What It Does&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🖼️ Remove image backgrounds instantly (powered by remove.bg API)&lt;/li&gt;
&lt;li&gt;🆓 1 free try without signing up (IP-limited)&lt;/li&gt;
&lt;li&gt;🎁 3 more free credits after creating an account&lt;/li&gt;
&lt;li&gt;💳 Pay-as-you-go credits or monthly subscriptions&lt;/li&gt;
&lt;li&gt;🔐 Google OAuth login&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No watermarks on paid results. No hidden limits.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Choice&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;td&gt;Next.js 16&lt;/td&gt;
&lt;td&gt;Fast, full-stack, easy deploy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Styling&lt;/td&gt;
&lt;td&gt;Tailwind CSS&lt;/td&gt;
&lt;td&gt;Rapid UI, no fighting CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database&lt;/td&gt;
&lt;td&gt;Cloudflare D1&lt;/td&gt;
&lt;td&gt;Serverless SQL, free tier generous&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auth&lt;/td&gt;
&lt;td&gt;Google OAuth&lt;/td&gt;
&lt;td&gt;Users trust it, easy to implement&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Payments&lt;/td&gt;
&lt;td&gt;PayPal&lt;/td&gt;
&lt;td&gt;Global coverage, easy API&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;API&lt;/td&gt;
&lt;td&gt;remove.bg&lt;/td&gt;
&lt;td&gt;Best accuracy I found&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The whole thing runs on Cloudflare Workers — near-zero infra cost at low traffic.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Pricing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I spent a surprising amount of time on this. The goal: profitable but not greedy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Credit Packs:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$4.99 → 10 credits&lt;/li&gt;
&lt;li&gt;$14.99 → 50 credits
&lt;/li&gt;
&lt;li&gt;$39.99 → 140 credits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Monthly Subscriptions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$9.99/mo → 30 credits/month&lt;/li&gt;
&lt;li&gt;$24.99/mo → 85 credits/month&lt;/li&gt;
&lt;li&gt;$49.99/mo → 175 credits/month&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;remove.bg costs me $0.20/image, so margins land around 45–65% depending on the plan.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What I Learned&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Ship fast, polish later
&lt;/h3&gt;

&lt;p&gt;I gave myself 5 days to launch. It forced prioritization. The UI isn't perfect, but it works, and real user feedback is worth more than another week of tweaking in isolation.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Freemium is a moat
&lt;/h3&gt;

&lt;p&gt;The 1 free try without signup removes all friction. People can see the quality before committing anything. Conversion is better than I expected.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Cloudflare D1 is underrated
&lt;/h3&gt;

&lt;p&gt;For a small SaaS, D1 is perfect. SQL syntax, generous free tier, no cold starts. I'd use it again.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. PayPal webhooks are painful
&lt;/h3&gt;

&lt;p&gt;Setting up PayPal's webhook verification took way longer than expected. The docs are... not great. But once it worked, it's been reliable.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What's Next&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add support for bulk image processing&lt;/li&gt;
&lt;li&gt;Improve the landing page SEO&lt;/li&gt;
&lt;li&gt;Explore other background-related tools (maybe background replacement?)&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Try It&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://image-backgroundremover.site" rel="noopener noreferrer"&gt;image-backgroundremover.site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup required for your first try. If you have feedback — especially on UX or pricing — I'd genuinely love to hear it in the comments.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Building in public, one side project at a time.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sideprojects</category>
      <category>nextjs</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
