Rumor → Reality Launch Radar asks a narrow question: has a startup rumor actually been confirmed yet?

The build

The prototype gathers rumor-level chatter, compares it with official company signals, and returns one of three states: Watching, Likely, or Confirmed. Each result keeps its confidence and supporting evidence visible instead of presenting an unexplained score.

Why it works as a portfolio proof

The interesting part is the operating loop: collect, normalize, retrieve, classify, and explain. The interface makes the evidence boundary legible while the backend handles source failures and overlapping scans without collapsing the full workflow.

Public truth boundary

This is a live hackathon prototype, not a production market-intelligence service. It covers a deliberately small target set, and its classifications are only as current as the latest completed scan. The public code and live build are linked above.

Stack

Node.js, Express, Apify, Elasticsearch Serverless, hybrid retrieval, ES|QL, and server-sent events.