Astro is a modern web framework designed specifically for content-driven sites such as blogs, documentation, and educational websites.
Why Astro?
- Islands architecture — only sends JavaScript for components that are truly interactive.
- Content Collections — manages articles and structured data with type validation.
- Flexible — you can combine React, Vue, and Svelte in a single project.
It is an excellent choice for sites like glossary pages, where most content is static and high performance is needed for SEO.