AIFeed is a daily news and pricing watcher that tracks stories and product prices from sources you configure.
Every day, the watcher scans news websites and NZ GPU retailer pages for new stories and price changes. Findings are posted to a PostgreSQL database on Railway, and this site displays them.
Tracked from a configurable list of news websites (see Settings). Stories are categorised by region (UK, NZ, AUS, Hong Kong) and topic. Hong Kong entertainment is included from hkone.com.
Tracks NZD prices for products you specify (e.g. RTX 5090, RTX 5070 Ti) from NZ retailers like PB Tech, Computer Lounge, and others. Each price point is recorded with a timestamp.
All sources, products, and retailers are editable on the Settings page. The watcher reads these settings dynamically via the /api/settings endpoint.
Runs on your home machine (Windows). It calls GET /api/settings at startup to fetch the latest lists, falls back to config.json if the API is unreachable, and POSTs new records to the API.
The site runs on Railway in a Python + Gunicorn container with a PostgreSQL database. The repository is vtecman/AIFeed (private) with auto-deploy from main.