This Hostinger Node.js version saves lot data on the server in data/lots.json. It is better than browser-only localStorage, but for serious multi-user work, move the data layer to PostgreSQL or Supabase.
What this portal does
Buyer-facing lot cards, owner-editable data, PDF spec sheets.
DRIVN is a lightweight Vite + Express app for presenting Driva green bean lots, processes, tasting notes, prices, and technical details. Express handles lot data through an API, while Vite keeps the interface fast and clean.