Astro
A website builder that lets you ship a fast marketing site with mostly plain files.
Like a tidy binder of pages you can print and hand out, Astro builds sites that are mostly static files, plain files a server can send as-is.
It is a good fit for a marketing site, docs, or a blog. In this course, the public website is built with Astro and deployed to Vercel, a hosting service, which means published to the web.
You write pages in Markdown, a simple text format for headings and links, and templates in .astro files. Astro can also include small interactive pieces when you need them.