<?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: James Walstonn</title>
    <description>The latest articles on DEV Community by James Walstonn (@jameswalstonn).</description>
    <link>https://dev.to/jameswalstonn</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3971466%2F03a42f69-cca0-4615-8082-e9c0b9542cc0.png</url>
      <title>DEV Community: James Walstonn</title>
      <link>https://dev.to/jameswalstonn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jameswalstonn"/>
    <language>en</language>
    <item>
      <title>I built a free macOS app to automate cross-listing from 1688.com to eBay, Etsy, Amazon and AliExpress</title>
      <dc:creator>James Walstonn</dc:creator>
      <pubDate>Sat, 27 Jun 2026 07:37:08 +0000</pubDate>
      <link>https://dev.to/jameswalstonn/i-built-a-free-macos-app-to-automate-cross-listing-from-1688com-to-ebay-etsy-amazon-and-1mgo</link>
      <guid>https://dev.to/jameswalstonn/i-built-a-free-macos-app-to-automate-cross-listing-from-1688com-to-ebay-etsy-amazon-and-1mgo</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Cross-border e-commerce sellers who source from 1688.com (China's B2B wholesale platform) and list on eBay, Etsy, Amazon, and AliExpress spend hours on manual work: translating product titles, filtering out branded items, checking images for watermarks, and uploading to each platform one by one.&lt;/p&gt;

&lt;p&gt;I was doing this myself and decided to build AutoStore to automate it.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;AutoStore&lt;/strong&gt; is a free macOS app + Chrome extension that runs the full pipeline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Discovers products&lt;/strong&gt; on 1688 across 450+ blue-ocean categories&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand filter&lt;/strong&gt; — 548-brand blacklist scans titles/descriptions/specs to avoid IP violations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OCR image check&lt;/strong&gt; — Vision framework detects watermarks and Chinese text in product photos&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;On-device AI translation&lt;/strong&gt; — bundled LLM translates titles and descriptions (no API key, no cost)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bulk upload&lt;/strong&gt; — drives your already-logged-in Chrome sessions on each platform via extension&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Technical approach
&lt;/h2&gt;

&lt;p&gt;The key insight: instead of trying to automate platform logins (which triggers bot detection), we drive the seller's &lt;em&gt;existing&lt;/em&gt; authenticated browser session through a Chrome extension. The platform sees a normal human user, not a bot.&lt;/p&gt;

&lt;p&gt;All data is stored locally — MySQL for products, macOS Keychain for credentials. No cloud dependency, PIPL compliant.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Mac app&lt;/strong&gt;: SwiftUI, Vision framework (OCR), URLSession&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chrome extension&lt;/strong&gt;: Playwright-based automation injected into seller dashboards&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local LLM&lt;/strong&gt;: bundled llama.cpp server for on-device translation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: MySQL (local)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  It's free
&lt;/h2&gt;

&lt;p&gt;No subscription, no commission, no usage limits. Download at &lt;a href="https://autostore.spriterock.com" rel="noopener noreferrer"&gt;autostore.spriterock.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture, the 1688 pipeline, or the brand safety system.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>I built a free macOS app that automates 1688.com eBay/Etsy/Amazon listings with on-device AI</title>
      <dc:creator>James Walstonn</dc:creator>
      <pubDate>Sun, 07 Jun 2026 15:25:58 +0000</pubDate>
      <link>https://dev.to/jameswalstonn/i-built-a-free-macos-app-that-automates-1688com-ebayetsyamazon-listings-with-on-device-ai-3kl0</link>
      <guid>https://dev.to/jameswalstonn/i-built-a-free-macos-app-that-automates-1688com-ebayetsyamazon-listings-with-on-device-ai-3kl0</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;AutoStore&lt;/strong&gt; is a free macOS desktop app + Chrome extension for cross-border e-commerce sellers who source products from 1688.com (China's wholesale marketplace) and sell on eBay, Etsy, Amazon, and AliExpress.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://spriterock.com" rel="noopener noreferrer"&gt;spriterock.com&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem I was solving
&lt;/h2&gt;

&lt;p&gt;If you've ever tried to source products from 1688.com and list them on eBay or Amazon, you know the pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Language barrier&lt;/strong&gt;: 1688 is entirely in Chinese — product titles, descriptions, specs all need translation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand infringement risk&lt;/strong&gt;: Thousands of suppliers on 1688 sell branded knock-offs — list one and your store gets suspended&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual grind&lt;/strong&gt;: Manually copy-pasting product data, converting prices, resizing images, writing descriptions... for hundreds of products&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Existing tools like Helium 10 ($80+/month) and SellerSprite ($40+/month) don't integrate with 1688 at all and require VPN from China.&lt;/p&gt;




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

&lt;p&gt;&lt;strong&gt;Full pipeline, fully automated:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Discovers products&lt;/strong&gt; on 1688.com across 450+ blue-ocean categories&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand safety filter&lt;/strong&gt; — 548+ banned brands checked against every product title, description, and spec&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OCR image check&lt;/strong&gt; — flags images with Chinese text or brand watermarks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI translation&lt;/strong&gt; — built-in on-device LLM (Apple Foundation Models on macOS 26+, or bundled llama server), zero API cost&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-platform export&lt;/strong&gt; — generates ready-to-upload CSV/Excel files for eBay Seller Hub, Etsy, AliExpress bulk upload, Amazon flat files&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Key differentiators:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🆓 &lt;strong&gt;Free forever&lt;/strong&gt; — no subscription, no commission, no API key required&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;Built-in AI&lt;/strong&gt; — on-device inference, your data never leaves your Mac&lt;/li&gt;
&lt;li&gt;🔒 &lt;strong&gt;Chrome extension approach&lt;/strong&gt; — drives your already-logged-in browser, undetectable by platform anti-bot systems&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Local MySQL&lt;/strong&gt; — all product data stored locally, PIPL compliant&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;macOS app&lt;/strong&gt;: SwiftUI + MySQLNIO + Vision (OCR) + URLSession&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chrome extension&lt;/strong&gt;: Playwright-style browser automation via a native messaging host&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;On-device AI&lt;/strong&gt;: Apple Foundation Models API (macOS 26+) with fallback to bundled llama.cpp server (Qwen 2.5 3B)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pipeline&lt;/strong&gt;: Node.js/TypeScript scripts for the 1688 scraping tasks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DB&lt;/strong&gt;: MySQL (local, user-managed)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Current status
&lt;/h2&gt;

&lt;p&gt;The pipeline is live and processing products:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AliExpress store active with brand-safe accessories&lt;/li&gt;
&lt;li&gt;eBay store active&lt;/li&gt;
&lt;li&gt;Amazon store active (custom/made-to-order products)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I'd love feedback on
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Is the "free, no subscription" model sustainable? Planning to monetize via premium features later&lt;/li&gt;
&lt;li&gt;Would sellers outside China find this useful? (Currently targeting Chinese cross-border sellers)&lt;/li&gt;
&lt;li&gt;Any integration priorities I'm missing?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Check it out at &lt;strong&gt;&lt;a href="https://spriterock.com" rel="noopener noreferrer"&gt;spriterock.com&lt;/a&gt;&lt;/strong&gt; — the Mac app is a free download.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a free macOS app that automates eBay/Etsy/Amazon listing with on-device AI — no API keys needed</title>
      <dc:creator>James Walstonn</dc:creator>
      <pubDate>Sun, 07 Jun 2026 11:31:17 +0000</pubDate>
      <link>https://dev.to/jameswalstonn/i-built-a-free-macos-app-that-automates-ebayetsyamazon-listing-with-on-device-ai-no-api-keys-56id</link>
      <guid>https://dev.to/jameswalstonn/i-built-a-free-macos-app-that-automates-ebayetsyamazon-listing-with-on-device-ai-no-api-keys-56id</guid>
      <description>&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;I run a small cross-border e-commerce operation — sourcing products from 1688.com and listing them on eBay, Etsy, AliExpress, and Amazon. For months I did this manually: open 1688, find a product, copy-paste the description, translate it, check the images, create the listing. Repeat 50 times.&lt;/p&gt;

&lt;p&gt;So I built AutoStore to do it for me.&lt;/p&gt;

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

&lt;p&gt;AutoStore is a free macOS app (+ Chrome extension) that automates the entire product sourcing pipeline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Discover&lt;/strong&gt; products on 1688.com using 450+ blue-ocean search terms&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Filter&lt;/strong&gt; brands — 548+ banned brand names checked against titles, descriptions, specs, and images via OCR&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Translate&lt;/strong&gt; — runs Apple Foundation Models on-device, no API key, no cost&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bulk-upload&lt;/strong&gt; to eBay, Etsy, AliExpress, or Amazon via your already-logged-in Chrome session&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The interesting technical bits
&lt;/h2&gt;

&lt;h3&gt;
  
  
  On-device AI translation
&lt;/h3&gt;

&lt;p&gt;Instead of calling OpenAI or Baidu Translate, AutoStore uses Apple's on-device Foundation Models (macOS 15+). Zero cost per translation, works offline, and no data leaves the device. Product titles, descriptions, and specifications all get translated in batch.&lt;/p&gt;

&lt;h3&gt;
  
  
  Brand detection with OCR
&lt;/h3&gt;

&lt;p&gt;Images from Chinese suppliers sometimes have brand logos or text watermarks baked in. AutoStore uses Apple Vision to OCR every product image and cross-reference against the brand blacklist. If "Nike", "Apple", or any of 548 other brands appears anywhere — in the spec sheet, title, image, or seller name — the product is skipped automatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  Real Chrome automation
&lt;/h3&gt;

&lt;p&gt;Most automation tools spin up a headless browser that platforms can detect and block. AutoStore instead drives your existing logged-in Chrome session via a Chrome extension. From the platform's perspective, it looks exactly like a human clicking through their own browser — because it is.&lt;/p&gt;

&lt;h3&gt;
  
  
  Local-first data
&lt;/h3&gt;

&lt;p&gt;All data (product catalog, translation cache, brand list) lives in a local MySQL database. Credentials are stored in macOS Keychain. Nothing is sent to a server. PIPL compliant.&lt;/p&gt;

&lt;h2&gt;
  
  
  The pipeline in practice
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1688 discovery
    → brand title filter (isBannedBrand)
    → detail scrape + image download
    → image OCR check (Vision framework)
    → on-device AI translation
    → category enrichment
    → bulk CSV/Excel generation
    → Chrome extension upload to eBay/Etsy/AliExpress/Amazon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  It's free forever
&lt;/h2&gt;

&lt;p&gt;AutoStore is free with no subscription and no commission. The target users are Chinese cross-border sellers who are underserved by existing tools (Helium 10, Jungle Scout, SellerSprite) — which are English-only, don't integrate 1688, and cost ¥300-1000/month.&lt;/p&gt;

&lt;p&gt;Two versions: AutoStore Full (complete pipeline) and AutoStore Lite (manual import for sellers who already have their own sources).&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;🌐 &lt;a href="https://spriterock.com" rel="noopener noreferrer"&gt;spriterock.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture — the Chrome extension ↔ macOS app IPC, the Ember-like OCR pipeline, or the MySQL schema.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a free macOS app to automate cross-border e-commerce sourcing (1688.com eBay/Etsy/Amazon)</title>
      <dc:creator>James Walstonn</dc:creator>
      <pubDate>Sat, 06 Jun 2026 15:38:43 +0000</pubDate>
      <link>https://dev.to/jameswalstonn/i-built-a-free-macos-app-to-automate-cross-border-e-commerce-sourcing-1688com-ebayetsyamazon-271p</link>
      <guid>https://dev.to/jameswalstonn/i-built-a-free-macos-app-to-automate-cross-border-e-commerce-sourcing-1688com-ebayetsyamazon-271p</guid>
      <description>&lt;p&gt;Cross-border e-commerce tools are expensive and built for Western markets. &lt;strong&gt;Helium 10 costs $700+/month. SellerSprite is $300–1000/month.&lt;/strong&gt; None of them integrate with &lt;a href="https://1688.com" rel="noopener noreferrer"&gt;1688.com&lt;/a&gt; — China's massive B2B wholesale platform where most Chinese cross-border sellers actually source their products.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;AutoStore&lt;/strong&gt; — a free macOS app that automates the entire sourcing-to-listing pipeline.&lt;/p&gt;

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

&lt;p&gt;The pipeline runs in five stages:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Discover&lt;/strong&gt; — searches 1688.com across 450+ blue-ocean product categories, filtering out saturated markets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand filter&lt;/strong&gt; — checks every product title, description, specs, and seller name against a 548-brand blacklist. Uses letter-continuation regex (&lt;code&gt;Nike&lt;/code&gt; blocks &lt;code&gt;NikeAir&lt;/code&gt;, &lt;code&gt;iNike&lt;/code&gt;, etc.) to catch brand violations before they become listing violations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image OCR&lt;/strong&gt; — scans product images for embedded Chinese text, watermarks, and brand logos that the text filter might miss&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Translation&lt;/strong&gt; — translates 1688 Chinese listings to English using a &lt;strong&gt;built-in free LLM&lt;/strong&gt; (no API key, no cost per translation)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;List&lt;/strong&gt; — pushes listings to eBay, Etsy, AliExpress, and Amazon via a Chrome extension that drives your already-logged-in browser session&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Chrome extension approach
&lt;/h2&gt;

&lt;p&gt;Most automation tools use headless browsers or platform APIs, which get flagged by anti-bot systems. AutoStore takes a different approach: the Chrome extension drives your &lt;strong&gt;real, already-logged-in Chrome session&lt;/strong&gt; — the same one you use manually. From the platform's perspective, it's indistinguishable from a human clicking.&lt;/p&gt;

&lt;p&gt;This means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No bot detection issues&lt;/li&gt;
&lt;li&gt;No separate login management&lt;/li&gt;
&lt;li&gt;Works with seller accounts that have MFA&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;macOS app&lt;/strong&gt;: SwiftUI + SwiftData&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chrome extension&lt;/strong&gt;: vanilla JS, communicates with the app via native messaging&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Browser automation&lt;/strong&gt;: Playwright (for 1688 scraping on a China-network machine)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local LLM&lt;/strong&gt;: bundled llama.cpp with a 3B parameter model — runs entirely on-device&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: MySQL (local) + macOS Keychain for credentials&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The two-machine architecture
&lt;/h2&gt;

&lt;p&gt;1688.com is best accessed from within China — foreign IPs get captchas and degraded content. So the scraping runs on a machine with a Chinese network connection, while the listing automation runs on the seller's local Mac.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why free?
&lt;/h2&gt;

&lt;p&gt;The goal is to build a user base of Chinese cross-border sellers first. The existing tools are all English-only, require VPNs to use, and charge monthly fees that eat into thin margins. A free tool that works natively removes all of those barriers.&lt;/p&gt;

&lt;p&gt;Future monetization will come from premium analytics, curated supplier data, and marketplace services — but only after proving real value.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;AutoStore is available at &lt;strong&gt;&lt;a href="https://spriterock.com" rel="noopener noreferrer"&gt;spriterock.com&lt;/a&gt;&lt;/strong&gt; — free download, no subscription, no commission.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture, the brand safety system, or the 1688 scraping approach.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
