posted an update

Date: 26 Nov 2025 Version: Alpha 0.1

Update: Initial hackathon prototype live! Features Implemented:

Real-time disaster alerts using Weather & Emergency APIs.

Safe route suggestions based on current location and hazards.

Push notifications for nearby emergencies.

Screenshots: (Insert screenshots of app interface here — map view, alert pop-ups, safe route highlights)

Code Snippet:

// Example: Fetching disaster alerts fetch('https://api.weatheralerts.com/v1/alerts?location=YourCity') .then(response => response.json()) .then(data => { displayAlertsOnMap(data.alerts); });

Next Steps:

Add AI-powered safe route optimization.

Implement user feedback reporting for hazard verification.

UI/UX improvements for clearer alert visualization.

Feedback: Comment below if you have suggestions or spot any bugs. Every piece of input helps us make SafeRoute 24/7 smarter and faster!

Log in or sign up for Devpost to join the conversation.