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

# Gin

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

## Published recipes

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