What do HTML, GraphQL, and RSC have in common?| overreacted.io
Combine high performance static HTML with dynamic server-rendered content.| Docs
Astro is the web framework for building content-driven websites like blogs, marketing, and e-commerce. Learn why Astro might be a good choice for your next website.| Docs
How to add client-side interactivity to Astro components using native browser JavaScript APIs.| Docs
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.| Deno
Learn how to use the @astrojs/markdoc integration in your Astro project.| Docs
Learn how to style components in Astro with scoped styles, external CSS, and tooling like Sass and PostCSS.| Docs
When rendering a page, Astro provides a runtime API specific to the current render. This includes useful information such as the current page URL as well as APIs to perform actions like redirecting to another page.| Docs