Market Tracker
Sign in with your jumpinnovates.com account

Market Tracker

Add industry

Each industry runs the four agents over its own RSS feeds. Claude reads every fetched item and judges whether it is genuinely relevant to this industry. Data is stored separately per industry.

This name is also the context Claude uses to decide relevance, so be specific. "Beauty" works; "Tech" is too broad — try "Consumer Electronics" or "Enterprise SaaS".

Claude uses this, with the name, only to decide which articles are relevant. It does not affect the themes. Leave blank to judge on the name alone.

Settings

Every industry's signals and the cross-market Hype themes refresh automatically each morning at 8am UK time. You can also run the full pass over every industry now.

Each industry has its own RSS feed list and stored signals + themes. Claude reads every new fetched item and judges whether it is genuinely relevant to this industry by name. Use the tabs at the top to switch between industries or add new ones.

Feed list (active industry)

Higher-level culture, design, food, technology and society feeds. Their signals are kept broadly, not filtered to one industry, and used as a wider lens when crafting themes for every industry and for Hype. They do not appear in the Signals or New Releases lists. One feed URL per line.

Store all tracker data in a shared Supabase database instead of only this browser, so it is backed up and follows you across devices and teammates. The Claude API key is shared too: once one person saves it, everyone gets it automatically on login. Paste your project URL and public anon key from Supabase, Project Settings, API. Leave both blank to keep everything local.

First-time setup (run this SQL once in Supabase)
create table if not exists public.tracker_kv (
  key text primary key,
  value text,
  updated_at timestamptz not null default now()
);
alter table public.tracker_kv enable row level security;
create policy "anon full access" on public.tracker_kv
  for all to anon using (true) with check (true);
grant select, insert, update, delete on public.tracker_kv to anon;

Open Supabase, SQL Editor, paste and run. The anon key is meant to be used in the browser. This rule lets anyone with your project URL and key read and write, which suits a private internal tool. You can add Supabase Auth later if you need logins.

Agents

Agent 1 · Web Scraping & Signal Capture

Scans this industry's RSS feeds, keeps only items from the chosen time window, and sends each to Claude to judge whether it is relevant to this industry. Relevant items get a summary plus theme labels.

Never run

Agent 2 · Theme Extraction

Clusters signals from the date range selected on the Themes tab and surfaces themed insights with headline, byline, supporting signals and three key takeaways per theme.

Never run

Live Output

0
Signals
0
New releases
0
Consumer
0
Business
0
Other

Ask your data

Ask anything about your captured signals and themes. The assistant reads across every industry, Hype, and the cultural layer (not just one tab or date range) and answers only from your data, never from outside knowledge.