All projects
Visit site
Everden
An AI-powered pet care and health app — daily tracking, vet records and source-grounded guidance.
- Java
- Azure
- iOS 17
- SwiftUI
- watchOS
- Python
- RAG
Everden has three parts: a Java gateway and services running on Azure, an iOS 17 app with Apple Watch and widget support, and a Python RAG pipeline that indexes veterinary sources.
The key architectural decision: the app never calls model APIs directly. Every request goes through the gateway — this keeps API keys out of the mobile binary and keeps rate limiting on the server side.
Both sides have CI, and the infrastructure is defined as code with Azure Bicep.