A calm pet-care helper for worried owners. Find nearby vet routes, log walks and potty breaks, and track vaccinations, deworming, and meds — all in one place. No account required. Your data stays on your device.
PawGuide is a guidance tool, not a veterinarian. In an emergency, call your vet or an animal hospital.
- Vet routes (live) — uses your device location to find real veterinary clinics and hospitals near you from OpenStreetMap (no API key, no account), then opens turn-by-turn directions in your maps app. If location is denied or the map service is offline, it falls back to curated sample clinics for your region so the feature never breaks.
- Walk & potty log — track walks, pee/poop breaks, duration, and stool notes to spot behavior changes over time.
- Care reminders — set vaccination, deworming, and medication reminders that live locally on your device.
- Installable & offline — ships as a PWA with a manifest + service worker, so it can be installed to your home screen and still opens without a connection.
- React 18 + TypeScript
- Vite 6
- Tailwind CSS 3
- lucide-react icons
- OpenStreetMap Overpass API for vet discovery
- PWA: web manifest + service worker
npm install
npm run dev # start the dev server
npm run build # type-check + production build into dist/
npm run preview # preview the production buildDeployed with GitHub Pages: https://antorm1.github.io/pawguide
MIT — see LICENSE.