Astro
Content-focused web framework with islands architecture — ships zero JavaScript by default, integrates any UI framework.
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
ZO
TypeScript-first schema declaration and validation — parse untrusted data and infer static …
validation
2020
open source
// tags
frontendstaticssrperformanceislandscontentmulti-framework