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

# Axum

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

## Published recipes

- [Host rest api with Axum: Postgres-backed state](/recipes/rest-api/axum/persistent-state)
- [Host rest api with Axum: stored input and output artifacts](/recipes/rest-api/axum/artifact-storage)
- [Host rest api with Axum: streamed responses](/recipes/rest-api/axum/response-streaming)
- [Host rest api with Axum: worker execution and job state](/recipes/rest-api/axum/worker-state)
- [Host graphql api with Axum: Postgres-backed state](/recipes/graphql-api/axum/persistent-state)
- [Host graphql api with Axum: stored input and output artifacts](/recipes/graphql-api/axum/artifact-storage)
- [Host graphql api with Axum: streamed responses](/recipes/graphql-api/axum/response-streaming)
- [Host graphql api with Axum: worker execution and job state](/recipes/graphql-api/axum/worker-state)
- [Host mobile backend with Axum: Postgres-backed state](/recipes/mobile-backend/axum/persistent-state)
- [Host mobile backend with Axum: stored input and output artifacts](/recipes/mobile-backend/axum/artifact-storage)
- [Host mobile backend with Axum: streamed responses](/recipes/mobile-backend/axum/response-streaming)
- [Host mobile backend with Axum: worker execution and job state](/recipes/mobile-backend/axum/worker-state)
- [Host mcp server with Axum: Postgres-backed state](/recipes/mcp-server/axum/persistent-state)
- [Host mcp server with Axum: stored input and output artifacts](/recipes/mcp-server/axum/artifact-storage)
- [Host mcp server with Axum: streamed responses](/recipes/mcp-server/axum/response-streaming)
- [Host mcp server with Axum: worker execution and job state](/recipes/mcp-server/axum/worker-state)
- [Host ai chat application with Axum: Postgres-backed state](/recipes/ai-chat-application/axum/persistent-state)
- [Host ai chat application with Axum: stored input and output artifacts](/recipes/ai-chat-application/axum/artifact-storage)
- [Host ai chat application with Axum: streamed responses](/recipes/ai-chat-application/axum/response-streaming)
- [Host ai chat application with Axum: worker execution and job state](/recipes/ai-chat-application/axum/worker-state)
- [Host ai workflow runner with Axum: Postgres-backed state](/recipes/ai-workflow-runner/axum/persistent-state)
- [Host ai workflow runner with Axum: stored input and output artifacts](/recipes/ai-workflow-runner/axum/artifact-storage)
- [Host ai workflow runner with Axum: streamed responses](/recipes/ai-workflow-runner/axum/response-streaming)
- [Host ai workflow runner with Axum: worker execution and job state](/recipes/ai-workflow-runner/axum/worker-state)
- [Configure build and start for Axum](/guides/axum/build-and-start)
- [Connect Postgres for Axum](/guides/axum/database-connection)
- [Apply database schema changes for Axum](/guides/axum/schema-changes)
- [Configure S3-compatible access for Axum](/guides/axum/object-client)
- [Deliver public assets through CDN for Axum](/guides/axum/cdn-assets)
- [Configure environment and secrets for Axum](/guides/axum/configuration-secrets)
- [Enforce private-file authorization for Axum](/guides/axum/private-file-access)
- [Diagnose deployment failures for Axum](/guides/axum/deployment-diagnostics)
