Everything you need to ship a polished site
A complete set of building blocks: content collections, i18n, SEO plumbing, and reusable components, all ready to be customized.
Content-driven by design
Every page pulls its body from an MDX file in src/content/. Schemas are enforced by Zod, so broken front matter surfaces at build time, not in production.
Multilingual out of the box
Suffix each content file with /<lang>.mdx and Astro generates the right URL. Swap the language toggle in the header to add more locales.
Drop-in components
Hero, CTA, pricing cards, callouts, feature grids: every component on this site is available from any MDX file. No import needed.
Ready to deploy
Ships with a Netlify adapter, automatic sitemap, _redirects and _headers files. Clone, push, done.