# Astro Audiophile

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 Audiophile template is a ready-to-deploy e-commerce demo built with the Astro framework. It ships with a polished storefront for audio gear, including product listings, a shopping cart, and a checkout flow. Although styled as an audio store, every component can be customized to sell any kind of product."
  buttons={[
    { label: "Deploy template", link: "https://console.azion.com/create/azion-community/astro-audiophile", outlined: false, icon: "ai ai-azion", iconPos: "left" },
    { label: "View demo", link: "https://ceje7vy122.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 | E-commerce |
    </div>
    <div style="display: flex; justify-content: center; align-items: center; flex: 1;">
      <img src="/assets/docs/images/uploads/template-showcase/astro/astro-audiophile.png" width="400" alt="Astro Audiophile" style="min-width: 100%; max-width: 100%; height: auto;" />
    </div>
  </Fragment>
</SectionBasicContent>

## About this template

This template is an online store built with [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/), a framework optimized for content-driven sites that ship zero JavaScript by default. It comes with a complete catalog layout, product detail pages, and an interactive cart, so you can launch a storefront without building the commerce flow from scratch. Running on Azion, the store is served via a distributed architecture for low-latency shopping anywhere in the world.

## Key features

- Audio-themed storefront with product listings, detail pages, and a shopping cart.
- Reusable, fully customizable components for adapting the catalog to any product line.
- Static Site Generation (SSG) for fast page loads and strong SEO.
- 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-ecommerce-collection/).