I built a free EV trip planner for long drives in India
EV Grids — a free EV trip planner for India. Enter start and end (optional stops), get a driving route with ranked charging stops, battery % along the route, and one tap to open the full trip in Google Maps. It’s not a navigation app; it’s a planning layer on top of Maps.
Site name: EV Grids
Domain: evgrids (type in browser — link in my first comment if mods allow)
Why I built it
Most EV tools either show every charger on a map or assume dense fast-charging like in the US/EU. On Indian highways you care about which DC stop is worth the detour, whether you can reach the next reliable CCS point, and what to do if your first choice is down.
I wanted something that:
- Plans long domestic trips (multi-stop, round trip, or simple A to B)
- Filters by connector type and minimum kW
- Explains why a stop was picked (detour vs power vs rating)
- Estimates charging cost in ₹ (you can edit ₹/kWh)
- Lets you share a trip link with family or friends
What it does today
- Trip planner with India-focused vehicle presets (Nexon EV, Punch EV, MG4, BYD Atto 3, Ioniq 5, etc.) or custom range
- Primary + fallback charging stops along the highway corridor
- SOC chart — estimated battery % along the route
- Food options near stops (quick lookup for breaks)
- Corridor guides for popular drives (highway notes + cities pre-filled in the planner)
- Handoff to Google Maps with waypoints when you’re ready to drive
- Shareable trip links so others can open the same plan
Built with Next.js, FastAPI, and a database cache for routes and chargers (Google for geocoding, places, and directions).
What it’s not (yet)
- Live plug availability — always confirm on-site or in your usual apps
- Live traffic / rerouting while driving — use Google Maps for navigation
- Perfect everywhere — use specific cities (e.g. Srinagar) instead of huge regions (e.g. “Kashmir”)
Still a side project; I’m improving reliability based on real trips.
Try it
Open in your browser.
Examples to test:
- Hyderabad → Visakhapatnam
- Bengaluru → Chennai
- Delhi → Jaipur
On the site, open Routes for corridor pages, then Plan this trip.
Feedback welcome
If you road-trip in an EV in India, I’d love input:
- Are stop suggestions realistic on highways you use?
- Which car presets or connectors are missing?
- Would PlugShare / network-specific data make this more useful?
One developer — blunt feedback helps. If something fails, comment with origin → destination and the range/preset you used.
Personal project, not affiliated with any car brand or charging network. Confirm charger status before you stop.