Service Reference Guide
What each service does & what to monitor
β
π Analytics & Traffic
Hosting & Deployment
AI & External APIs
Development & Code
Documentation & Frameworks
π Monitoring Guide
β‘ Quick Daily Check (2 min)
π Railway Backend Click to expand
What to check:
- Service Status β Green = running β
- Deployments tab β Look for errors (red text)
- Settings β Billing β Current spend
- Postgres service β Connection count, storage
When: Daily glance, after deployments, if app seems slow
π± Expo Builds Click to expand
What to check:
- Builds tab β β Finished or β Failed
- Build Queue β How many ahead of you
- Credentials tab β Expiring certs (check annually)
When: After running eas build, monthly credential check
π€οΈ Static Sites (Weather, Service Hub) Click to expand
What to check:
- Page loads? (quick visual check)
- Weather Planner: Try a test route search
When: Weekly or before trips
π‘ Static sites on Cloudflare CDN rarely break - lowest priority to monitor
π§ Lite vs Heavy Maintenance Click to expand
β Lite Maintenance:
- Config changes (timeouts, settings)
- Content updates (text, links)
- Simple deploys (no schema changes)
- Adding favicons, styling tweaks
β οΈ Heavy Maintenance:
- Database schema migrations
- Major dependency upgrades
- Authentication system changes
- New feature development