Mapbox + OpenWeather with saved routes, forecast charts, and dark mode UI.
Route planning without weather context leads to risky choices, delays, and poor ETAs—especially across long distances and changing conditions.
User tests multiple departure times and sees wind/rain pockets shift along the path—chooses a calmer 2-hour window.
Driver saves a home↔warehouse route; morning checks become one click with current conditions applied.
User shares a link with expected conditions at stops so the group can plan clothing and timing.
Overlay live + forecasted weather on driving routes, surface risk indicators along the path, and let users save/share routes. Trend charts and a dark UI make it quick to compare timing options.
React (Vite) renders a Mapbox map with draggable waypoints; the app queries OpenWeather for current/forecast data near the polyline. An Express API stores saved routes under JWT; TanStack Query caches requests and handles retries. Charts (Recharts) visualize trends.
We sample multiple points along the polyline and use OpenWeather hourly forecasts. It’s designed for planning—not a guarantee. Threshold alerts are coming.
Yes—JWT auth keeps your saved routes private to your profile while keeping the sign-in flow lightweight.
Recent routes are cached locally, but live weather overlays require connectivity. We plan an offline snapshot mode.