---
title: "Astro: deployment recipes"
description: "31 published deployment recipe(s) under Astro."
canonical_url: "https://ample.computer/discover/stack/framework-astro"
last_updated: "2026-09-22"
---

# Astro

Canonical URL: https://ample.computer/discover/stack/framework-astro
Node ID: `stack:framework-astro` | Facet: stack | Published recipes below this node: 31

## Published recipes

- [Host company website with Astro: public-site delivery](/recipes/company-website/astro/public-site)
- [Host company website with Astro: Postgres-backed content](/recipes/company-website/astro/relational-content)
- [Host company website with Astro: object-stored public media](/recipes/company-website/astro/public-media)
- [Host company website with Astro: bulk content imports](/recipes/company-website/astro/content-imports)
- [Host documentation site with Astro: public-site delivery](/recipes/documentation-site/astro/public-site)
- [Host documentation site with Astro: Postgres-backed content](/recipes/documentation-site/astro/relational-content)
- [Host documentation site with Astro: object-stored public media](/recipes/documentation-site/astro/public-media)
- [Host documentation site with Astro: bulk content imports](/recipes/documentation-site/astro/content-imports)
- [Host blog with Astro: public-site delivery](/recipes/blog/astro/public-site)
- [Host blog with Astro: Postgres-backed content](/recipes/blog/astro/relational-content)
- [Host blog with Astro: object-stored public media](/recipes/blog/astro/public-media)
- [Host blog with Astro: bulk content imports](/recipes/blog/astro/content-imports)
- [Host campaign site with Astro: public-site delivery](/recipes/campaign-site/astro/public-site)
- [Host campaign site with Astro: Postgres-backed content](/recipes/campaign-site/astro/relational-content)
- [Host campaign site with Astro: object-stored public media](/recipes/campaign-site/astro/public-media)
- [Host campaign site with Astro: bulk content imports](/recipes/campaign-site/astro/content-imports)
- [Host knowledge base with Astro: public-site delivery](/recipes/knowledge-base/astro/public-site)
- [Host knowledge base with Astro: Postgres-backed content](/recipes/knowledge-base/astro/relational-content)
- [Host knowledge base with Astro: object-stored public media](/recipes/knowledge-base/astro/public-media)
- [Host knowledge base with Astro: bulk content imports](/recipes/knowledge-base/astro/content-imports)
- [Host public directory with Astro: public-site delivery](/recipes/public-directory/astro/public-site)
- [Host public directory with Astro: Postgres-backed content](/recipes/public-directory/astro/relational-content)
- [Host public directory with Astro: object-stored public media](/recipes/public-directory/astro/public-media)
- [Host public directory with Astro: bulk content imports](/recipes/public-directory/astro/content-imports)
- [Configure build and start for Astro](/guides/astro/build-and-start)
- [Connect Postgres for Astro](/guides/astro/database-connection)
- [Apply database schema changes for Astro](/guides/astro/schema-changes)
- [Configure S3-compatible access for Astro](/guides/astro/object-client)
- [Deliver public assets through CDN for Astro](/guides/astro/cdn-assets)
- [Configure environment and secrets for Astro](/guides/astro/configuration-secrets)
- [Enforce private-file authorization for Astro](/guides/astro/private-file-access)
