<?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: he devin</title>
    <description>The latest articles on DEV Community by he devin (@he_devin_220330).</description>
    <link>https://dev.to/he_devin_220330</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%2F3866001%2Fcc11eb9e-a9a1-473c-a0b6-34173d4a2b06.png</url>
      <title>DEV Community: he devin</title>
      <link>https://dev.to/he_devin_220330</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/he_devin_220330"/>
    <language>en</language>
    <item>
      <title>AI Product Content Generator — input your product name, features, and target audience, and get a complete Amazon listing ready to copy-paste.</title>
      <dc:creator>he devin</dc:creator>
      <pubDate>Tue, 07 Apr 2026 14:03:05 +0000</pubDate>
      <link>https://dev.to/he_devin_220330/ai-product-content-generator-input-your-product-name-features-and-target-audience-and-get-a-4e2i</link>
      <guid>https://dev.to/he_devin_220330/ai-product-content-generator-input-your-product-name-features-and-target-audience-and-get-a-4e2i</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://ai-product-content-generator.online" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;ai-product-content-generator.online&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;h1&gt;
  
  
  I Built an AI Product Content Generator for Amazon Listings — Here's What I Learned
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1556742049-0cfed4f6a45d%3Fw%3D1200%26h%3D400%26fit%3Dcrop" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1556742049-0cfed4f6a45d%3Fw%3D1200%26h%3D400%26fit%3Dcrop" alt="Hero illustration" width="1200" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Writing product listings for Amazon is tedious. For every new product, you need a catchy title, compelling bullet points, and a description that actually converts — all while keeping it consistent with your brand voice.&lt;/p&gt;

&lt;p&gt;I found myself doing the same repetitive work: research the keywords, think of angles, write the copy, revise, repeat. So I built a tool to automate it.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;AI Product Content Generator&lt;/strong&gt; — input your product name, features, and target audience, and get a complete Amazon listing ready to copy-paste.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Live demo&lt;/strong&gt;: &lt;a href="https://ai-product-content-generator.online" rel="noopener noreferrer"&gt;https://ai-product-content-generator.online&lt;/a&gt;&lt;br&gt;
🐙 &lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/davehe123/AI-Product-Content-Generator" rel="noopener noreferrer"&gt;https://github.com/davehe123/AI-Product-Content-Generator&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Title Generation&lt;/strong&gt; — keyword-optimized product titles based on your input&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bullet Points&lt;/strong&gt; — 5 structured bullet points highlighting key features and benefits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Product Description&lt;/strong&gt; — engaging long-form description with call-to-action&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;4 Languages&lt;/strong&gt; — English, Chinese, Japanese, Korean&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple Tones&lt;/strong&gt; — persuasive, descriptive, fun, or professional&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export to PDF&lt;/strong&gt; — one-click download for your records&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Credit System&lt;/strong&gt; — free tier with 3 generations, paid plans for heavier use&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;This project was a good exercise in modern web infrastructure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js 15.5.2 with Tailwind CSS, deployed on Cloudflare Pages&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Cloudflare Workers (serverless, edge-deployed)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI&lt;/strong&gt;: DeepSeek API for content generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth&lt;/strong&gt;: Google OAuth 2.0&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: Cloudflare D1 (SQLite at the edge)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments&lt;/strong&gt;: PayPal subscriptions + one-time credits&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  The Architecture Pain Point
&lt;/h3&gt;

&lt;p&gt;I originally tried to use Next.js API routes for the backend, but hit a wall — Next.js 15's API routes don't play well with Cloudflare Pages Edge Functions. Every API call returned 500.&lt;/p&gt;

&lt;p&gt;The fix: move all backend logic to a separate Cloudflare Worker, and have the frontend call it directly via &lt;code&gt;fetch()&lt;/code&gt;. It's actually cleaner architecturally — the frontend is a pure static site, the API is a standalone service.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Frontend (Next.js, static) → Cloudflare Worker (API) → DeepSeek API
         ↓                        ↓
   Cloudflare Pages          Cloudflare D1
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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

&lt;h3&gt;
  
  
  1. Static Export is Liberating
&lt;/h3&gt;

&lt;p&gt;Building a "frontend only" Next.js app with &lt;code&gt;output: 'export'&lt;/code&gt; forces you to keep your architecture clean. No server-side logic creeping into pages, no API routes mixed with UI code.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Edge Databases Change Your Mental Model
&lt;/h3&gt;

&lt;p&gt;Cloudflare D1 is SQLite distributed globally. Queries are fast because they run close to the user, but you have to think carefully about write patterns and latency. For a read-heavy product listing tool, it's a great fit.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. OAuth on Edge Requires Care
&lt;/h3&gt;

&lt;p&gt;Google OAuth with a callback to a Cloudflare Worker URL works fine, but I ran into a few gotchas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;Response.redirect()&lt;/code&gt; returns an immutable Response — you can't set cookies after creating it&lt;/li&gt;
&lt;li&gt;Base64 URL-safe encoding/decoding is different from standard base64&lt;/li&gt;
&lt;li&gt;Sessions need to be stored in D1, not in-memory (Workers are stateless)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Keep API Keys in Workers, Not Frontend
&lt;/h3&gt;

&lt;p&gt;The frontend is public — anyone can read your JavaScript. All API calls that need secrets go through the Worker, which holds the keys server-side.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Output Quality
&lt;/h2&gt;

&lt;p&gt;Honest assessment: for straightforward products, the AI-generated copy is solid. For products with unusual specifications or niche terminology, you still need to edit. But that's true of any AI writing tool — the key is getting 80% of the work done so you can focus on refinement.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Shopify integration&lt;/li&gt;
&lt;li&gt;More platform templates (Etsy, eBay)&lt;/li&gt;
&lt;li&gt;Batch generation for multiple SKUs&lt;/li&gt;
&lt;li&gt;SEO keyword suggestions&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;The free tier doesn't require a credit card — just sign in with Google and you get 3 generations to play with.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://ai-product-content-generator.online" rel="noopener noreferrer"&gt;https://ai-product-content-generator.online&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with Next.js, Cloudflare Workers, and DeepSeek. Questions or feedback welcome.&lt;/em&gt;&lt;br&gt;
&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
  </channel>
</rss>
