<?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: Decker Shaw</title>
    <description>The latest articles on DEV Community by Decker Shaw (@sellerlens).</description>
    <link>https://dev.to/sellerlens</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%2F3969042%2Fba6dd724-c7a1-4637-931b-f22c75c72a7d.png</url>
      <title>DEV Community: Decker Shaw</title>
      <link>https://dev.to/sellerlens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sellerlens"/>
    <language>en</language>
    <item>
      <title>I built an AI thing for Amazon sellers, and honestly it works way better than I expected</title>
      <dc:creator>Decker Shaw</dc:creator>
      <pubDate>Tue, 09 Jun 2026 18:06:56 +0000</pubDate>
      <link>https://dev.to/sellerlens/i-built-an-ai-thing-for-amazon-sellers-and-honestly-it-works-way-better-than-i-expected-43i8</link>
      <guid>https://dev.to/sellerlens/i-built-an-ai-thing-for-amazon-sellers-and-honestly-it-works-way-better-than-i-expected-43i8</guid>
      <description>&lt;p&gt;So here's the thing. If you sell on Amazon, you already know this pain: good product photos cost a stupid amount of money.&lt;br&gt;
Like, a single lifestyle shot from a real photographer? That's $50 to $200 easy. A full listing photoset? You're looking at $500-$1000. And if you're launching multiple products a month like I was trying to do, that math just doesn't work.&lt;br&gt;
So I spent the last few weeks building something. Here's what happened and what I learned along the way.&lt;br&gt;
The problem nobody talks about&lt;br&gt;
Most Amazon sellers end up in one of three situations:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hire a pro photographer. Looks amazing, but $200 a shot kills your margins if you're selling anything under $30.&lt;/li&gt;
&lt;li&gt;Phone camera DIY. Free, but honestly? It looks amateur and your conversion rate will show it.&lt;/li&gt;
&lt;li&gt;Stock photos. Fast but Amazon's pretty strict about it and you might get your listing flagged.
There had to be a better way. So I figured, why not just throw AI at it?
What I built
It's basically a pipeline. Three models working together, and the user doesn't even need to know which one is doing what:
Seedream 5.0 Lite — main image generator. Costs about ¥0.22 per image. That's like 3 cents.
Qwen-Image-Plus — backup if Seedream is being slow or rate-limited.
DeepSeek V4 — handles the prompt engineering. You just say "a red coffee mug on a wooden table in the morning" and it figures out the rest.
The workflow is stupid simple: describe your product in plain English -&amp;gt; AI understands what you want -&amp;gt; generates the image -&amp;gt; done. No prompt engineering degree required.
Let's talk money
Say you need 50 product images this month. Here's what that looks like:
Pro photographer: $500 - $2,000. And you'll wait a week.
Fiverr freelancer: $150 - $500. Still takes a couple days.
My AI thing: $1.50. Yes, one dollar fifty. And it takes like 2 minutes.
I had to double-check the math when I first ran it. I thought something was broken. Nope, that's just how cheap the API calls are these days.
Things that went wrong
Okay I'm not gonna pretend everything was smooth. A few things I wish I'd known upfront:
Payment setup is a nightmare. Lemon Squeezy + PayPal was the path of least resistance. Stripe would be cleaner but getting a Stripe account without a US passport is basically impossible.
New service = trust issues. People don't know you, they don't trust your AI. I'm dealing with this by offering a free tier — 3 images no credit card needed. Seems to help.
Don't over-engineer. I literally almost spent two weeks building a full analytics dashboard before I had a single user. That would've been so dumb. The only question that matters is: can someone get a good image in under 60 seconds? Everything else is bonus.
What's next
Right now I'm working on:
• Better quality on weird product shapes (smooth edges on irregular objects is apparently hard)
• Bulk generation — upload a CSV with 100 products and get 100 images back
• AI listing copy to go along with the images
The service is live at deepcutapi.com if you wanna try it. Free tier, no card needed.
Bottom line
AI image generation for Amazon sellers isn't some future thing anymore. It works right now, and it's genuinely 90% cheaper than traditional photography. If you're still paying $500 a month for product photos, you should at least try the free tier and see if it works for your products.
Drop a comment if you've tried AI tools for your Amazon listings. I'm curious what's working for other people.
— Decker Shaw&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>aws</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
