Research

Build a Product Review Roundup with AI

Aggregate and summarize product reviews from Amazon, Reddit, YouTube, and expert sites. AI compiles pros/cons, sentiment scores, and verdict summaries into a comprehensive review page with source links.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML product review roundup page. Dark theme with background #0a0a0f, card surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const PRODUCTS = [...]`, `const REVIEWS = [...]`, `const CATEGORIES = [...]`, `const LAST_UPDATED = "..."`. Each product has: id, name, category (Headphones/Laptops/Phones/Smart Home/Cameras), image (emoji), overallScore (1-10), prosArray, consArray, verdictSummary, sourceCount, expertScore, userScore, priceRange, bestPrice, buyUrl, featured (boolean). Each review has: productId, source (Amazon/Reddit/YouTube/Wirecutter/RTINGS), sourceUrl, sentiment (positive/mixed/negative), keyQuote, rating, reviewerType (expert/user). Layout: Header with "Product Review Roundup", search bar, category navigation tabs. Featured product section: large hero card with animated score ring (SVG circle), verdict summary, top 3 pros and cons side by side. Product grid below: card with emoji image, product name, overall score (color-coded green/yellow/red), expert vs user score comparison bars, quick one-line verdict, review source count badge, price range, "Full Review →" link. Detail view (expandable or modal): full pros/cons lists, individual reviews grouped by source with quoted excerpts and source links, score breakdown chart (expert vs user vs overall), price comparison across retailers, and similar product recommendations. Methodology section explaining how scores are calculated (weighted average of expert 60% + user 40%). Category filter tabs: Headphones, Laptops, Phones, Smart Home, Cameras. Sort: Top Rated, Most Reviewed, Best Value. Search filters by name. SEO: title tag, meta description, OG tags, JSON-LD Review and AggregateRating schema for each product. Seed with 8 products across categories, each with 4 reviews from different sources. Add cron setup instructions in a comment at the bottom: <!-- Schedule: Run 'claude -p "Research latest reviews for tracked products. Update REVIEWS with new sources, recalculate scores. Redeploy."' via crontab weekly -->. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Video Review Embeds

Embed YouTube review clips inline with each product for quick visual assessment.

Comparison Tool

Side-by-side product comparison with score overlays and spec diff highlighting.

User Voting

Let visitors upvote/downvote reviews and products using localStorage-based polling.

Price Alert Integration

Track price history and highlight when a product drops below its average price.

Review Source Weighting

Customize how much weight each source gets in the overall score calculation.

Brand-Specific Pages

Generate separate pages per brand (Sony, Apple, Samsung) for focused SEO targeting.

Update Prompt

Update Prompt — Re-research and refresh reviews
Research the latest reviews for tracked products from Amazon, Reddit, YouTube, Wirecutter, and RTINGS. Add new reviews to REVIEWS array, recalculate overall scores, update verdict summaries and LAST_UPDATED. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Product Review Roundup?

Copy the prompt above and paste it into Claude Code. Your review aggregator will be live in minutes.

Get Started