SafeNex is an innovative fire safety technology that utilizes emulsification to reduce fuel flammability and prevent vehicle fires. This repository contains the official SafeNex web application built with React and Vite.
SafeNex addresses the critical issue of vehicle fires by employing emulsification technology to reduce fuel flammability. Using principles of chemistry such as saponification and emulsification, SafeNex creates a safer fuel mixture that is less prone to ignition.
- Emulsification: The process of mixing two immiscible liquids (like oil and water) into a stable mixture
- Saponification: Alkaline hydrolysis of fats/oils with NaOH to produce soap and glycerol, which acts as an emulsifier
- Advanced Technology: Integration of Arduino Mega, flame sensors, AI, and IoT for comprehensive fire safety
- Frontend Framework: React 19.2.4
- Build Tool: Vite 8.0.1
- Animation Libraries:
- GSAP 3.14.2
- Motion 12.38.0
- 3D Graphics: OGL 1.0.11
- Language: JavaScript (JSX)
Before you begin, ensure you have the following installed:
- Node.js (v18 or higher recommended)
- npm or bun package manager
- Clone the repository:
git clone https://github.com/IntegrationGOAT/safenex.git
cd safenex- Install dependencies:
npm installor if using bun:
bun installStart the development server:
npm run devor with bun:
bun run devThe application will be available at http://localhost:5173 (default Vite port).
Create a production build:
npm run buildor with bun:
bun run buildPreview the production build locally:
npm run previewor with bun:
bun run previewsafenex/
βββ src/
β βββ assets/ # Static assets (images, videos)
β βββ component/ # React components
β β βββ BorderGlow.jsx
β β βββ Counter.jsx
β β βββ FatalitiesCounter.jsx
β β βββ Navbar.jsx
β β βββ ServicesSection.jsx
β β βββ SpotlightCard.jsx
β β βββ TeamSection.jsx
β βββ main.jsx # Application entry point
β βββ style.css # Global styles
βββ public/ # Public assets
βββ index.html # HTML template
βββ package.json # Project dependencies
βββ vite.config.js # Vite configuration
- Interactive Hero Section: Video background with smooth transitions
- Educational Content: Information about emulsification and saponification
- Fatalities Counter: Visual representation of fire-related statistics
- Services Showcase: Highlighting SafeNex's capabilities and features
- Team Section: Meet the team behind SafeNex
- Responsive Design: Optimized for various screen sizes
- Smooth Animations: Enhanced user experience with GSAP and Motion
The science behind SafeNex:
- Saponification: Triglyceride + 3NaOH β Glycerol + Soap
- Soap Dissociation: RCOONa β RCOOβ» + NaβΊ
- Emulsification: Fuel + Water + Emulsifier β Emulsion
- Combustion: 2CβHββ + 25Oβ β 16COβ + 18HβO
- Smart vehicle integration
- Industrial safety applications
- Development of better emulsifiers
- Cost optimization strategies
This project is private and proprietary.
For team information and contributions, please visit the application's Team section.
Β© SafeNex. All rights reserved 2026.
Built with β€οΈ by the SafeNex Team