A healthcare consulting platform built for med-vision.com on Astro SSR with a Node server and a MariaDB backend. Service pages, contact forms with SMTP email delivery, and an admin dashboard, all behind Cloudflare and deployed via git and pm2 for clean, repeatable releases.
Med-Vision is a healthcare consulting business with a website at med-vision.com. This project delivered the platform as an Astro SSR application, server-rendered from a Node process behind Cloudflare, with a MariaDB backend handling the dynamic data the site needs beyond static marketing pages. The goal was a fast, maintainable consulting site with real form handling and an admin layer, not just a brochure.
The front end is built as Astro pages and components, server-rendered so markup arrives crawlable and paints quickly. Service pages describe the consulting offering and act as the primary search and conversion surface, each shipping Schema.org structured data so the site enters search with a clean technical base. The Astro SSR layer talks to a MariaDB database, giving the platform a relational store for the data that drives forms, content, and the admin views.
Contact is a first-class feature. The site's contact forms write to the backend and dispatch email through SMTP delivery via smtp2go, so inquiries reach the team reliably rather than depending on a default mail server. Behind the public site sits an admin dashboard that gives the business a private view into submissions and the data the platform manages, keeping operations in one place instead of scattered across inboxes.
Deployment is built for maintainability. The application ships to its production server through git, and pm2 manages the Node SSR process so the service stays up and restarts cleanly on each release. The combination of a git-based deploy and a pm2-supervised runtime keeps updates repeatable and the platform stable, while Cloudflare fronts the site for delivery and protection.
med-vision.com is server-rendered from a Node process behind Cloudflare, so markup arrives fast and fully crawlable rather than rendered late on the client.
A MariaDB relational database backs the platform, storing the data that drives the contact forms, content, and the admin dashboard.
Contact form submissions are dispatched over SMTP through smtp2go, so inquiries reach the team reliably instead of depending on a default mail server.
A private admin dashboard gives the business a single view into form submissions and the platform data, keeping operations organized in one place.
Dedicated service pages present the healthcare consulting offering and act as the primary search and conversion surface for the site.
Pages ship Schema.org structured data so the consulting site enters search and AI engines with a clean, machine-readable technical base.
Visit the healthcare consulting platform at med-vision.com.