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

# NestJS

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

## Published recipes

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