---
title: "Deploy AI app: deployment recipes"
description: "96 published deployment recipe(s) under Deploy AI app."
canonical_url: "https://ample.computer/discover/intent/deploy-ai-app"
last_updated: "2026-09-22"
---

# Deploy AI app

Canonical URL: https://ample.computer/discover/intent/deploy-ai-app
Node ID: `intent:deploy-ai-app` | Facet: intent | Published recipes below this node: 96

## Published recipes

- [Host ai chat application with Express: Postgres-backed state](/recipes/ai-chat-application/express/persistent-state)
- [Host ai chat application with Express: stored input and output artifacts](/recipes/ai-chat-application/express/artifact-storage)
- [Host ai chat application with Express: streamed responses](/recipes/ai-chat-application/express/response-streaming)
- [Host ai chat application with Express: worker execution and job state](/recipes/ai-chat-application/express/worker-state)
- [Host ai chat application with Fastify: Postgres-backed state](/recipes/ai-chat-application/fastify/persistent-state)
- [Host ai chat application with Fastify: stored input and output artifacts](/recipes/ai-chat-application/fastify/artifact-storage)
- [Host ai chat application with Fastify: streamed responses](/recipes/ai-chat-application/fastify/response-streaming)
- [Host ai chat application with Fastify: worker execution and job state](/recipes/ai-chat-application/fastify/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 chat application with Hono: Postgres-backed state](/recipes/ai-chat-application/hono/persistent-state)
- [Host ai chat application with Hono: stored input and output artifacts](/recipes/ai-chat-application/hono/artifact-storage)
- [Host ai chat application with Hono: streamed responses](/recipes/ai-chat-application/hono/response-streaming)
- [Host ai chat application with Hono: worker execution and job state](/recipes/ai-chat-application/hono/worker-state)
- [Host ai chat application with FastAPI: Postgres-backed state](/recipes/ai-chat-application/fastapi/persistent-state)
- [Host ai chat application with FastAPI: stored input and output artifacts](/recipes/ai-chat-application/fastapi/artifact-storage)
- [Host ai chat application with FastAPI: streamed responses](/recipes/ai-chat-application/fastapi/response-streaming)
- [Host ai chat application with FastAPI: worker execution and job state](/recipes/ai-chat-application/fastapi/worker-state)
- [Host ai chat application with Flask: Postgres-backed state](/recipes/ai-chat-application/flask/persistent-state)
- [Host ai chat application with Flask: stored input and output artifacts](/recipes/ai-chat-application/flask/artifact-storage)
- [Host ai chat application with Flask: streamed responses](/recipes/ai-chat-application/flask/response-streaming)
- [Host ai chat application with Flask: worker execution and job state](/recipes/ai-chat-application/flask/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 chat application with Gin: Postgres-backed state](/recipes/ai-chat-application/gin/persistent-state)
- [Host ai chat application with Gin: stored input and output artifacts](/recipes/ai-chat-application/gin/artifact-storage)
- [Host ai chat application with Gin: streamed responses](/recipes/ai-chat-application/gin/response-streaming)
- [Host ai chat application with Gin: worker execution and job state](/recipes/ai-chat-application/gin/worker-state)
- [Host ai chat application with Echo: Postgres-backed state](/recipes/ai-chat-application/echo/persistent-state)
- [Host ai chat application with Echo: stored input and output artifacts](/recipes/ai-chat-application/echo/artifact-storage)
- [Host ai chat application with Echo: streamed responses](/recipes/ai-chat-application/echo/response-streaming)
- [Host ai chat application with Echo: worker execution and job state](/recipes/ai-chat-application/echo/worker-state)
- [Host ai chat application with ASP.NET Core: Postgres-backed state](/recipes/ai-chat-application/asp-net-core/persistent-state)
- [Host ai chat application with ASP.NET Core: stored input and output artifacts](/recipes/ai-chat-application/asp-net-core/artifact-storage)
- [Host ai chat application with ASP.NET Core: streamed responses](/recipes/ai-chat-application/asp-net-core/response-streaming)
- [Host ai chat application with ASP.NET Core: worker execution and job state](/recipes/ai-chat-application/asp-net-core/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 chat application with Spring Boot: Postgres-backed state](/recipes/ai-chat-application/spring-boot/persistent-state)
- [Host ai chat application with Spring Boot: stored input and output artifacts](/recipes/ai-chat-application/spring-boot/artifact-storage)
- [Host ai chat application with Spring Boot: streamed responses](/recipes/ai-chat-application/spring-boot/response-streaming)
- [Host ai chat application with Spring Boot: worker execution and job state](/recipes/ai-chat-application/spring-boot/worker-state)
- [Host ai workflow runner with Express: Postgres-backed state](/recipes/ai-workflow-runner/express/persistent-state)
- [Host ai workflow runner with Express: stored input and output artifacts](/recipes/ai-workflow-runner/express/artifact-storage)
- [Host ai workflow runner with Express: streamed responses](/recipes/ai-workflow-runner/express/response-streaming)
- [Host ai workflow runner with Express: worker execution and job state](/recipes/ai-workflow-runner/express/worker-state)
- [Host ai workflow runner with Fastify: Postgres-backed state](/recipes/ai-workflow-runner/fastify/persistent-state)
- [Host ai workflow runner with Fastify: stored input and output artifacts](/recipes/ai-workflow-runner/fastify/artifact-storage)
- [Host ai workflow runner with Fastify: streamed responses](/recipes/ai-workflow-runner/fastify/response-streaming)
- [Host ai workflow runner with Fastify: worker execution and job state](/recipes/ai-workflow-runner/fastify/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)
- [Host ai workflow runner with Hono: Postgres-backed state](/recipes/ai-workflow-runner/hono/persistent-state)
- [Host ai workflow runner with Hono: stored input and output artifacts](/recipes/ai-workflow-runner/hono/artifact-storage)
- [Host ai workflow runner with Hono: streamed responses](/recipes/ai-workflow-runner/hono/response-streaming)
- [Host ai workflow runner with Hono: worker execution and job state](/recipes/ai-workflow-runner/hono/worker-state)
- [Host ai workflow runner with FastAPI: Postgres-backed state](/recipes/ai-workflow-runner/fastapi/persistent-state)
- [Host ai workflow runner with FastAPI: stored input and output artifacts](/recipes/ai-workflow-runner/fastapi/artifact-storage)
- [Host ai workflow runner with FastAPI: streamed responses](/recipes/ai-workflow-runner/fastapi/response-streaming)
- [Host ai workflow runner with FastAPI: worker execution and job state](/recipes/ai-workflow-runner/fastapi/worker-state)
- [Host ai workflow runner with Flask: Postgres-backed state](/recipes/ai-workflow-runner/flask/persistent-state)
- [Host ai workflow runner with Flask: stored input and output artifacts](/recipes/ai-workflow-runner/flask/artifact-storage)
- [Host ai workflow runner with Flask: streamed responses](/recipes/ai-workflow-runner/flask/response-streaming)
- [Host ai workflow runner with Flask: worker execution and job state](/recipes/ai-workflow-runner/flask/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)
- [Host ai workflow runner with Gin: Postgres-backed state](/recipes/ai-workflow-runner/gin/persistent-state)
- [Host ai workflow runner with Gin: stored input and output artifacts](/recipes/ai-workflow-runner/gin/artifact-storage)
- [Host ai workflow runner with Gin: streamed responses](/recipes/ai-workflow-runner/gin/response-streaming)
- [Host ai workflow runner with Gin: worker execution and job state](/recipes/ai-workflow-runner/gin/worker-state)
- [Host ai workflow runner with Echo: Postgres-backed state](/recipes/ai-workflow-runner/echo/persistent-state)
- [Host ai workflow runner with Echo: stored input and output artifacts](/recipes/ai-workflow-runner/echo/artifact-storage)
- [Host ai workflow runner with Echo: streamed responses](/recipes/ai-workflow-runner/echo/response-streaming)
- [Host ai workflow runner with Echo: worker execution and job state](/recipes/ai-workflow-runner/echo/worker-state)
- [Host ai workflow runner with ASP.NET Core: Postgres-backed state](/recipes/ai-workflow-runner/asp-net-core/persistent-state)
- [Host ai workflow runner with ASP.NET Core: stored input and output artifacts](/recipes/ai-workflow-runner/asp-net-core/artifact-storage)
- [Host ai workflow runner with ASP.NET Core: streamed responses](/recipes/ai-workflow-runner/asp-net-core/response-streaming)
- [Host ai workflow runner with ASP.NET Core: worker execution and job state](/recipes/ai-workflow-runner/asp-net-core/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)
- [Host ai workflow runner with Spring Boot: Postgres-backed state](/recipes/ai-workflow-runner/spring-boot/persistent-state)
- [Host ai workflow runner with Spring Boot: stored input and output artifacts](/recipes/ai-workflow-runner/spring-boot/artifact-storage)
- [Host ai workflow runner with Spring Boot: streamed responses](/recipes/ai-workflow-runner/spring-boot/response-streaming)
- [Host ai workflow runner with Spring Boot: worker execution and job state](/recipes/ai-workflow-runner/spring-boot/worker-state)
