You can hide your project’s code from other users in the Glitch editor by making it a private project. You’ll be able to see it but others will not. However, there’s no way to keep people from seeing the code that powers a website. Any code you send as part of a webpage will be accessible via the browser’s devtools. You can run your code on the server if there’s code you need to keep secret.