Learn how to use Astro DB, a fully-managed SQL database designed exclusively for Astro.| Docs
You can use the Command-Line Interface (CLI) provided by Astro to develop, build, and preview your project from a terminal window.| Docs
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
Astro is designed to make it easy to deploy to any cloud provider for on-demand rendering, also known as server-side rendering (SSR). This ability is provided by adapters, which are integrations. See the on-demand rendering guide to learn how to use an existing adapter.| Docs
Learn how to use the @astrojs/cloudflare adapter to deploy your Astro project.| Docs
Add an RSS feed to your Astro site to let users subscribe to your content.| Docs
Astro 5.0 brings exciting new features like the Astro Content Layer for seamless content loading from any source, and Server Islands for effortlessly combining static and dynamic personalized content.| Astro
Learn how to use the @astrojs/sitemap integration in your Astro project.| Docs
Learn how to use the @astrojs/vercel SSR adapter to deploy your Astro project.| Docs
The following reference covers all supported configuration options in Astro. To learn more about configuring Astro, read our guide on Configuring Astro.| Docs
Astro Integrations add new functionality and behaviors for your project with only a few lines of code.| 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
Announcing experimental support for server-side rendering in Astro| Astro