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

# Starlette

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

## Published recipes

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