Nuvora is a sustainable architecture & real-estate theme built on Astro 7 and MDX, generating 38 fully static pages per build.
Pages: home, about, contact, 5 MDX service pages, project list with 11 MDX case studies, blog with 6 MDX posts, pricing with per-plan product pages, cart-aware checkout, PayPal checkout, order confirmation, style guide, license, changelog, 401 and 404.
Zero framework JS — static Astro components everywhere, no hydration; all interactivity (scroll reveal, full-screen hamburger menu, testimonial tabs, slot-roll counters, image/video lightbox, blog category filter, custom checkboxes, autoplay video) is one small vanilla script bundled by Astro.
Content collections — blog, projects and services are MDX with zod-validated frontmatter; pricing plans are plain JSON, so launching a real site requires no component edits.
Working cart — localStorage persistence shared live between the static header badge, cart modal, cart-aware checkout and order confirmation.
Original design system — hand-crafted CSS, no utility framework to learn; re-theme from a single stylesheet.
Self-hosted fonts — Mona Sans and Instrument Serif, no CDN requests.
Deploy anywhere — pure static output, no adapter needed. Vercel, Netlify, and Cloudflare Pages auto-detect it.






