A
AIFeed News & pricing watched daily
Home · News · Pricings · GPU prices · Health · Settings · About

About AIFeed

AIFeed is a daily news and pricing watcher that tracks stories and product prices from sources you configure.

What it does

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.

News

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.

GPU Pricing

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.

Configuration

All sources, products, and retailers are editable on the Settings page. The watcher reads these settings dynamically via the /api/settings endpoint.

The Watcher

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.

Hosting

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.