DeliveryShield is an AI-driven parametric insurance platform designed for Indiaโs gig economy workers such as delivery partners from Zomato, Swiggy, Amazon, and similar platforms.
The platform provides automated income protection against external disruptions like extreme weather, pollution, and curfews, ensuring that gig workers do not lose their earnings due to uncontrollable conditions.
Unlike traditional insurance, DeliveryShield uses parametric triggers + AI models to enable instant claim processing and payouts without manual intervention.
Gig workers often lose 20โ30% of their income due to:
- ๐ง Heavy rain or floods
- ๐ก Extreme heat
- ๐ซ High pollution
- ๐ซ Curfews or strikes
Currently, there is no reliable income protection system, forcing workers to bear financial losses alone.
DeliveryShield provides a smart, secure, and automated platform with:
- ๐ AI-based fraud detection
- ๐ Risk assessment engine
- ๐ Location-based safety alerts
- ๐ค User authentication & verification
- โก Automated claim triggering & instant payouts
- ๐ฑ Mobile app for delivery agents
- ๐ Web dashboard for monitoring and analytics
- โ No health insurance
- โ No accident or vehicle coverage
- โ Only loss of income protection
- โ Weekly pricing model only
- โ Fully automated claims system
- Frontend (Web): React.js + Vite + CSS
- Mobile App: React Native (Expo)
- Backend: Node.js + Express.js
- Database: MongoDB
- AI & Security: Risk scoring + fraud detection algorithms
- APIs: OpenWeather API (or mock APIs)
- Payments: Razorpay (test mode / simulated)
- User registers/login
- AI calculates weekly premium
- User buys insurance policy
- System monitors external disruptions
- Trigger detected (e.g., heavy rain)
- Claim automatically generated
- Instant payout processed
-
Secure login & registration (JWT)
-
Dashboard showing:
- Active policy
- Weekly premium
- Earnings protected
- Claim history
-
Buy weekly insurance
-
View automatic payouts
- Monitor users and policies
- Claims analytics dashboard
- Fraud detection logs
- Risk insights & reports
-
Dynamic weekly premium calculation
-
Based on:
- Location risk
- Weather patterns
- Working hours
Automatically detects:
- ๐ง Heavy Rain
- ๐ก Extreme Heat
- ๐ซ Pollution
- ๐ซ Curfew (mock data)
- No manual claim submission
- Auto-triggered claims
- Instant approval and payout
- Detects duplicate claims
- Prevents fake weather claims
- Simulated GPS spoofing detection
- Instant payout simulation
- Transaction tracking
- React.js
- Vite
- CSS
- Node.js
- Express.js
- MongoDB
- React Native (Expo)
- Fraud Detection Algorithms
- Risk Scoring System
- API-based Threat Analysis
DeliveryShield/
โโโ backend/ # Node.js + Express API
โโโ frontend/ # React Web App
โโโ mobile-app/ # React Native App (Expo)
โโโ .gitignore
โโโ README.md
- POST /auth/register
- POST /auth/login
- POST /policy/create
- GET /policy/view
- GET /claim/auto-trigger
- GET /claim/history
- GET /admin/users
- GET /admin/analytics
- User: Swiggy delivery partner
- Weekly premium: โน30
- Event: Heavy rain
- Income loss: โน800
- Weather API detects rain
- System triggers claim automatically
- AI calculates loss
- Claim approved instantly
- โน800 payout shown in dashboard
git clone https://github.com/hitesh788/DeliveryShield.git
cd DeliveryShieldcd backend
npm install
npm startcd frontend
npm install
npm run devcd mobile-app
npm install
npx expo startCreate a .env file inside backend/:
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key
OPENWEATHER_API_KEY=your_api_key
โ Real-time fraud detection โ AI-based risk analysis โ Secure authentication system โ Claims & policy management โ Mobile interface for delivery agents โ Web dashboard for monitoring โ API integration for external risk data
(Add before submission)
- Web Dashboard
- Login/Register UI
- Mobile App Screens
- Alerts & Notifications
- ๐ฎ Advanced ML-based fraud prediction
- ๐ก Live GPS tracking
- ๐ Integration with delivery platforms (Swiggy, Zomato)
- ๐ Voice-based emergency alerts
- ๐ง AI chatbot for assistance
- Provides financial security to gig workers
- Reduces income uncertainty
- Promotes micro-insurance adoption
- Supports Indiaโs gig economy
Developed for: Guidewire DEVTrails University Hackathon 2026
This project is created for educational and hackathon purposes.
- Open-source community
- Hackathon organizers
- Cybersecurity & AI research resources
If you like this project, give it a โญ on GitHub!