RoadSide GA
Roadside assistance and mobile-mechanic marketplace — customers book, independent contractor providers fulfill, platform takes commission (25% default; 20% diagnostics; beta providers keep 80%). Live in production at roadsidega.com (v1.19.0, 2026-06-24). Rebranded from "Roadside ATL" 2026-06-18; repos keep the old name.
- Geography: Atlanta Metro (ITP/OTP + Marietta/Cobb, Decatur/DeKalb, Gwinnett, South Fulton). Tagline: "Atlanta's Premium Roadside Assistance."
- Services: ~23 seeded — jump start, towing ($75–$180 base + $6/mi after 10), lockout, tire, fuel, inspections, oil/brakes/battery, A/C, suspension, transmission.
- Customers: consumers (memberships, loyalty, referrals) + B2B fleet accounts (prepaid/net-30/net-60, own dashboard).
- Dispatch V2: scored 60-second offers to providers, max 3 cascade attempts, 50-mile radius.
Systems
- Web/backend:
~/WebstormProjects/road-side-atl(github learnednomad/road-side-atl) — Next.js 15 + Hono, Drizzle/Postgres, NextAuth; Coolify deploy; stagingstaging-roadsidega.learnednomad.com - Mobile:
~/WebstormProjects/roadside-atl-mobile— Expo SDK 54, EAS project@roadside-ga/roadside-atl, bundlecom.roadsidega - Payments: Stripe (live keys set; trust-tier gates Stripe to customers with 3 clean transactions), CashApp
$RoadsideGA, Zelle pay@roadsidega.com; Stripe Connect for provider payouts; memberships via subscriptions - Integrations: Twilio SMS (+1 877-780-4236), Resend, self-hosted Novu (35 workflows), Checkr background checks, S3, Sentry, PostHog project 483582 (org SABRONMBC LLC)
- Contact: (678) 744-8092, support@roadsidega.com
Open threads (from 2026-07 session mining)
- iOS production build repeatedly attempted Jun 13–18 — TestFlight/App Store status unconfirmed; Android .aab built (v1.1.0)
- 2026-06-27 bug-triage fixes (~13 issues) may be unmerged — not visible on origin/development as of Jun 24
- Live Stripe keys sit in plaintext
.envin the web repo — secrets hygiene
Release discipline: tag-then-deploy semver (v* → prod, -rc.* → staging), feature → development → main.