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

# SvelteKit

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

## Published recipes

- [Host company website with SvelteKit: public-site delivery](/recipes/company-website/sveltekit/public-site)
- [Host company website with SvelteKit: Postgres-backed content](/recipes/company-website/sveltekit/relational-content)
- [Host company website with SvelteKit: object-stored public media](/recipes/company-website/sveltekit/public-media)
- [Host company website with SvelteKit: bulk content imports](/recipes/company-website/sveltekit/content-imports)
- [Host documentation site with SvelteKit: public-site delivery](/recipes/documentation-site/sveltekit/public-site)
- [Host documentation site with SvelteKit: Postgres-backed content](/recipes/documentation-site/sveltekit/relational-content)
- [Host documentation site with SvelteKit: object-stored public media](/recipes/documentation-site/sveltekit/public-media)
- [Host documentation site with SvelteKit: bulk content imports](/recipes/documentation-site/sveltekit/content-imports)
- [Host blog with SvelteKit: public-site delivery](/recipes/blog/sveltekit/public-site)
- [Host blog with SvelteKit: Postgres-backed content](/recipes/blog/sveltekit/relational-content)
- [Host blog with SvelteKit: object-stored public media](/recipes/blog/sveltekit/public-media)
- [Host blog with SvelteKit: bulk content imports](/recipes/blog/sveltekit/content-imports)
- [Host campaign site with SvelteKit: public-site delivery](/recipes/campaign-site/sveltekit/public-site)
- [Host campaign site with SvelteKit: Postgres-backed content](/recipes/campaign-site/sveltekit/relational-content)
- [Host campaign site with SvelteKit: object-stored public media](/recipes/campaign-site/sveltekit/public-media)
- [Host campaign site with SvelteKit: bulk content imports](/recipes/campaign-site/sveltekit/content-imports)
- [Host knowledge base with SvelteKit: public-site delivery](/recipes/knowledge-base/sveltekit/public-site)
- [Host knowledge base with SvelteKit: Postgres-backed content](/recipes/knowledge-base/sveltekit/relational-content)
- [Host knowledge base with SvelteKit: object-stored public media](/recipes/knowledge-base/sveltekit/public-media)
- [Host knowledge base with SvelteKit: bulk content imports](/recipes/knowledge-base/sveltekit/content-imports)
- [Host public directory with SvelteKit: public-site delivery](/recipes/public-directory/sveltekit/public-site)
- [Host public directory with SvelteKit: Postgres-backed content](/recipes/public-directory/sveltekit/relational-content)
- [Host public directory with SvelteKit: object-stored public media](/recipes/public-directory/sveltekit/public-media)
- [Host public directory with SvelteKit: bulk content imports](/recipes/public-directory/sveltekit/content-imports)
- [Host product catalog with SvelteKit: relational catalog data](/recipes/product-catalog/sveltekit/relational-catalog)
- [Host product catalog with SvelteKit: public product media](/recipes/product-catalog/sveltekit/product-media)
- [Host product catalog with SvelteKit: inventory imports](/recipes/product-catalog/sveltekit/inventory-imports)
- [Host product catalog with SvelteKit: authorized file delivery](/recipes/product-catalog/sveltekit/download-delivery)
- [Host storefront with SvelteKit: relational catalog data](/recipes/storefront/sveltekit/relational-catalog)
- [Host storefront with SvelteKit: public product media](/recipes/storefront/sveltekit/product-media)
- [Host storefront with SvelteKit: inventory imports](/recipes/storefront/sveltekit/inventory-imports)
- [Host storefront with SvelteKit: authorized file delivery](/recipes/storefront/sveltekit/download-delivery)
- [Host marketplace with SvelteKit: relational catalog data](/recipes/marketplace/sveltekit/relational-catalog)
- [Host marketplace with SvelteKit: public product media](/recipes/marketplace/sveltekit/product-media)
- [Host marketplace with SvelteKit: inventory imports](/recipes/marketplace/sveltekit/inventory-imports)
- [Host marketplace with SvelteKit: authorized file delivery](/recipes/marketplace/sveltekit/download-delivery)
- [Host digital downloads with SvelteKit: relational catalog data](/recipes/digital-downloads/sveltekit/relational-catalog)
- [Host digital downloads with SvelteKit: public product media](/recipes/digital-downloads/sveltekit/product-media)
- [Host digital downloads with SvelteKit: inventory imports](/recipes/digital-downloads/sveltekit/inventory-imports)
- [Host digital downloads with SvelteKit: authorized file delivery](/recipes/digital-downloads/sveltekit/download-delivery)
- [Host subscription content with SvelteKit: relational catalog data](/recipes/subscription-content/sveltekit/relational-catalog)
- [Host subscription content with SvelteKit: public product media](/recipes/subscription-content/sveltekit/product-media)
- [Host subscription content with SvelteKit: inventory imports](/recipes/subscription-content/sveltekit/inventory-imports)
- [Host subscription content with SvelteKit: authorized file delivery](/recipes/subscription-content/sveltekit/download-delivery)
- [Host order tracking with SvelteKit: relational catalog data](/recipes/order-tracking/sveltekit/relational-catalog)
- [Host order tracking with SvelteKit: public product media](/recipes/order-tracking/sveltekit/product-media)
- [Host order tracking with SvelteKit: inventory imports](/recipes/order-tracking/sveltekit/inventory-imports)
- [Host order tracking with SvelteKit: authorized file delivery](/recipes/order-tracking/sveltekit/download-delivery)
- [Host client portal with SvelteKit: tenant-scoped workspaces](/recipes/client-portal/sveltekit/tenant-workspaces)
- [Host client portal with SvelteKit: private documents](/recipes/client-portal/sveltekit/private-documents)
- [Host client portal with SvelteKit: public profile assets](/recipes/client-portal/sveltekit/public-profiles)
- [Host client portal with SvelteKit: application activity history](/recipes/client-portal/sveltekit/activity-history)
- [Host partner portal with SvelteKit: tenant-scoped workspaces](/recipes/partner-portal/sveltekit/tenant-workspaces)
- [Host partner portal with SvelteKit: private documents](/recipes/partner-portal/sveltekit/private-documents)
- [Host partner portal with SvelteKit: public profile assets](/recipes/partner-portal/sveltekit/public-profiles)
- [Host partner portal with SvelteKit: application activity history](/recipes/partner-portal/sveltekit/activity-history)
- [Host vendor portal with SvelteKit: tenant-scoped workspaces](/recipes/vendor-portal/sveltekit/tenant-workspaces)
- [Host vendor portal with SvelteKit: private documents](/recipes/vendor-portal/sveltekit/private-documents)
- [Host vendor portal with SvelteKit: public profile assets](/recipes/vendor-portal/sveltekit/public-profiles)
- [Host vendor portal with SvelteKit: application activity history](/recipes/vendor-portal/sveltekit/activity-history)
- [Host member portal with SvelteKit: tenant-scoped workspaces](/recipes/member-portal/sveltekit/tenant-workspaces)
- [Host member portal with SvelteKit: private documents](/recipes/member-portal/sveltekit/private-documents)
- [Host member portal with SvelteKit: public profile assets](/recipes/member-portal/sveltekit/public-profiles)
- [Host member portal with SvelteKit: application activity history](/recipes/member-portal/sveltekit/activity-history)
- [Host community forum with SvelteKit: tenant-scoped workspaces](/recipes/community-forum/sveltekit/tenant-workspaces)
- [Host community forum with SvelteKit: private documents](/recipes/community-forum/sveltekit/private-documents)
- [Host community forum with SvelteKit: public profile assets](/recipes/community-forum/sveltekit/public-profiles)
- [Host community forum with SvelteKit: application activity history](/recipes/community-forum/sveltekit/activity-history)
- [Host admin dashboard with SvelteKit: tenant-scoped workspaces](/recipes/admin-dashboard/sveltekit/tenant-workspaces)
- [Host admin dashboard with SvelteKit: private documents](/recipes/admin-dashboard/sveltekit/private-documents)
- [Host admin dashboard with SvelteKit: public profile assets](/recipes/admin-dashboard/sveltekit/public-profiles)
- [Host admin dashboard with SvelteKit: application activity history](/recipes/admin-dashboard/sveltekit/activity-history)
- [Host appointment booking with SvelteKit: relational workflow state](/recipes/appointment-booking/sveltekit/relational-workflow)
- [Host appointment booking with SvelteKit: file attachments](/recipes/appointment-booking/sveltekit/attachments)
- [Host appointment booking with SvelteKit: structured data imports](/recipes/appointment-booking/sveltekit/data-imports)
- [Host appointment booking with SvelteKit: data exports](/recipes/appointment-booking/sveltekit/data-exports)
- [Host event registration with SvelteKit: relational workflow state](/recipes/event-registration/sveltekit/relational-workflow)
- [Host event registration with SvelteKit: file attachments](/recipes/event-registration/sveltekit/attachments)
- [Host event registration with SvelteKit: structured data imports](/recipes/event-registration/sveltekit/data-imports)
- [Host event registration with SvelteKit: data exports](/recipes/event-registration/sveltekit/data-exports)
- [Host form collection with SvelteKit: relational workflow state](/recipes/form-collection/sveltekit/relational-workflow)
- [Host form collection with SvelteKit: file attachments](/recipes/form-collection/sveltekit/attachments)
- [Host form collection with SvelteKit: structured data imports](/recipes/form-collection/sveltekit/data-imports)
- [Host form collection with SvelteKit: data exports](/recipes/form-collection/sveltekit/data-exports)
- [Host csv import tool with SvelteKit: relational workflow state](/recipes/csv-import-tool/sveltekit/relational-workflow)
- [Host csv import tool with SvelteKit: file attachments](/recipes/csv-import-tool/sveltekit/attachments)
- [Host csv import tool with SvelteKit: structured data imports](/recipes/csv-import-tool/sveltekit/data-imports)
- [Host csv import tool with SvelteKit: data exports](/recipes/csv-import-tool/sveltekit/data-exports)
- [Host reporting dashboard with SvelteKit: relational workflow state](/recipes/reporting-dashboard/sveltekit/relational-workflow)
- [Host reporting dashboard with SvelteKit: file attachments](/recipes/reporting-dashboard/sveltekit/attachments)
- [Host reporting dashboard with SvelteKit: structured data imports](/recipes/reporting-dashboard/sveltekit/data-imports)
- [Host reporting dashboard with SvelteKit: data exports](/recipes/reporting-dashboard/sveltekit/data-exports)
- [Host asset library with SvelteKit: relational workflow state](/recipes/asset-library/sveltekit/relational-workflow)
- [Host asset library with SvelteKit: file attachments](/recipes/asset-library/sveltekit/attachments)
- [Host asset library with SvelteKit: structured data imports](/recipes/asset-library/sveltekit/data-imports)
- [Host asset library with SvelteKit: data exports](/recipes/asset-library/sveltekit/data-exports)
- [Configure build and start for SvelteKit](/guides/sveltekit/build-and-start)
- [Connect Postgres for SvelteKit](/guides/sveltekit/database-connection)
- [Apply database schema changes for SvelteKit](/guides/sveltekit/schema-changes)
- [Configure S3-compatible access for SvelteKit](/guides/sveltekit/object-client)
