A solo-built, multi-tenant SaaS for vehicle inspection workflows. This is the short version of how it's put together — the moving parts and how a request flows through them.
Inspectors and admins work from any device — capturing inspections in the field and managing them from the office.
Server-rendered UI for auth, inspection forms, and dashboards. Fast first paint, clean routing, and a single front-end for every tenant.
The core. Every request is scoped to a tenant before anything else, then runs the inspection logic and generates PDF reports on demand.
Each tenant's inspection records stay isolated. A typed Prisma schema with migrations keeps the data layer predictable and safe to evolve.
Every customer's data is isolated, and tenant context runs through each request — not bolted on afterwards.
Structured inspection records compile into clean, shareable PDF reports straight from the API.
Deployed on Fly.io with automated backups and observability, so it behaves like a product, not a demo.