Car and truck listing platform with a staff-managed inventory


A database-driven inventory and export platform for a Korean vehicle trading company. Categories, brands, models, specifications, statuses, photographs and prices are all data managed by staff from a secure admin panel.
The business needed to list a brand nobody had listed before, or an entirely new category of machine, without waiting for a developer.
Hard-coding brands and categories is the usual shortcut, and it makes every future listing a code change and a deployment.
Nothing about the taxonomy is hard-coded. Brands, categories and specification fields are rows, so a new kind of listing is an admin action rather than a release.
Builds and runs locally against a Supabase project. Not yet deployed to a public domain.

Concept
Architecture
UI / UX
Development
Database