ClearCart app icon

ClearCart

Helps you figure out if an Amazon product is actually worth buying. It reads the reviews with AI, scores the product out of 100, shows the price history, and ends with a clear verdict: Recommended, Solid, Caution, or Avoid.

ClearCart product overview screenshotClearCart price history screenshotClearCart review analysis screenshot

What it does

Where it runs

How it's built

It's a monorepo with three packages: the Chrome extension, a Next.js web app and API, and a shared TypeScript package. Products are scraped client-side, by the extension on the page or by a headless WKWebView in the iOS app. Price history comes from Keepa, and an LLM writes the analysis with schema-validated output. The final trust score comes from four weighted scorers, and when the model's verdict disagrees with the math, the math wins. The iOS app is SwiftUI with zero third-party dependencies.

Links