syam-bukkuru/Community_Based_SOS — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a community based SOS web app for a demo. I want a victim home page where someone can choose their current location or pick it manually, then press SEND SOS. Volunteers should have a dashboard that shows nearby SOS requests as they come in, lets them accept one, and then opens a live map with the victim and volunteer locations updating about every 5 seconds. More than one volunteer should be able to help the same SOS.

Also make a police dashboard at /police where authorities can see all SOS cases, their status like PENDING, ACTIVE, and RESOLVED, how many volunteers joined, and an evidence view. The evidence view should reconstruct the victim path in red and volunteer paths in different colors, with time and user details on hover. Add a tracking table for logs, plus places to view uploaded images and audio recordings. Volunteers should be able to resolve the SOS and stop tracking.

Use React with Vite, Node and Express, MongoDB, Socket.IO, Leaflet, and OSRM. Make it runnable locally.

Want more depth? Deep Reverse