ArborIsh
Crew-management software for tree-care companies — jobs, live maps, chat, and billing in one app.
This is the big one. ArborIsh runs a tree-care company's whole day: the owner schedules jobs and assigns crews, the crew sees where they're headed and clocks the work, everyone's on the same live map, and an AI writes a morning briefing that actually reads the weather and the schedule before it talks. It ships two ways from a single codebase — a web app and a native Android app — and it's a real product with real subscriptions behind it.
Under the hood it's React and Supabase with realtime everywhere: crew pins move on the map as people drive, and the whole thing heals itself when a phone drops signal out in the field. Billing runs on Stripe — four plans, a 14-day trial, and a webhook that issues the license key and emails it out on its own. The AI calls go through a server-side proxy so the keys never ship inside the app — a detail I care about because I've set up enterprise security before.
- Live crew mapRealtime GPS — only during work hours
- AI commandTalk or type; it creates the job
- Daily briefingWeather + overdue + open jobs, auto-written
- Before / after photosStraight onto the job record
- Team chatReactions, files, emergency contacts
- ISA cert badgesAI-drawn embroidered patches
- Stripe subscriptions4 plans; auto license + email
- One codebaseShips web and native Android
stack React 19 · TypeScript · Supabase (Postgres · realtime · storage · edge functions) · Google Gemini · Google Maps · Stripe · Capacitor (Android)