DEV Community

wuledan
wuledan

Posted on

How I Built a Real Chinese Product Review Aggregator (and Why English Reviews Are Broken)

The Problem

If you search for "Baseus GaN charger review" in English, you get:

  • Amazon affiliate blogs that copy-paste specs
  • YouTube videos where the reviewer clearly got the product for free
  • Reddit threads with 3 comments

Meanwhile, on JD.com — the same product has 50,000+ reviews with actual usage photos, heat testing data, and long-term durability reports. In Chinese. That no English speaker can read.

What I Built

ChinaProductReviews — a site that bridges this gap by aggregating real Chinese user reviews and translating them into clean English articles.

How it works:

  1. Identify top-reviewed Chinese brand products (UGREEN, Baseus, Xiaomi, Anker)
  2. Aggregate real user reviews from JD.com, Taobao, Xiaohongshu, SMZDM
  3. Translate and rewrite into English with cultural context preserved
  4. Publish with full specs comparison, pros/cons, and honest verdicts

What 10,000 Chinese Reviews Taught Me

  • Heat management is obsession #1 — a 3-star review often means "it gets warm after 30 minutes"
  • Brand loyalty barely exists — if the specs and reviews are good, nobody cares about the logo
  • Chinese buyers write 4x longer reviews than Amazon US users (avg 80+ chars vs 20)
  • "Capacity lie" is the most common scam callout in power bank reviews

Tech Stack

  • Astro static site on Vercel (free hosting)
  • GPT-4o for translation with domain-specific prompting
  • Decap CMS for content management
  • Custom review aggregation pipeline

Try It

Currently 13 deep-dive reviews covering chargers, power banks, and USB-C hubs. Building more categories.

👉 chinareview-launch.vercel.app

Top comments (0)