Skip to content

IntegrationGOAT/safenex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SafeNex

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.

About SafeNex

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.

Key Concepts

  • 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

Tech Stack

  • 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)

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v18 or higher recommended)
  • npm or bun package manager

Installation

  1. Clone the repository:
git clone https://github.com/IntegrationGOAT/safenex.git
cd safenex
  1. Install dependencies:
npm install

or if using bun:

bun install

Development

Start the development server:

npm run dev

or with bun:

bun run dev

The application will be available at http://localhost:5173 (default Vite port).

Build

Create a production build:

npm run build

or with bun:

bun run build

Preview

Preview the production build locally:

npm run preview

or with bun:

bun run preview

Project Structure

safenex/
β”œβ”€β”€ 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

Features

  • 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

Working Equations

The science behind SafeNex:

  1. Saponification: Triglyceride + 3NaOH β†’ Glycerol + Soap
  2. Soap Dissociation: RCOONa β†’ RCOO⁻ + Na⁺
  3. Emulsification: Fuel + Water + Emulsifier β†’ Emulsion
  4. Combustion: 2Cβ‚ˆHβ‚β‚ˆ + 25Oβ‚‚ β†’ 16COβ‚‚ + 18Hβ‚‚O

Future Prospects

  • Smart vehicle integration
  • Industrial safety applications
  • Development of better emulsifiers
  • Cost optimization strategies

License

This project is private and proprietary.

Team

For team information and contributions, please visit the application's Team section.

Contact

Β© SafeNex. All rights reserved 2026.


Built with ❀️ by the SafeNex Team

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors