Share your Replit Apps with the world in just a few clicks.
Replit Deployments lets you publish your Replit App to the cloud using a simplified process.
Replit Deployments is a feature that saves a snapshot of your Replit App to the cloud, where it everyone can interact with it. A snapshot captures the current state of the files in your Replit App.
When you deploy your Replit App, you create a deployment. A deployment is a running instance of your app on Replit’s cloud infrastructure. This makes the app reliably available on the internet, separate from the version in your workspace.
Replit’s infrastructure is backed by Google Cloud Platform (GCP). All deployments are hosted in the United States.
Replit Deployments includes tools to monitor your deployment status and view web analytics.
Replit offers the following deployment types:
Automatically adjusts resources based on your app’s usage.
Provides an affordable way to host websites that don’t change based on user input.
Provides a consistent amount of computing resources for your app to run continuously.
Runs your app at scheduled times that you choose.
Follow the steps below to deploy your Replit App:
Replit automatically selects the best deployment option for your app based on the project type and your needs.
However, to choose a different deployment type, consider the following information.
Choose the right deployment option for your app
The following video explains how to choose the right deployment option for your app:
Use the following decision tree featured in the video to help you choose:
Deployments offer the following convenient features:
When you deploy your Replit App, Replit creates a snapshot of your app’s files and dependencies. This snapshot is then sent to Replit’s cloud infrastructure, where it runs as a separate instance of your app. To update your deployment with the latest changes, deploy again to create a fresh snapshot.
Avoid saving and relying on data written to a deployed app’s filesystem. To store data, use a storage or database option such as Replit’s Storage and Database offerings.
The following examples show different types of Replit Deployments.
Let the cloud scale up resources when users take typing tests and reduce them when not in use.
Learn about the planets in a solar system visualization app on the web. This visualization renders in the browser and doesn’t transfer any user input to a server.
Run a Discord bot that helps you moderate and onboard members. It’s always online to chat with users and respond to commands with predictable pricing and performance.
Schedule API calls to start and stop your smart home devices at specific times and days.
To learn more about Replit Deployments, see the following resources: