manishgs-08/Shadow-Route — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local app called ShadowRoute AI that helps people pick safer travel routes around a city. I want a clean web interface where someone can enter a start and end point, see route options on a map, view a safety or risk score for each route, and see nearby incidents that might affect the trip. The main goal is to make it easy to compare routes and choose the safer one, not just the fastest one.

Please wire up the full stack so the frontend talks to a backend API and uses a spatial database for map and route related data. It should run locally with the database in Docker, plus separate backend and frontend dev servers. Set up the needed environment files and make the app easy to start and test. If there are gaps, use sensible defaults and keep it feeling production ready.

Please also make sure the API and UI are connected end to end, and look up current docs online if you need to.

Want more depth? Deep Reverse