How the assessments were produced

A compact chain from raw community discussion to reviewable site content.

01

Discord export

Forum thread messages, authors, dates, reactions, attachments, and thread IDs were exported from the TDR Discord.

02

Model pass A

One AI model extracted candidate asks, sentiment, representative voices, and defect evidence from each thread.

03

Model pass B

A second model cross-checked the synthesis, tightened wording, and helped separate bugs from opinions.

04

Markdown assessments

Each thread assessment remains in /assessments as the editable source of truth for the site.

05

Static site

The generator turns the assessments into Cloudflare-ready HTML, CSS, JSON, sitemap, and headers.

Data export

The generated JSON file exposes the same site model used by the rendered pages.

/data.json

The export contains the review lanes, visible thread assessments, top priority asks, and aggregate site stats. It is useful for quick inspection, downstream analysis, or rebuilding the site in another presentation layer.

Open JSON export
buckets[]
Review lanes with route IDs, labels, icons, descriptions, and included thread records.
threads[]
Published assessments with metrics, asks, bug findings, sentiment, source links, voices, and dev notes.
topAsks[]
Cross-thread priority asks with source route, category, score, and thread-level signal metrics.
stats
Total assessments, visible threads, participants, messages, screenshots, lanes, and build date.