Medonix is a healthcare SaaS AI theme built on Astro 7, generating 28 fully static pages per build.
Pages: home, about, features, pricing with 2 plan detail pages, blog with 9 MDX posts and tabbed category filtering, careers, contact, download, early access, cart-aware checkout, PayPal checkout, order confirmation, style guide, license, changelog, 401 and 404.
Zero framework JS — every page is a static Astro component; all interactivity (mobile nav, dropdown, tabs, FAQ accordion, scroll-reveal with animated counters, testimonial parallax, scroll-driven features section, demo popup) is one small vanilla script bundled by Astro.
Content collections — blog posts are MDX with zod-validated frontmatter; add a Markdown file and the tabbed listing and detail pages update automatically. Pricing plans live in one JSON file that drives the plan detail routes.
Working cart — localStorage persistence with Monthly/Yearly variant pills, a cart modal, cart-aware checkout, and order confirmation.
Design tokens — original hand-crafted CSS with custom-property tokens: brand colors, responsive type scale, spacing.
Self-hosted fonts — no CDN requests.
Deploy anywhere — pure static output, no adapter needed. Vercel, Netlify, and Cloudflare Pages auto-detect it.






