Project Info

AgentAid

Devpost

Inspiration

During the 2023 California wildfires, we watched news footage of hundreds of families stranded in evacuation centers waiting hours for basic supplies like water, insulin, and baby food. A mother with a diabetic child desperately needed medication, but coordination between aid organizations was so chaotic that by the time help arrived, it had been over 4 hours. We realized that in 2025, with AI agents, autonomous systems, and real-time communication, there's no reason anyone should wait hours for life-saving aid during a disaster. The inspiration struck: What if we could build an "Uber for disaster relief"โ€”where victims simply describe what they need, and AI instantly connects them with the nearest available supplier? What if autonomous agents could handle coordination, leaving humans to focus on what matters: saving lives? That's how AgentAid was born. We set out to build the AI-powered nervous system for disaster response.

What it does

What it does AgentAid is a real-time disaster response coordination platform that uses AI to instantly connect victims with nearby suppliers through three core components: ๐Ÿค– AI-Powered Request Processing Victims submit requests via chat interface (future: voice input) Claude Sonnet 4 extracts structured data from natural language: Items needed (rice, insulin, asthma pump, etc.) Priority level (critical, high, medium) Location (automatically geocoded to coordinates) Estimated number of people affected ๐Ÿ”— Autonomous Agent Matching Fetch.ai agents represent supply organizations (Red Cross, food banks, medical coalitions) Agents autonomously negotiate and match requests with available supplies Distance optimization using real-time geocoding (OpenStreetMap Nominatim) Intelligent routing: prioritizes critical requests, optimizes for proximity ๐Ÿ“Š Real-Time Dashboard & Tracking Victims see: Chat-based interface with live status updates "Request received" โ†’ "In progress" โ†’ "On the way" โ†’ "Delivered" Coordinators see: Dashboard with all requests, priorities, and ETA Suppliers see: Optimized delivery routes and inventory management Everyone sees: Live disaster news feed for situational awareness ๐ŸŒ Geocoding & Distance Intelligence Automatic location extraction from text ("Mission District Shelter") Converts to precise coordinates using Python geocoding agent Calculates distances to find nearest suppliers Route optimization for fastest delivery

How we built it

๐Ÿ—๏ธ Architecture โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ React โ”‚ โ”€โ”€โ”€โ”€โ–ถ โ”‚ Node.js โ”‚ โ”€โ”€โ”€โ”€โ–ถ โ”‚ Claude โ”‚ โ”‚ Frontend โ”‚ โ”‚ Backend โ”‚ โ”‚ Sonnet 4 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ถ Python Geocoding Agent โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ถ Fetch.ai Agents ๐Ÿ”ง Tech Stack Frontend: React with hooks (useState, useEffect) Lucide React icons Tailwind CSS for styling Persistent storage via Claude.ai storage API Backend (Node.js): Express.js REST API Anthropic SDK for Claude integration Axios for API calls CORS for cross-origin requests AI & Agents: Claude Sonnet 4 - Natural language understanding and structured data extraction Fetch.ai uAgents - Autonomous supply matching and coordination Python Geocoding Agent - Location intelligence using OpenStreetMap Nominatim Testing & Automation: Postman - Complete API collection with automated tests Collection Runner for workflow automation Mock servers for development Additional Tools: OpenStreetMap Nominatim API (free, no key required!) Haversine formula for distance calculations JSON storage for MVP (would use PostgreSQL in production)

Analysis

Compare with all teams

View

Metric

Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.

Technology

Found in codeClaimed only
  • AnthropicIn code
  • CSSIn code
  • ExpressIn code
  • HTMLIn code
  • Hugging FaceIn code
  • JavaScriptIn code
  • Next.jsIn code
  • PythonIn code
  • PyTorchIn code
  • ReactIn code
  • SQLIn code
  • Tailwind CSSIn code
  • TypeScriptIn code

13 of 13 appear in the indexed code.

AI coding agents

No AI coding agent signals were found in this repository.

Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.

Codebase size

Source size

704 KB

Source files

110

Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.

0 stars