Find more in Corporate & Business

Medonix is a premium, production-ready template for healthcare SaaS products, medical platforms, AI-powered health tools, clinics, and telehealth startups. Built on Next.js 16, React 19, and TypeScript, it ships with 28 pre-built pages, an MDX-powered blog with category filtering, JSON-driven pricing plans with a working cart, and a fully editable content layer — no CMS or backend required.

It's styled with a hand-crafted CSS design system (no utility-framework lock-in) and a self-contained interaction layer. Every blog post is a Markdown/MDX file, and the pricing plans are plain JSON — so you can launch a real client site in hours without touching the component code.

Tech Stack

  • Next.js 16 — App Router, server components, all 30 routes prerendered to static HTML
  • React 19 — latest features; interactivity isolated to one client component
  • TypeScript — strict mode, fully typed
  • MDX — blog posts via next-mdx-remote (frontmatter parsed with gray-matter)
  • Hand-crafted CSS design system — colors, type scale, and spacing as CSS custom-property tokens in one :root block; re-theme everything in one place
  • Self-hosted fonts — Inter Tight & Lora served locally, no third-party font CDN
  • Zero backend lock-in — no CMS, no commerce backend; the cart persists in localStorage

Included Pages and Templates

  • Home — hero with demo popup, healthcare marquee, features, "Who we serve" with animated counters, scroll-driven steps, benefits, video showcase, pricing (Monthly/Yearly), FAQ, blog feed, CTA
  • About — story, animated counters, team, testimonial column parallax
  • Features — feature sections with embedded video and detail grids
  • Pricing — plan comparison with a Monthly/Yearly toggle
  • Contact — contact info and form
  • Careers — open positions listing
  • Blog — category-filterable listing (All / Medicine / Health / Data) plus 9 MDX posts with a detail template and Related Blogs section
  • Products — 2 pricing-plan pages (JSON-driven) with Monthly/Yearly variant pricing and add-to-cart
  • Commerce — cart modal, Checkout, PayPal Checkout, Order Confirmation (UI demo, no real payment)
  • Marketing & Utility — Download, Early Access, Changelog, Style Guide, License, 401 (password), 404

Easy Content Editing

No CMS needed — content lives in editable files you can change in any text editor:

  • Blog postssrc/content/blog/*.mdx (frontmatter + Markdown body). Add a file to publish a new post; the tabbed listing, detail page, and Related Blogs section pick it up automatically. The category field controls which tab it appears in.
  • Pricing planssrc/content/products.json (drives the product pages, variant pricing, and cart).
  • Theme — brand colors, fonts, type scale, and spacing are CSS custom properties at the top of public/assets/css/styles.css — change them once to re-skin the whole site.
  • Header & footer — shared components edited once in src/components/layout/ (including the cart modal and "Get a demo" popup).

Performance and SEO

  • Static-rendered pages out of the box (App Router) — all 30 routes prerendered, including every MDX post
  • Responsive imagery via native srcset
  • Self-hosted fonts and videos — no third-party CDN requests at runtime
  • Per-page titles, descriptions, and Open Graph metadata via the Next.js Metadata API (generateMetadata on dynamic routes)
  • Semantic HTML structure and clean, crawlable URLs

Deployment

One-click deploy to Vercel — build settings are auto-detected. Also runs on Netlify, AWS Amplify, Cloudflare Pages, or any Node 20+ host.

What You Get

  • Full Next.js 16 + TypeScript source code
  • 28 pre-built pages covering every template section
  • MDX content collection: 9 categorized blog posts, plus 2 JSON pricing plans
  • Self-contained HTML documentation
  • Comprehensive README with setup and editing guide
  • Friendly buyer support

Requirements

  • Node.js 20 or higher
  • Basic familiarity with the command line
  • A text editor (VS Code recommended)

Supported browsers

Chrome
Safari
Firefox
Edge
Opera