Sahaay is an offline-first disaster relief and missing person coordination platform.
Built to function in areas with little or no internet connectivity, Sahaay leverages multicast DNS (mDNS) to enable local device discovery and communication.
- π‘ Offline-first communication via mDNS (works without internet).
- π Request aid β food, medical help, or supplies.
- π₯ Report & search for missing persons during disasters.
- πΆ Local network-based device discovery for real-time rescue coordination.
- π¨ Responsive UI for easy use in high-stress situations.
- Backend: Go β‘
- Frontend: Next.js + TypeScript π₯οΈ
- Database: PostgreSQL π
- UI: Tailwind CSS π¨
During natural disasters, internet connectivity often breaks down.
Sahaay ensures:
βοΈ People in relief centers or rescue camps can still connect.
βοΈ Missing persons can be reported and searched locally.
βοΈ Aid requests reach nearby volunteers without internet.
# Clone the repository
git clone https://github.com/your-username/sahaay.git
cd sahaay
# Backend (Go)
cd backend
go run main.go
# Frontend (Next.js + TS)
cd frontend
npm install
npm run dev