Managing your Repls
To manage and keep track of all your Repls, head to your Repls Dashboard. You can find it on your account by clicking on the "My Repls" tab on the left-hand side.
Repls are listed in order of when they were created, with the most recent first. Each Repl has its own three-dot menu at the far right. Bringing up this menu will allow you to:
- Edit the Repl (change its name and description)
- View its history
- Fork the Repl
- Move the Repl
- Pin it to your profile
- Delete the Repl
- Toggle privacy settings (subscribers only)
Public vs Private Repls
All Repls created are 'public' by default, meaning anyone on Replit may discover and view the source code. We think that open-source software is a great thing. It allows users to fork, remix, and republish these Repls to the community, where others can engage and comment.
Users with a Replit Core membership (previously Hacker or Pro) can make their Repls 'private'. This means that only the creator and anyone they explicitly invite can view the source code.
Note that Private Repls will be inaccessible to other users on Replit if the Repl is hosted, such as HTML, Node.js, or Django Repls. However, the output of those Repls may still be accessible on the internet. If you are hosting sensitive information, we reccomend using a non-hosted Repl to ensure privacy.
Starring Repls
You can "star" a Repl to mark it as a favorite. This means you can then easily filter your dashboard to show only your starred Repls by clicking on the star slider at the top of your dashboard. There is no limit to how many Repls you can star. Only you can see which Repls you have starred; this info will not appear in your profile.
Searching
To search your Repls, click on the command bar at the top of the home page. Click "My Repls" and start typing to filter Repls whose title matches your query.