1The challengeHippolife comes from a concrete problem: people who own one or two horses keep the dates that matter — vaccinations, shoeing, deworming, check-ups, document expiry — scattered across phone reminders, chats with the vet and sheets pinned up in the tack room. Existing software was built for stables and professionals: complex, desk-bound systems, oversized for a private owner. The challenge was not only designing the right app, but covering the whole chain: a product usable one-handed at the stable, where signal is often missing; a public website able to rank in an international market; and a native app capable of passing Apple review, with sign-in, subscriptions and privacy compliance in place.
1/3
2The solutionWe wrote the product brief first — vision, target user, phases, definition of “done” — and the code second. The result is a React 18 web app in strict TypeScript with an Express and PostgreSQL backend, an internal design system, mobile-first and dark mode from day one. The features that matter are deterministic by choice: the 0–100 Health Index is computed with transparent rules and always shows the reason behind every change, recurring due dates reschedule themselves when you log the event that closes them, and the digital passport with QR opens a revocable public page. The site speaks Italian, English and Spanish with localized URLs and hreflang, and the server serves real static HTML to crawlers that do not run JavaScript — so the pages stay readable and quotable by generative engines too. The iOS and iPadOS app is built with Capacitor reusing 100% of the code: native Apple and Google sign-in, StoreKit subscriptions validated server-side, push notifications, a privacy manifest and offline support for both reading and writing.
2/3
3The resultsHippolife is live: hippolife.eu in three languages and the “Hippolife — Gestione del cavallo” app published on the App Store, on a freemium model (one horse free, unlimited horses and the clinical report on Premium). More than twenty modules run inside the app: a clinical record with over fifteen event types, recurring due dates, expenses with charts, a daily diary, feeding, documents, team tasks, permission-based sharing, global search, an emergency button and a PDF report for the vet. One fair caveat: it is a young product and we do not publish download figures that would mean little today. What this case proves is the chain, not the traction: idea, design, code, infrastructure, store release and organic positioning handled by the same team. It is exactly the path we can run on a client's product.
3/3