All projects
06 Live 2026

MetaMed — Custom Medical Website (Umbraco + Razor)

A custom-made website for a diabetes and obesity clinic — Umbraco CMS, a hand-written Razor front-end, plus booking and teleconsultations.

MedicalCMSWebsite

Context

The clinic needed a new site built as genuinely custom-made — no purchased theme — written from scratch, fully owned by them, and verifiable as original work. That constraint shaped every decision: own code, a real development history, and every requirement in the spec mapped to evidence.

What I built

  • A Razor front-end written entirely from scratch on top of Umbraco CMS core — no third-party theme — with a custom content model (specialities, doctors, articles, FAQs, testimonials) that the clinic staff administer themselves.
  • A custom booking and teleconsultation module in ASP.NET Core + EF Core: service → doctor → slot → payment → confirmation, with double booking made impossible and telemedicine consent recorded as evidence.
  • A full migration off WordPress preserving the indexed URL structure — 55 pages and articles moved without losing search positions.

Technical highlights

Custom-made, not a theme

Umbraco CMS core + hand-written Razor on SQL Server 2022 — a contractual requirement, not a preference: the deliverable had to be original code, not a configured theme.

Booking and payments

a custom ASP.NET Core + EF Core module, Stripe payments, video for teleconsultations, and a polymorphic order aggregate ready to extend.

Romanian compliance

UBL e-invoicing validated against RO_CIUS, GDPR for health data, a cookie banner and double opt-in newsletter.

One backend, two clients

the mobile app is a PWA over the same backend — installable, no store, no second codebase.

All projects