If you need more control when running Astro, the "astro" package exports APIs to programmatically run the CLI commands.| Docs
Archived guide documenting changes between pre-v1 versions of 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
Astro 5.5 dives deep with better support for diagramming tools, improved Markdown compatibility, and type-safe sessions!| Astro
Learn how to use the @astrojs/cloudflare adapter to deploy your Astro project.| Docs
Generate server-rendered pages and routes on demand with an adapter.| Docs
Astro 4.9 is now available! This release includes the long-awaited Container API, stabilized experimental features, and more.| Astro
Astro 4.8 is here! This release includes experimental support for Astro actions and request rewriting, performance improvements, and more.| Astro
Astro 4.3 is out now! This release includes support for domain routing in i18n, better support for relative images in Markdown, a new `ComponentProps` type export, and more.| Astro
Astro 4.2 is out now! This release includes two new experimental features to try out, improvements to accessibility rules, and more.| Astro
Learn how to use the @astrojs/sitemap integration in your Astro project.| Docs
Learn how to use environment variables in an Astro project.| Docs
Learn how to use Astro’s i18n routing features to localize your site’s pages.| Docs
Learn how to use the @astrojs/vercel SSR adapter to deploy your Astro project.| Docs
astro:assets was designed to make it easy for any image optimization service to build a service on top of 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
New in Astro 2.0: Hybrid rendering unlocks the best of both worlds—choose between the performance of static pages or the full flexibility of server rendering for each page of your website.| Astro