Publishing / Making Replit Public

Hi, a quick question if I may. If I have a private replit and wish to make it public so users can use the app, but I do not want to disclose / publish the code etc, is this possible? I can see from others public replit apps that the code can be viewed. I did search for this topic prior to posting but couldnt find any sort of answer. Regards.

There is no way of publishing anything without sharing the code, sadly. If it is a web app you can share via

`https://${REPL_SLUG}.${REPL_OWNER}.repl.co`
1 Like

i made a some bots to twitch and used this tecnique.
Put replit public an change to Always On
on terminal use “kill 1”, wait replit restart
open in another browser to check if public and running
turn to private

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.