Inspiration

The idea for NomadX Aid Optimizer came from observing real-world challenges in delivering essential resources, like water and food, to remote regions. Growing up in Kazakhstan, I noticed that many rural communities often face resource scarcity due to geography and limited infrastructure.I wanted to create a solution that combines economics and technology to make aid distribution more efficient, fair, and data-driven. The project also draws inspiration from my previous experience building FPV drones and Nomad-X ecosystems, imagining how automation and simulation could help solve real problems.

What it does

How we built it

Front-end Design I built a clean, modern interface with cards representing each community. Each card displays: Water level (%) Food level (%) Calculated Need Score using the formula Need Score=(100−Water Level)+(100−Food Level) Logic and Priority Calculation I implemented a simple algorithm in JavaScript to calculate aid priority: HIGH: water < 20% AND food < 30% MEDIUM: water < 40% LOW: otherwise Simulation To visualize delivery, I added a “Drone dispatched” animation for the highest priority community. Budget System The system tracks a limited budget of aid units. Each delivery reduces the budget This shows how resources can be optimized under constraints, a key economic concept.

Challenges we ran into

Balancing simplicity with realism: I wanted the system to reflect real-world resource allocation without making it too complex for a hackathon demo.

Accomplishments that we're proud of

Built a fully interactive web app that simulates resource allocation for remote communities. Developed a priority scoring system using simple AI logic and economic principles. Implemented a budget tracking feature to model limited resources realistically. Created a clear, visually intuitive UI for demoing in a short video. Successfully demonstrated the concept of drone delivery simulation, making abstract optimization tangible. Showcased how technology + economics can solve a real-world problem at a small scale.

What we learned

The challenge of balancing realism and simplicity in a hackathon project. Experience in problem-solving, project planning, and debugging, which strengthened both technical and analytical skills.

What's next for NomadX Aid Optimizer

Add a real map interface with GPS coordinates for each location to make the simulation more realistic. Implement dynamic AI to automatically adjust priorities based on changing data over time. Expand globally, adding more countries or regions with resource scarcity. Integrate with real drones or logistics systems to test physical deployment in the future.

Built With

  • figma
  • hercules.ai
  • html5-?-structure-of-the-web-app-css3-?-styling
  • javascript
  • responsive-layout
Share this project:

Updates