All Drivers
All Users
States & Cities
💡 Developer Notes & Maintenance Guide
⚡ Lite vs Heavy Maintenance
| Heavy Work | Lite Work |
|---|---|
| Building auth systems | Adding a link |
| Creating dashboards | Adding a button |
| Multiple file edits | Single file edits |
| Complex debugging | Simple search/replace |
| ~1000s of lines | ~10-100 lines |
💡 Tip: For lite maintenance, use Tab completions instead of full Agent mode to save on usage quota.
🚀 Quick Deploy Commands
# Deploy backend to Railway
cd backend && railway up
# Deploy dashboard to Cloudflare
cd dashboard && npx wrangler pages deploy .
# Build iOS app
npx eas build --platform ios --profile production
🔗 Key URLs
Service Hub
driveaway-service-hub.pages.dev
Weather Planner
driver-weather-planner.pages.dev
Railway Dashboard
railway.app/dashboard
Expo Builds (iOS)
expo.dev
Backend Health
/health endpoint
📊 Monitoring Guide
🚂 Railway (Daily - 30 sec)
- Check service status is green
- Glance at deployment logs for errors
- Check billing under Settings
📱 Expo/iOS (After builds)
- Build status: ✅ Finished or ❌ Failed
- Monthly: Check credentials for expiring certs
🌐 Static Sites (Weekly)
- Service Hub, Weather Planner - just check they load
- These rarely break (static HTML on Cloudflare CDN)
✅ Quick Daily Check (2 min)
1. Railway → Service green? 2. /health → Returns OK? Done!
1. Railway → Service green? 2. /health → Returns OK? Done!
🔐 Admin Credentials
Email: admin@driveaway.com
Password: Admin2025!
⚠️ Change this password for production use