DealerHelm
A multi-tenant SaaS platform for car dealership inventory management, replacing the spreadsheet-based workflows most independent dealerships still rely on.
Problem
Independent dealerships run inventory, financials, and operations out of Google Sheets — no real-time visibility, no data isolation, no room to scale.
What I built
A multi-tenant SaaS platform with centralized inventory management (vehicle records, VIN-based search, stock tracking), real-time operational dashboards, and financial tracking tied directly to inventory (costs, sales, margins). Every dealership's data is fully isolated from every other tenant on the platform.
- Backend enforces tenant isolation using JWT claims — every request is scoped by the sub claim, so tenant boundaries hold even under claim-tampering attempts
- Built and tested against real attack surfaces for multi-tenant SaaS: cross-tenant access via staff roles, sub-resource isolation, race conditions
- Structured, professional-grade codebase — logic separated across files rather than monolithic scripts, built with an agentic dev workflow (VS Code + Claude Code)
Sole/lead developer — architecture, backend, multi-tenancy/security design, and the frontend dashboard build.
In active development
