MotorParts Pro

Operations Home

A formal IIS/PHP front-end shell with Node reserved for search, automation, and API orchestration.

Formal page-based frontend

This shell is rendered by IIS/PHP so the site keeps a consistent, page-driven layout. Each section can fetch only the data it needs from the Node API instead of forcing everything through one giant client app.

Parts Search Page-based search interface for supplier lookup and quick quoting.
Vehicle Search Route-specific UI for fitment and category-driven results.
Settings Source connection, API status, and operational controls in one stable page.
Node remains the data and automation layer. PHP is now the formal presentation layer.
Public shell IIS/PHP serves the pages and keeps the visible site consistent.
API and automation Node stays behind /api for supplier auth, Puppeteer, and search logic.
Per-page data loading Each page gets its own focused JavaScript instead of one all-purpose app bundle.