| Next.js (Vercel) | SSR pages, API routes, static assets. All business logic runs here or in the browser. |
| Supabase Auth | Email/password auth, JWT tokens, session management. Every DB query filters by user_id. |
| Supabase PostgreSQL | 25+ tables. All data storage. RLS enforces multi-tenant isolation. |
| Supabase Storage | Vehicle photos (vehicle-photos bucket) and fleet documents (documents bucket). |
| Stripe | Subscription billing. Webhooks notify the app of payment events. |
| AWS Lambda | Background toll scraping. Triggered by EventBridge cron or manual API call. |
| Chrome Extension | Scrapes Turo earnings pages and sends CSV data to /api/turo/sync. |