AI Safe Alert App is a safety-focused web application that enables users to quickly send emergency alerts, share location and receive AI-guided assistance in distress situations.
The app includes an AI-powered assistant that provides real-time safety guidance, emergency response suggestions and supports faster access to help through location sharing and alert notifications.
- One-tap SOS alert
- Emergency contact notification (UI simulation)
- Live location sharing (link-based)
- AI chatbot guidance
- User onboarding (name & emergency contacts)
- React 19 – Component-based UI development
- Vite 8 – Fast build tool and development server
- JavaScript (ES Modules) – Modern JS syntax
- CSS – Custom styling for responsive UI
- ESLint – Code quality and linting
- React Hooks plugin – Enforces best practices
- React Refresh plugin – Enables fast refresh during development
- Clone the repository:
git clone https://github.com/MisturaDev/ai-safe-alert-app.git
- Navigate into the project folder:
cd ai-safe-alert-app - Install dependencies:
npm install
- Run the app:
npm run dev
| Home Screen | Onboarding |
|---|---|
![]() |
![]() |
| SOS Button | AI-chatbot |
|---|---|
![]() |
![]() |
src/
assets/
hero.png
react.svg
vite.svg
components/
ChatBot.jsx
Onboarding.jsx
SOSButton.jsx
pages/
App.css
App.jsx
index.css
main.jsxThe application includes a rule-based AI chatbot that provides real-time safety guidance based on user input.
Example:
- help → safety instructions
- danger → emergency response steps
- Software Developer
- Product Manager
- Product Designer
Group 10 – Women Techsters Bootcamp 5.0



