Own project
Pet Vet Health Care System
Pet healthcare platform with online vet consultations, appointment booking, AI-powered guidance and breed recognition — Blazor Hybrid across MAUI and WASM.
Pet owners miss vaccinations, guess at symptoms, and put off clinic visits. This platform — my final-year project at COMSATS University — puts a vet in reach from a phone or a browser: online consultations, appointment booking, AI-assisted guidance, and reminders that actually arrive.
Solution & architecture
The system is built on Blazor Hybrid, with one shared UI running both as a .NET MAUI mobile app and as Blazor WebAssembly in the browser — the same components, two platforms. SQL Server holds the data; Tailwind CSS styles the shared UI.
Real-time features run over SignalR, and Firebase push notifications plus SMS handle appointment and care reminders. An AI/ML layer provides guidance and recognizes breeds from photos.
Key technical decisions
- One UI for web and mobile. Blazor Hybrid means the consultation and booking flows were written once and shipped to both MAUI and WASM — the practical answer to a small team needing two platforms.
- Reminders through channels people actually see. Push and SMS delivery — a reminder system is only as good as its arrival.
- AI as a feature, not the product. Breed recognition and guidance are injected capabilities inside a conventional, testable application architecture.
Outcome
A working end-to-end healthcare platform spanning web and mobile from one codebase — the same Blazor Hybrid architecture I use in client work.