Astro

Content-focused web framework with islands architecture — ships zero JavaScript by default, integrates any UI framework.

TypeScript free Open Source web since 2021

Astro’s islands architecture renders pages as static HTML and hydrates only the interactive components that need JavaScript. It is framework-agnostic — you can mix React, Vue, Svelte, and Solid components in the same project. Content collections with typed schemas make it the ideal choice for documentation sites, blogs, and marketing pages.

// commonly used libraries

TypeScript-first schema declaration and validation — parse untrusted data and infer static …

validation 2020 open source

// tags

frontendstaticssrperformanceislandscontentmulti-framework
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub