Skip to content

Deployment

LaunchFa.st can be deployed literally anywhere. Following are the outputs of LaunchFa.st project configurable via .env to suit your ideal environment:

  • Every server that supports sending responses over Express.js/Node.js framework can be used to launch with LaunchFa.st - To use this, set the DEPLOYMENT_PLATFORM environment variable to node in the environment or the .env file. Run pnpm build && pnpm preview to launch it!

  • 0-config Vercel Deployments - This is by default, just go ahead and deploy with Vercel! Execute: vercel deploy --prod and launch!

  • Configure Netlify Deployments with just an environment variable - To use this integration, set the DEPLOYMENT_PLATFORM environment variable to netlify in the hosting provider’s environment or in the .env file. Execute: pnpm build && netlify build && netlify deploy --prod and launch!

  • Configure Fly.io Deployments with just an environment variable - To use this integration, set the DEPLOYMENT_PLATFORM environment variable to fly in the hosting provider’s environment or in the .env file. Execute: fly launch && fly deploy and launch!