CoolFace
Apppublic

curtburk/competitive-intel-monitor

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Competitive Intelligence Monitor

Backend API for monitoring competitor product pages (Dell Pro Max GB300, ASUS ET900N G3, NVIDIA DGX Station) and detecting changes.

Features

  • —Page Monitoring: Fetches and parses competitor product pages
  • —Change Detection: Computes diffs between snapshots to detect updates
  • —Email Alerts: Sends notifications via Resend when changes are detected
  • —Battle Cards: Serves competitive positioning content
  • —REST API: Full API for frontend integration

Environment Variables

Set these in your HuggingFace Space settings:

VariableDescription
RESEND_API_KEYYour Resend API key for email alerts
ALERT_EMAILEmail address to receive alerts

API Endpoints

EndpointMethodDescription
/GETHealth check
/api/competitorsGETList all tracked competitors
/api/changesGETGet recent changes
/api/changes/{id}GETGet changes for specific competitor
/api/snapshots/{id}GETGet snapshot history
/api/scanPOSTTrigger a scan
/api/battlecardsGETGet battle card content

Usage

bash
# Trigger a scan of all competitors
curl -X POST https://your-space.hf.space/api/scan

# Get recent changes
curl https://your-space.hf.space/api/changes

Built for HP ZGX Competitive Positioning

This tool monitors:

  • —Dell Pro Max GB300
  • —ASUS ExpertCenter Pro ET900N G3
  • —NVIDIA DGX Station

Designed to support Sales enablement and competitive intelligence for the HP ZGX Fury launch.