Astro presentation

Last updated on

Astro - exciting web framework

npm create astro@latest

Ships no javascript by default

It’s not a SPA, every page is rendered on web server. Pure HTML pages are super fast and SEO friendly.

Easy to learn

Open framework

Astro is very open web framework, it supports several integrations, such as

Supports “Islands” web architecture

Built-in markdown support

Supports syntax highlighting. It can work well as a blog or documentation site.