# Astro Boilerplate

import DocButton from '~/components/webkit/DocButton.vue';
import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from '~/components/webkit/Container.vue';

<SectionBasicContent
  description="The Astro Boilerplate provides a solid foundation for building fast, modern websites with minimal configuration. Designed to kickstart your next project, this starter comes pre-configured with performance best practices and a flexible project structure. It's a great starting point for static sites, landing pages, or any content-driven website."
  buttons={[
    { label: "Deploy template", link: "https://console.azion.com/create/astro/astro-boilerplate", outlined: false, icon: "ai ai-azion", iconPos: "left" },
    { label: "View demo", link: "https://oyemorqnmj.map.azionedge.net/", severity: "secondary" }
  ]}
>
  <Fragment slot="content">
    <div style="flex: 1; min-width: 300px;">
      | Item | Details |
      |:----------|:------|
      | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-audiophile) |
      | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
      | Use Case | Basic template for static websites |
    </div>
    <div style="display: flex; justify-content: center; align-items: center; flex: 1;">
      <img src="/assets/docs/images/uploads/template-showcase/astro/astro-boilerplate.png" width="400" alt="Astro Boilerplate" style="min-width: 100%; max-width: 100%; height: auto;" />
    </div>
  </Fragment>
</SectionBasicContent>

## About this template

This template is built with [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/), a framework optimized for content-driven websites that ship zero JavaScript by default. It provides a production-ready project structure so you can focus on building pages instead of configuring tooling. Deployed on Azion, the site is served via a distributed architecture for fast, globally distributed delivery.

## Key features

- Pre-configured Astro project following performance best practices.
- Static Site Generation (SSG) for fast, SEO-friendly pages.
- Zero JavaScript shipped to the client by default, with opt-in interactivity.
- One-click deployment to Azion's globally distributed global network.

For more information about deploying this template visit the [template guide](/en/documentation/products/guides/astro-boilerplate/).