TrackAura

TrackAura for LLMs and AI Grounding

A canonical catalog of physical items with retailer-observed prices, structured schema, and honest coverage labels. Built to be machine-citable.

Independent — no display ads, no sponsored placements, no paid ranking, no paywalled catalog.

Why TrackAura for grounding

The catalog today

~32,000 canonical entities across the verticals below, indexed against ~4 Canadian retailers (Canada Computers, Newegg Canada, Vuugo, Visions Electronics) with new price observations every ~4 hours. Entity counts as of May 2026; counts grow per vertical ship.

VerticalBrowseEntities
GPU chips/c/gpus1,621
GPU boards (sellable)via /chip pages1,362
CPUs/c/cpus970
Monitors/c/monitors758
LEGO themes/c/lego-themes494
LEGO sets/c/lego-sets26,845

Phase 0 is Canadian electronics. Phase 1 (collectibles with clean IDs — LEGO, TCG, sealed games, graded comics) is shipping now. The data model is geography-agnostic: one identity per real-world physical item, regardless of country, with country_code on each listing.

What you get per entity

The worth engine, briefly

Every entity in the catalog gets a worth estimate carrying an explicit confidence score. The number is a robust central tendency over whatever observations exist; confidence is a function of count, recency, agreement, and source quality. Below a publishable floor, we publish no estimate at all — identity and specs only. The output unit anywhere worth appears is (estimate, confidence, source_tier, as_of_date).

We wrote up the philosophical and statistical reasoning in Our Most Important Metric Is 0%, and We're Keeping It That Way. That essay is the closest summary of the editorial posture relevant for grounding decisions.

Example structured output

Every /chip, /board, /cpu, /monitor, /set, and /theme page emits a Schema.org Product JSON-LD block. Tier-aware: well-tracked entities emit AggregateOffer, single-source emit Offer, historical and encyclopedic entities emit Product only without offers.

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "NVIDIA GeForce RTX 5090",
  "brand": { "@type": "Brand", "name": "NVIDIA" },
  "image": "https://www.trackaura.com/...",
  "offers": {
    "@type": "AggregateOffer",
    "priceCurrency": "CAD",
    "lowPrice": "3083.00",
    "highPrice": "3499.00",
    "offerCount": 3,
    "availability": "https://schema.org/InStock"
  }
}

How to access

What we don't have (yet)

Inquiries

For AI-grounding licensing, bulk data access, partnership inquiries, or questions about the catalog architecture, email admin@trackaura.com.

TrackAura is a solo-built project. Source independence is structural, not cosmetic.