Skip to main content
Private published apps add authentication to your Replit Apps without requiring any code changes. When enabled, Replit restricts access to your app using a Replit login screen. Only logged in members of your Organization that have access can use the site.
Private Deployments are available only to Teams subscribers. Your Replit App must be in a Team workspace to use Private Deployments.
Restricted app access is useful for project types including the following:
  • Internal tools
  • Apps in the beta testing phase
  • Apps that access sensitive information
screenshot of a Private Deployment login page

Login page for Private Deployments

Features

Private published apps provide the following features:
  • Access Management: Grant or restrict app access to any users or groups within your Replit Team
  • Zero Code Configuration: Seamless authentication for your app with no code changes required

Usage

When publishing your Replit App from a Teams workspace, you can choose between a Public or Private published app. The following sections describe how to set up and manage your Private published apps.
Scheduled Jobs omit this option because they do not listen for incoming traffic.
  1. Select the user menu at the top left of the Home screen to view your workspaces.
  2. Verify or select the Team workspace in which to publish your Replit App.
  3. Open the Replit App you want to publish.
  4. Toggle the Private Deployment option to the “on” position as shown below: Private Deployment toggle in the on position
  5. After setting the publishing options, select Publish to confirm the publishing.
  1. Select the user menu at the top left of the Home screen to view your workspaces.
  2. Verify or select the Team workspace in which to publish your Replit App.
  3. From the Home screen, select Deployments icon Deployments from the left dock. You should see a list of the Team’s published apps similar to the screenshot below: List of Private Deployments
  1. Select the published app and open the Deployment tool.
  2. In the Deployment tab, select Edit commands and secrets, toggle the setting on or off.
  3. Select Publish to confirm the publishing.

Next steps

To learn more about Private published apps, see the following resources:
I