DEV Community

Mayuresh Pandit
Mayuresh Pandit

Posted on

Building "112 for Dogs": How I Combined Gemini AI, Solana, and Voice Agents to Save Strays

DEV Weekend Challenge: Dog Days Edition Submission 🐕

This is a submission for Weekend Challenge: Dog Days Edition

What I Built

PawID & Care is an enterprise-grade, multi-role emergency response and biometric identification platform built for community animal welfare and stray management. Operating as a "112-for-dogs" system, the platform bridges cutting-edge artificial intelligence, distributed ledgers, enterprise analytics, and autonomous voice agents into a single unified workflow.

The core goal is to solve the fragmentation in animal rescue: pet owners lose dogs, street animal injuries go unreported, and cities lack real-time community health tracking. PawID & Care provides instant biometric triage, role-based portals for Owners, Rescuers, and Vets, and real-time emergency voice dispatching.


Demo

📹 Watch the Demo Video: https://youtu.be/_B-2dL2fDX4

PawID & Care Demo Video


Code

GitHub Repository: [https://github.com/GamersStop/paw-id-care]


bash
# Clone the repository
git clone [https://github.com/GamersStop/paw-id-care](https://github.com/GamersStop/paw-id-care)

# Install dependencies
npm install

# Start the server
npm start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)