---
title: "Deployment"
description: "Where all can you deploy web sites and web apps built with LaunchFast starter kits?"
source: "https://www.launchfa.st/documentation/deployment"
---

> **Site index for agents**
> Fetch https://www.launchfa.st/llms.txt to discover every page on this site.
> Every page is also available as Markdown by appending `.md` to its URL.

import { Steps } from '@astrojs/starlight/components'

LaunchFast can be deployed literally anywhere. Every server that supports sending responses over **Express.js/Node.js** framework or on an **Edge Runtime** can be used to deploy LaunchFast starter kit.

<li> [Deploy to AWS Amplify](/documentation/deployment/aws-amplify/) </li>
<li> [Deploy to Cloudflare Workers](/documentation/deployment/cloudflare/) </li>
<li> [Deploy to Fly.io](/documentation/deployment/fly/) </li>
<li> [Deploy to Netlify](/documentation/deployment/netlify/) </li>
<li> [Deploy to Vercel](/documentation/deployment/vercel/) </li>
