DriverWeb (Website: driverhub.win)
A project that lists common drivers and their native download links all in one place!
Intuative yet minimalistic UI allowing for easy viewing in both light or dark mode.
- Professional two-pane driver browsing UI with filter rail and deep-linkable URL state
- Compare mode for selected drivers (
compareURL param) - Risk-level and compatibility filtering (
channel,risk,os,viewURL params) - Search 2.0 overlay with weighted ranking, facets, and quick actions
- Watchlist with delta-feed update indicators
- Dedicated Trust Center page backed by generated trust metrics
- Static PWA shell with offline cache for core pages and feeds
- Region selection between EU and US based NVIDIA download endpoints (see more)
npm run buildgenerates feeds, HTML, and CSSnpm run test:datavalidates feed contract requirements (required fields, enums, sort order, checksum format)
Canonical source files stay in ../driverWeb-data with the existing dataset file names.
- Run
npm run data:edit - Choose a dataset file and action (list/add/edit/remove)
- Follow prompts for driver fields
- On save, the tool automatically runs
npm run data:syncto rebuild feeds and validate the contract
- Edit
../driverWeb-data/*.jsondirectly - Keep entries sorted newest-first by
publishedAt - Run
npm run data:syncto regenerate feeds and validate
npm run data:editopens the guided JSON editor for external canonical datanpm run data:syncrunsbuild:feedsandtest:data, then prints changed file pathsnpm run test:data:editorruns editor normalization checks (ID/date/enum/checksum and add/edit/remove scenarios)
Downloads of any/all drivers on this website go the official companies download URL's and are NOT redistributed by me. This site is simply a "hub" for common drivers (such as video drivers).
Contact me regarding this project here.