Astro preview
astro

Astro

Website build tool for content-driven sites

58.5k|stable|astro@6.1.7
Islands architecture — Load interactive components only when needed to minimize JavaScript.
Multi-framework support — Use React, Vue, Svelte, Solid, and other frameworks in the same project.
Static site generation — Generate optimized HTML at build time for fast delivery.
Content collections — Organize and type-check Markdown, JSON, and other content formats.
Hybrid rendering — Mix static and server-rendered pages in a single project.
Astro is a full-featured web framework that generates minimal JavaScript by default, making sites fast out of the box. It excels at content-heavy sites and supports hybrid rendering with multiple UI frameworks. The ecosystem includes official integrations for hosting platforms, database, RSS, and dev tooling.
Node 18+
Source on GitHub
pavilion