Skip to content
Work
2025 · Live ·Founder & Lead Engineer

Tomcabs

A taxi management platform with advanced dispatch, fleet, and billing tooling — running in production with paying customers.

Next.jsTypeScriptPostgresSupabaseStripeCloudflare

Tomcabs is a management platform for taxi and private-hire operators. It started as a contract build and became a real product — today it runs in production with customers depending on it daily.

The problem

Small and mid-size taxi operators run on a patchwork of phone calls, spreadsheets, and WhatsApp. Dispatch is manual, billing leaks money, and there’s no single source of truth for who’s driving what, when, and for whom.

What I built

Engineering notes

The whole product is built around optimistic, instant interactions — no spinner should ever stand between an operator and a decision. Data lives in Postgres (via Supabase) with row-level security from day one, because a multi-tenant operations tool is exactly the kind of system where a leaky query becomes a real incident.

I kept the security lens on throughout: tenant isolation, scoped tokens, and audited mutations. It’s the discipline I bring to everything I ship.